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>
|
<parent>
|
||||||
<groupId>com.google</groupId>
|
<groupId>com.google</groupId>
|
||||||
<artifactId>bitcoinj-parent</artifactId>
|
<artifactId>bitcoinj-parent</artifactId>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.6-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>com.google</groupId>
|
<groupId>com.google</groupId>
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ public class VersionMessage extends Message {
|
|||||||
} catch (UnknownHostException e) {
|
} catch (UnknownHostException e) {
|
||||||
throw new RuntimeException(e); // Cannot happen (illegal IP length).
|
throw new RuntimeException(e); // Cannot happen (illegal IP length).
|
||||||
}
|
}
|
||||||
subVer = "/BitCoinJ:0.5-SNAPSHOT/";
|
subVer = "/BitCoinJ:0.6-SNAPSHOT/";
|
||||||
bestHeight = newBestHeight;
|
bestHeight = newBestHeight;
|
||||||
|
|
||||||
length = 84;
|
length = 84;
|
||||||
|
|||||||
@@ -21,13 +21,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.google</groupId>
|
<groupId>com.google</groupId>
|
||||||
<artifactId>bitcoinj-parent</artifactId>
|
<artifactId>bitcoinj-parent</artifactId>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.6-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.google</groupId>
|
<groupId>com.google</groupId>
|
||||||
<artifactId>bitcoinj-examples</artifactId>
|
<artifactId>bitcoinj-examples</artifactId>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.6-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>BitCoinJ Examples</name>
|
<name>BitCoinJ Examples</name>
|
||||||
<description>A collection of examples using the BitCoinJ library</description>
|
<description>A collection of examples using the BitCoinJ library</description>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<groupId>com.google</groupId>
|
<groupId>com.google</groupId>
|
||||||
<artifactId>bitcoinj-parent</artifactId>
|
<artifactId>bitcoinj-parent</artifactId>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.6-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
@@ -21,13 +21,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.google</groupId>
|
<groupId>com.google</groupId>
|
||||||
<artifactId>bitcoinj-parent</artifactId>
|
<artifactId>bitcoinj-parent</artifactId>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.6-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.google</groupId>
|
<groupId>com.google</groupId>
|
||||||
<artifactId>bitcoinj-tools</artifactId>
|
<artifactId>bitcoinj-tools</artifactId>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.6-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>BitCoinJ Tools</name>
|
<name>BitCoinJ Tools</name>
|
||||||
<description>A collection of useful tools that use the BitCoinJ library to perform wallet operations</description>
|
<description>A collection of useful tools that use the BitCoinJ library to perform wallet operations</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user