From 254393253c9585184e39dc66851a0e92ccaacc32 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Mon, 24 Sep 2012 15:27:30 +0200 Subject: [PATCH] Version 0.7-SNAPSHOT --- core/pom.xml | 4 ++-- .../src/main/java/com/google/bitcoin/core/VersionMessage.java | 2 +- examples/pom.xml | 2 +- pom.xml | 4 ++-- tools/pom.xml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 6d475047..6f7452be 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,13 +22,13 @@ com.google bitcoinj-parent - 0.6-SNAPSHOT + 0.7-SNAPSHOT com.google bitcoinj - BitCoinJ + bitcoinj A Java Bitcoin library 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 ca69557e..9c94628b 100644 --- a/core/src/main/java/com/google/bitcoin/core/VersionMessage.java +++ b/core/src/main/java/com/google/bitcoin/core/VersionMessage.java @@ -92,7 +92,7 @@ public class VersionMessage extends Message { } catch (UnknownHostException e) { throw new RuntimeException(e); // Cannot happen (illegal IP length). } - subVer = "/BitCoinJ:0.6-SNAPSHOT/"; + subVer = "/BitCoinJ:0.7-SNAPSHOT/"; bestHeight = newBestHeight; length = 84; diff --git a/examples/pom.xml b/examples/pom.xml index 9e9c7025..3802396e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ com.google bitcoinj-parent - 0.6-SNAPSHOT + 0.7-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index c94d4d5c..d482c9be 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google bitcoinj-parent - 0.6-SNAPSHOT + 0.7-SNAPSHOT pom @@ -13,7 +13,7 @@ tools - BitCoinJ Parent + bitcoinj Parent Provides the common configuration for the BitCoinJ modules http://code.google.com/p/bitcoinj diff --git a/tools/pom.xml b/tools/pom.xml index f20c63cc..13e7759f 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -21,14 +21,14 @@ com.google bitcoinj-parent - 0.6-SNAPSHOT + 0.7-SNAPSHOT 4.0.0 com.google bitcoinj-tools - BitCoinJ Tools + bitcoinj Tools A collection of useful tools that use the BitCoinJ library to perform wallet operations