diff --git a/core/pom.xml b/core/pom.xml
index 6e4f536ed..0812e27fd 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
org.bitcoinj
bitcoinj-parent
- 0.14-SNAPSHOT
+ 0.15-SNAPSHOT
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 d4fa4f37f..c5c92455f 100644
--- a/core/src/main/java/org/bitcoinj/core/VersionMessage.java
+++ b/core/src/main/java/org/bitcoinj/core/VersionMessage.java
@@ -37,6 +37,11 @@ import java.util.Locale;
*/
public class VersionMessage extends Message {
+ /** The version of this library release, as a string. */
+ public static final String BITCOINJ_VERSION = "0.15-SNAPSHOT";
+ /** The value that is prepended to the subVer field of this application. */
+ public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";
+
/** A services flag that denotes whether the peer has a copy of the block chain or not. */
public static final int NODE_NETWORK = 1;
/** A flag that denotes whether the peer supports the getutxos message or not. */
@@ -77,11 +82,6 @@ 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-SNAPSHOT";
- /** The value that is prepended to the subVer field of this application. */
- public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";
-
public VersionMessage(NetworkParameters params, byte[] payload) throws ProtocolException {
super(params, payload, 0);
}
diff --git a/examples/pom.xml b/examples/pom.xml
index ea37cb107..60113dfba 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
org.bitcoinj
bitcoinj-parent
- 0.14-SNAPSHOT
+ 0.15-SNAPSHOT
4.0.0
diff --git a/orchid/pom.xml b/orchid/pom.xml
index 4d2081a61..1bb460cec 100644
--- a/orchid/pom.xml
+++ b/orchid/pom.xml
@@ -6,7 +6,7 @@
org.bitcoinj
bitcoinj-parent
- 0.14-SNAPSHOT
+ 0.15-SNAPSHOT
orchid
diff --git a/pom.xml b/pom.xml
index fb5f01583..d8cb60767 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.bitcoinj
bitcoinj-parent
- 0.14-SNAPSHOT
+ 0.15-SNAPSHOT
pom
diff --git a/tools/pom.xml b/tools/pom.xml
index a4531741d..bed9c206a 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -21,7 +21,7 @@
org.bitcoinj
bitcoinj-parent
- 0.14-SNAPSHOT
+ 0.15-SNAPSHOT
4.0.0
diff --git a/wallettemplate/pom.xml b/wallettemplate/pom.xml
index d55c41897..0081b88a0 100644
--- a/wallettemplate/pom.xml
+++ b/wallettemplate/pom.xml
@@ -6,7 +6,7 @@
org.bitcoinj
bitcoinj-parent
- 0.14-SNAPSHOT
+ 0.15-SNAPSHOT
wallettemplate