Skip to content

Commit

Permalink
set version to 0.7.0-patch-disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
pm47 committed Jul 18, 2022
1 parent a723b87 commit cad88bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/release-notes/eclair-v0.7.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Eclair v0.7.0
# Eclair v0.7.0-patch-disconnect

This release adds official support for two long-awaited lightning features: anchor outputs and onion messages.
Support for the PostreSQL database backend is also now production ready!
Expand Down Expand Up @@ -245,7 +245,7 @@ Use the following command to generate the eclair-node package:
mvn clean install -DskipTests
```

That should generate `eclair-node/target/eclair-node-0.7.0-XXXXXXX-bin.zip` with sha256 checksums that match the one we provide and sign in `SHA256SUMS.asc`
That should generate `eclair-node/target/eclair-node-0.7.0-patch-disconnect-XXXXXXX-bin.zip` with sha256 checksums that match the one we provide and sign in `SHA256SUMS.asc`

(*) You may be able to build the exact same artefacts with other operating systems or versions of JDK 11, we have not tried everything.

Expand Down
2 changes: 1 addition & 1 deletion 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.7.0</version>
<version>0.7.0-patch-disconnect</version>
</parent>

<artifactId>eclair-core_2.13</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0</version>
<version>0.7.0-patch-disconnect</version>
</parent>

<artifactId>eclair-front_2.13</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0</version>
<version>0.7.0-patch-disconnect</version>
</parent>

<artifactId>eclair-node_2.13</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0</version>
<version>0.7.0-patch-disconnect</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit cad88bf

Please sign in to comment.