From d6dce8bd3b47175ffb61934fc4bc4461a7059e2a Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Thu, 24 Aug 2017 13:02:21 +0200 Subject: [PATCH] Release 0.14.5 --- core/pom.xml | 2 +- core/src/main/java/org/bitcoinj/core/VersionMessage.java | 2 +- examples/pom.xml | 2 +- pom.xml | 2 +- tools/pom.xml | 2 +- wallettemplate/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index f6cd8f23..5028ba17 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ org.bitcoinj bitcoinj-parent - 0.14.5-SNAPSHOT + 0.14.5 bitcoinj-core diff --git a/core/src/main/java/org/bitcoinj/core/VersionMessage.java b/core/src/main/java/org/bitcoinj/core/VersionMessage.java index 7421fd5d..daade745 100644 --- a/core/src/main/java/org/bitcoinj/core/VersionMessage.java +++ b/core/src/main/java/org/bitcoinj/core/VersionMessage.java @@ -80,7 +80,7 @@ public class VersionMessage extends Message { public boolean relayTxesBeforeFilter; /** The version of this library release, as a string. */ - public static final String BITCOINJ_VERSION = "0.14.5-SNAPSHOT"; + public static final String BITCOINJ_VERSION = "0.14.5"; /** The value that is prepended to the subVer field of this application. */ public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/"; diff --git a/examples/pom.xml b/examples/pom.xml index 86cdbeb5..9228ab6b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ org.bitcoinj bitcoinj-parent - 0.14.5-SNAPSHOT + 0.14.5 4.0.0 diff --git a/pom.xml b/pom.xml index 487f9f09..4a06e1eb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.bitcoinj bitcoinj-parent - 0.14.5-SNAPSHOT + 0.14.5 pom diff --git a/tools/pom.xml b/tools/pom.xml index 32754761..0fa26fe7 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -21,7 +21,7 @@ org.bitcoinj bitcoinj-parent - 0.14.5-SNAPSHOT + 0.14.5 4.0.0 diff --git a/wallettemplate/pom.xml b/wallettemplate/pom.xml index f6810850..278ef0d0 100644 --- a/wallettemplate/pom.xml +++ b/wallettemplate/pom.xml @@ -6,7 +6,7 @@ org.bitcoinj bitcoinj-parent - 0.14.5-SNAPSHOT + 0.14.5 wallettemplate