Skip to content

Commit cad88bf

Browse files
committed
set version to 0.7.0-patch-disconnect
1 parent a723b87 commit cad88bf

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/release-notes/eclair-v0.7.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Eclair v0.7.0
1+
# Eclair v0.7.0-patch-disconnect
22

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

248-
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`
248+
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`
249249

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

eclair-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>fr.acinq.eclair</groupId>
2323
<artifactId>eclair_2.13</artifactId>
24-
<version>0.7.0</version>
24+
<version>0.7.0-patch-disconnect</version>
2525
</parent>
2626

2727
<artifactId>eclair-core_2.13</artifactId>

eclair-front/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>fr.acinq.eclair</groupId>
2323
<artifactId>eclair_2.13</artifactId>
24-
<version>0.7.0</version>
24+
<version>0.7.0-patch-disconnect</version>
2525
</parent>
2626

2727
<artifactId>eclair-front_2.13</artifactId>

eclair-node/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>fr.acinq.eclair</groupId>
2323
<artifactId>eclair_2.13</artifactId>
24-
<version>0.7.0</version>
24+
<version>0.7.0-patch-disconnect</version>
2525
</parent>
2626

2727
<artifactId>eclair-node_2.13</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>fr.acinq.eclair</groupId>
2222
<artifactId>eclair_2.13</artifactId>
23-
<version>0.7.0</version>
23+
<version>0.7.0-patch-disconnect</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>

0 commit comments

Comments
 (0)