diff --git a/core/pom.xml b/core/pom.xml
index 81922e02..97b396ba 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
com.google
bitcoinj-parent
- 0.11.2-SNAPSHOT
+ 0.11.2
bitcoinj
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 55d12e89..6731cbc2 100644
--- a/core/src/main/java/com/google/bitcoin/core/VersionMessage.java
+++ b/core/src/main/java/com/google/bitcoin/core/VersionMessage.java
@@ -74,7 +74,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.11.2-SNAPSHOT";
+ public static final String BITCOINJ_VERSION = "0.11.2";
/** 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 f2c011de..35810df5 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
com.google
bitcoinj-parent
- 0.11.2-SNAPSHOT
+ 0.11.2
4.0.0
diff --git a/pom.xml b/pom.xml
index f40235c4..9c3a182a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google
bitcoinj-parent
- 0.11.2-SNAPSHOT
+ 0.11.2
pom
diff --git a/tools/pom.xml b/tools/pom.xml
index 96eb199d..cd44dd38 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -21,7 +21,7 @@
com.google
bitcoinj-parent
- 0.11.2-SNAPSHOT
+ 0.11.2
4.0.0