diff --git a/core/pom.xml b/core/pom.xml index 238fcbae..625f89e2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ com.google bitcoinj-parent - 0.7-SNAPSHOT + 0.8-SNAPSHOT com.google diff --git a/core/src/main/java/com/google/bitcoin/core/VersionMessage.java b/core/src/main/java/com/google/bitcoin/core/VersionMessage.java index d2a06181..a7a06c7e 100644 --- a/core/src/main/java/com/google/bitcoin/core/VersionMessage.java +++ b/core/src/main/java/com/google/bitcoin/core/VersionMessage.java @@ -73,7 +73,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.7-SNAPSHOT"; + public static final String BITCOINJ_VERSION = "0.8-SNAPSHOT"; /** 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 3802396e..3e550628 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ com.google bitcoinj-parent - 0.7-SNAPSHOT + 0.8-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 8319af96..544b0b30 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google bitcoinj-parent - 0.7-SNAPSHOT + 0.8-SNAPSHOT pom diff --git a/tools/pom.xml b/tools/pom.xml index edcbd978..a8fd8dc0 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -21,7 +21,7 @@ com.google bitcoinj-parent - 0.7-SNAPSHOT + 0.8-SNAPSHOT 4.0.0