From 6ce2c587121ddcf10bb2c7341cc9bdc28b61edb9 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 16 Jan 2016 11:19:21 +0100 Subject: [PATCH] Prepare 0.13.5-SNAPSHOT --- 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 b2a181b9..bae2d483 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ org.bitcoinj bitcoinj-parent - 0.13.4 + 0.13.5-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 8915721f..2cfcc92b 100644 --- a/core/src/main/java/org/bitcoinj/core/VersionMessage.java +++ b/core/src/main/java/org/bitcoinj/core/VersionMessage.java @@ -75,7 +75,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.4"; + public static final String BITCOINJ_VERSION = "0.13.5-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 88b957d9..9b2830ac 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ org.bitcoinj bitcoinj-parent - 0.13.4 + 0.13.5-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 1569cabe..8dd04c30 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.bitcoinj bitcoinj-parent - 0.13.4 + 0.13.5-SNAPSHOT pom diff --git a/tools/pom.xml b/tools/pom.xml index c5e9bd17..db0282e1 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -21,7 +21,7 @@ org.bitcoinj bitcoinj-parent - 0.13.4 + 0.13.5-SNAPSHOT 4.0.0 diff --git a/wallettemplate/pom.xml b/wallettemplate/pom.xml index f90be2f3..566c8f0f 100644 --- a/wallettemplate/pom.xml +++ b/wallettemplate/pom.xml @@ -6,7 +6,7 @@ org.bitcoinj bitcoinj-parent - 0.13.4 + 0.13.5-SNAPSHOT wallettemplate