mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
Version 0.5.2
This commit is contained in:
parent
1b76f31943
commit
d74e2897b0
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user