Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
819 changes: 819 additions & 0 deletions .mvn/checksums/checksums-central.sha256

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .mvn/checksums/checksums-workspace.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
02d52d835c030c1c5cd0d111d4ac479ddc069a61727df0bcef3913a73932d401 fr/acinq/eclair/eclair-node_2.13/0.14-DONOTPUBLISH-TESTONLY/eclair-node_2.13-0.14-DONOTPUBLISH-TESTONLY.pom
3d0b3fadeec05ab9424db1a6adfc83176f2f3d3ca0450eebbe22da4e6f101dcf fr/acinq/eclair/eclair-core_2.13/0.14-DONOTPUBLISH-TESTONLY/eclair-core_2.13-0.14-DONOTPUBLISH-TESTONLY.pom
80dfe86803b8248644fbc1fea219a3752fbd7afe1c5f0822134b2c8aa99cfca5 fr/acinq/eclair/eclair-core_2.13/0.14-DONOTPUBLISH-TESTONLY/eclair-core_2.13-0.14-DONOTPUBLISH-TESTONLY-tests.jar
9d1ca7372c4d77309be4c195f23b95422889edad07579359ce2791142b5362db fr/acinq/eclair/eclair-core_2.13/0.14-DONOTPUBLISH-TESTONLY/eclair-core_2.13-0.14-DONOTPUBLISH-TESTONLY.jar
fda02a9409caef713c44f75f088eb3d13c1ee668fdeb77308b0791a7ea81e854 fr/acinq/eclair/eclair-front_2.13/0.14-DONOTPUBLISH-TESTONLY/eclair-front_2.13-0.14-DONOTPUBLISH-TESTONLY.pom
4 changes: 1 addition & 3 deletions eclair-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.13</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.14-DONOTPUBLISH-TESTONLY</version>
</parent>

<artifactId>eclair-core_2.13</artifactId>
Expand Down Expand Up @@ -62,8 +62,6 @@
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<!-- we hide the git commit in the Specification-Version standard field-->
<Specification-Version>${git.commit.id}</Specification-Version>
<Url>${project.parent.url}</Url>
</manifestEntries>
</archive>
Expand Down
3 changes: 1 addition & 2 deletions eclair-front/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.13</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.14-DONOTPUBLISH-TESTONLY</version>
</parent>

<artifactId>eclair-front_2.13</artifactId>
Expand Down Expand Up @@ -50,7 +50,6 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<finalName>${project.name}-${project.version}-${git.commit.id.abbrev}</finalName>
<descriptors>
Expand Down
2 changes: 1 addition & 1 deletion eclair-fuzz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.13</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.14-DONOTPUBLISH-TESTONLY</version>
</parent>

<artifactId>eclair-fuzz_2.13</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions eclair-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.13</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.14-DONOTPUBLISH-TESTONLY</version>
</parent>

<artifactId>eclair-node_2.13</artifactId>
Expand Down Expand Up @@ -50,7 +50,6 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<finalName>${project.name}-${project.version}-${git.commit.id.abbrev}</finalName>
<descriptors>
Expand Down
23 changes: 16 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.13</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.14-DONOTPUBLISH-TESTONLY</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -115,13 +115,13 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.8.0</version>
<inherited>true</inherited>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
<version>2.22.0</version>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
Expand All @@ -141,7 +141,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.8.1</version>
<version>4.9.10</version>
<configuration>
<args combine.children="append">
<arg>-feature</arg>
Expand Down Expand Up @@ -184,7 +184,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -197,7 +197,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.6.2</version>
<executions>
<execution>
<id>add-source</id>
Expand Down Expand Up @@ -229,7 +229,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.6.0</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Expand Down Expand Up @@ -295,4 +295,13 @@
<scope>test</scope>
</dependency>
</dependencies>

<profiles>
<profile>
<id>with-eclair-fuzz</id>
<modules>
<module>eclair-fuzz</module>
</modules>
</profile>
</profiles>
</project>