mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 02:05:53 +00:00
Version 0.7-SNAPSHOT
This commit is contained in:
parent
7b4dc184f7
commit
254393253c
@ -22,13 +22,13 @@
|
||||
<parent>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-parent</artifactId>
|
||||
<version>0.6-SNAPSHOT</version>
|
||||
<version>0.7-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj</artifactId>
|
||||
|
||||
<name>BitCoinJ</name>
|
||||
<name>bitcoinj</name>
|
||||
<description>A Java Bitcoin library</description>
|
||||
|
||||
<profiles>
|
||||
|
@ -92,7 +92,7 @@ public class VersionMessage extends Message {
|
||||
} catch (UnknownHostException e) {
|
||||
throw new RuntimeException(e); // Cannot happen (illegal IP length).
|
||||
}
|
||||
subVer = "/BitCoinJ:0.6-SNAPSHOT/";
|
||||
subVer = "/BitCoinJ:0.7-SNAPSHOT/";
|
||||
bestHeight = newBestHeight;
|
||||
|
||||
length = 84;
|
||||
|
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-parent</artifactId>
|
||||
<version>0.6-SNAPSHOT</version>
|
||||
<version>0.7-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
4
pom.xml
4
pom.xml
@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-parent</artifactId>
|
||||
<version>0.6-SNAPSHOT</version>
|
||||
<version>0.7-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
@ -13,7 +13,7 @@
|
||||
<module>tools</module>
|
||||
</modules>
|
||||
|
||||
<name>BitCoinJ Parent</name>
|
||||
<name>bitcoinj Parent</name>
|
||||
<description>Provides the common configuration for the BitCoinJ modules</description>
|
||||
<url>http://code.google.com/p/bitcoinj</url>
|
||||
|
||||
|
@ -21,14 +21,14 @@
|
||||
<parent>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-parent</artifactId>
|
||||
<version>0.6-SNAPSHOT</version>
|
||||
<version>0.7-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-tools</artifactId>
|
||||
|
||||
<name>BitCoinJ Tools</name>
|
||||
<name>bitcoinj Tools</name>
|
||||
<description>A collection of useful tools that use the BitCoinJ library to perform wallet operations</description>
|
||||
|
||||
<build>
|
||||
|
Loading…
x
Reference in New Issue
Block a user