Version 0.5.2

This commit is contained in:
Andreas Schildbach 2012-07-10 15:54:58 +02:00
parent 1b76f31943
commit d74e2897b0
5 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@
<parent>
<groupId>com.google</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>
<groupId>com.google</groupId>

View File

@ -92,7 +92,7 @@ public class VersionMessage extends Message {
} catch (UnknownHostException e) {
throw new RuntimeException(e); // Cannot happen (illegal IP length).
}
subVer = "/BitCoinJ:0.5.2-SNAPSHOT/";
subVer = "/BitCoinJ:0.5.2/";
bestHeight = newBestHeight;
length = 84;

View File

@ -21,13 +21,13 @@
<parent>
<groupId>com.google</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google</groupId>
<artifactId>bitcoinj-examples</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<name>BitCoinJ Examples</name>
<description>A collection of examples using the BitCoinJ library</description>

View File

@ -4,7 +4,7 @@
<groupId>com.google</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<packaging>pom</packaging>
<modules>

View File

@ -21,13 +21,13 @@
<parent>
<groupId>com.google</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google</groupId>
<artifactId>bitcoinj-tools</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<name>BitCoinJ Tools</name>
<description>A collection of useful tools that use the BitCoinJ library to perform wallet operations</description>