From ce4e3a5d9920c14b7c6753f30899d380d937384a Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 27 Feb 2016 16:50:44 +0100 Subject: [PATCH] Release 0.13.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 fe3567e6331..e7f4fb4dfd4 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ org.bitcoinj bitcoinj-parent - 0.13.5-SNAPSHOT + 0.13.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 0dc1c86d3b3..eeedc90f977 100644 --- a/core/src/main/java/org/bitcoinj/core/VersionMessage.java +++ b/core/src/main/java/org/bitcoinj/core/VersionMessage.java @@ -76,7 +76,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.13.5-SNAPSHOT"; + public static final String BITCOINJ_VERSION = "0.13.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 9b2830ac393..88a874229c6 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ org.bitcoinj bitcoinj-parent - 0.13.5-SNAPSHOT + 0.13.5 4.0.0 diff --git a/pom.xml b/pom.xml index 8dd04c306f1..4c8e3d4f7d2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.bitcoinj bitcoinj-parent - 0.13.5-SNAPSHOT + 0.13.5 pom diff --git a/tools/pom.xml b/tools/pom.xml index db0282e15a6..912eff17142 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -21,7 +21,7 @@ org.bitcoinj bitcoinj-parent - 0.13.5-SNAPSHOT + 0.13.5 4.0.0 diff --git a/wallettemplate/pom.xml b/wallettemplate/pom.xml index 566c8f0f5d2..fde86bb4338 100644 --- a/wallettemplate/pom.xml +++ b/wallettemplate/pom.xml @@ -6,7 +6,7 @@ org.bitcoinj bitcoinj-parent - 0.13.5-SNAPSHOT + 0.13.5 wallettemplate