From cad88bf933913f0dad5a3413e2c386b7be508303 Mon Sep 17 00:00:00 2001 From: pm47 Date: Mon, 18 Jul 2022 11:07:54 +0200 Subject: [PATCH] set version to 0.7.0-patch-disconnect --- docs/release-notes/eclair-v0.7.0.md | 4 ++-- eclair-core/pom.xml | 2 +- eclair-front/pom.xml | 2 +- eclair-node/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/release-notes/eclair-v0.7.0.md b/docs/release-notes/eclair-v0.7.0.md index dc476c8e36..0f8e85d1a7 100644 --- a/docs/release-notes/eclair-v0.7.0.md +++ b/docs/release-notes/eclair-v0.7.0.md @@ -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! @@ -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. diff --git a/eclair-core/pom.xml b/eclair-core/pom.xml index 326e467ac4..b8901a15b7 100644 --- a/eclair-core/pom.xml +++ b/eclair-core/pom.xml @@ -21,7 +21,7 @@ fr.acinq.eclair eclair_2.13 - 0.7.0 + 0.7.0-patch-disconnect eclair-core_2.13 diff --git a/eclair-front/pom.xml b/eclair-front/pom.xml index 42107bb7af..1aadb9a2bf 100644 --- a/eclair-front/pom.xml +++ b/eclair-front/pom.xml @@ -21,7 +21,7 @@ fr.acinq.eclair eclair_2.13 - 0.7.0 + 0.7.0-patch-disconnect eclair-front_2.13 diff --git a/eclair-node/pom.xml b/eclair-node/pom.xml index 054d3a4be7..39195e1094 100644 --- a/eclair-node/pom.xml +++ b/eclair-node/pom.xml @@ -21,7 +21,7 @@ fr.acinq.eclair eclair_2.13 - 0.7.0 + 0.7.0-patch-disconnect eclair-node_2.13 diff --git a/pom.xml b/pom.xml index 203c262990..98bfead2ee 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ fr.acinq.eclair eclair_2.13 - 0.7.0 + 0.7.0-patch-disconnect pom