From 83a9a71f3fff3f223d0737ad758b519a39dbbd62 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Fri, 3 Oct 2014 00:21:13 +0200 Subject: [PATCH] bitcoinj 0.12 --- core/pom.xml | 9 ++-- .../org/bitcoinj/core/VersionMessage.java | 2 +- examples/pom.xml | 2 +- orchid/pom.xml | 19 ++++++- pom.xml | 53 ++++++++++++++++++- tools/pom.xml | 2 +- wallettemplate/pom.xml | 4 +- 7 files changed, 78 insertions(+), 13 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 5f0f92eb..3f1f9807 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ org.bitcoinj bitcoinj-parent - 0.12-SNAPSHOT + 0.12 bitcoinj-core @@ -32,7 +32,7 @@ jar - https://code.google.com/p/bitcoinj + https://bitcoinj.github.io @@ -164,6 +164,7 @@ + org.bitcoinj:orchid:1.0:jar:null:compile:bd98285f39f88875bb91bde940d6ca2d020edaa4 cglib:cglib-nodep:2.2:jar:null:test:59afed7ab65e7ec6585d5bc60556c3cbd203532b com.google.code.findbugs:jsr305:2.0.1:jar:null:compile:516c03b21d50a644d538de0f0369c620989cd8f0 com.google.guava:guava:16.0.1:jar:null:compile:5fa98cd1a63c99a44dd8d3b77e4762b066a5d0c5 @@ -269,7 +270,7 @@ target/test-classes/ org.bitcoinj bitcoinj-core - 0.12-SNAPSHOT + 0.12 @@ -394,7 +395,7 @@ org.bitcoinj orchid - 1.0-SNAPSHOT + 1.0 diff --git a/core/src/main/java/org/bitcoinj/core/VersionMessage.java b/core/src/main/java/org/bitcoinj/core/VersionMessage.java index b266a9b1..ac09873d 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.12-SNAPSHOT"; + public static final String BITCOINJ_VERSION = "0.12"; /** 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 0bf53031..a88c7f05 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ org.bitcoinj bitcoinj-parent - 0.12-SNAPSHOT + 0.12 4.0.0 diff --git a/orchid/pom.xml b/orchid/pom.xml index e5b6cbff..c421c3c1 100644 --- a/orchid/pom.xml +++ b/orchid/pom.xml @@ -6,11 +6,11 @@ org.bitcoinj bitcoinj-parent - 0.12-SNAPSHOT + 0.12 orchid - 1.0-SNAPSHOT + 1.0 Orchid Tor library @@ -169,6 +169,21 @@ + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + diff --git a/pom.xml b/pom.xml index 1d3f3dea..40c99d1b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,14 +4,13 @@ org.bitcoinj bitcoinj-parent - 0.12-SNAPSHOT + 0.12 pom core examples tools - orchid @@ -188,6 +187,56 @@ + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + diff --git a/tools/pom.xml b/tools/pom.xml index aa01f695..4d91f54b 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -21,7 +21,7 @@ org.bitcoinj bitcoinj-parent - 0.12-SNAPSHOT + 0.12 4.0.0 diff --git a/wallettemplate/pom.xml b/wallettemplate/pom.xml index 21263b40..aae8cc2f 100644 --- a/wallettemplate/pom.xml +++ b/wallettemplate/pom.xml @@ -6,7 +6,7 @@ org.bitcoinj wallettemplate - 1.0-SNAPSHOT + 1.0 @@ -56,7 +56,7 @@ org.bitcoinj bitcoinj-core - 0.12-SNAPSHOT + 0.12 org.slf4j