mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-01 21:17:13 +00:00
Version 0.6-SNAPSHOT
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-parent</artifactId>
|
||||
<version>0.5-SNAPSHOT</version>
|
||||
<version>0.6-SNAPSHOT</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-SNAPSHOT/";
|
||||
subVer = "/BitCoinJ:0.6-SNAPSHOT/";
|
||||
bestHeight = newBestHeight;
|
||||
|
||||
length = 84;
|
||||
|
||||
@@ -21,13 +21,13 @@
|
||||
<parent>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-parent</artifactId>
|
||||
<version>0.5-SNAPSHOT</version>
|
||||
<version>0.6-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-examples</artifactId>
|
||||
<version>0.5-SNAPSHOT</version>
|
||||
<version>0.6-SNAPSHOT</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-SNAPSHOT</version>
|
||||
<version>0.6-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
|
||||
@@ -21,13 +21,13 @@
|
||||
<parent>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-parent</artifactId>
|
||||
<version>0.5-SNAPSHOT</version>
|
||||
<version>0.6-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-tools</artifactId>
|
||||
<version>0.5-SNAPSHOT</version>
|
||||
<version>0.6-SNAPSHOT</version>
|
||||
|
||||
<name>BitCoinJ Tools</name>
|
||||
<description>A collection of useful tools that use the BitCoinJ library to perform wallet operations</description>
|
||||
|
||||
Reference in New Issue
Block a user