back to 0.2-SNAPHOT (#166)
use scala plugin 3.3.1 (mvn scala:console now works) add Dominique to the list of developpers
This commit is contained in:
parent
a97fa39fef
commit
1f336772b2
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>fr.acinq.eclair</groupId>
|
||||
<artifactId>eclair_2.11</artifactId>
|
||||
<version>0.2-alpha5</version>
|
||||
<version>0.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>eclair-core_2.11</artifactId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>fr.acinq.eclair</groupId>
|
||||
<artifactId>eclair_2.11</artifactId>
|
||||
<version>0.2-alpha5</version>
|
||||
<version>0.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>eclair-node-gui_2.11</artifactId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>fr.acinq.eclair</groupId>
|
||||
<artifactId>eclair_2.11</artifactId>
|
||||
<version>0.2-alpha5</version>
|
||||
<version>0.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>eclair-node_2.11</artifactId>
|
||||
|
||||
9
pom.xml
9
pom.xml
@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>fr.acinq.eclair</groupId>
|
||||
<artifactId>eclair_2.11</artifactId>
|
||||
<version>0.2-alpha5</version>
|
||||
<version>0.2-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
@ -33,11 +33,14 @@
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>sstone</id>
|
||||
<id>dpad85</id>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>pm47</id>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>sstone</id>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<properties>
|
||||
@ -80,7 +83,7 @@
|
||||
<plugin>
|
||||
<groupId>net.alchim31.maven</groupId>
|
||||
<artifactId>scala-maven-plugin</artifactId>
|
||||
<version>3.2.2</version>
|
||||
<version>3.3.1</version>
|
||||
<configuration>
|
||||
<args>
|
||||
<arg>-deprecation</arg>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user