3
0
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:
Mike Hearn 2012-09-24 15:27:30 +02:00
parent 7b4dc184f7
commit 254393253c
5 changed files with 8 additions and 8 deletions

View File

@ -22,13 +22,13 @@
<parent> <parent>
<groupId>com.google</groupId> <groupId>com.google</groupId>
<artifactId>bitcoinj-parent</artifactId> <artifactId>bitcoinj-parent</artifactId>
<version>0.6-SNAPSHOT</version> <version>0.7-SNAPSHOT</version>
</parent> </parent>
<groupId>com.google</groupId> <groupId>com.google</groupId>
<artifactId>bitcoinj</artifactId> <artifactId>bitcoinj</artifactId>
<name>BitCoinJ</name> <name>bitcoinj</name>
<description>A Java Bitcoin library</description> <description>A Java Bitcoin library</description>
<profiles> <profiles>

View File

@ -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.6-SNAPSHOT/"; subVer = "/BitCoinJ:0.7-SNAPSHOT/";
bestHeight = newBestHeight; bestHeight = newBestHeight;
length = 84; length = 84;

View File

@ -21,7 +21,7 @@
<parent> <parent>
<groupId>com.google</groupId> <groupId>com.google</groupId>
<artifactId>bitcoinj-parent</artifactId> <artifactId>bitcoinj-parent</artifactId>
<version>0.6-SNAPSHOT</version> <version>0.7-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -4,7 +4,7 @@
<groupId>com.google</groupId> <groupId>com.google</groupId>
<artifactId>bitcoinj-parent</artifactId> <artifactId>bitcoinj-parent</artifactId>
<version>0.6-SNAPSHOT</version> <version>0.7-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
@ -13,7 +13,7 @@
<module>tools</module> <module>tools</module>
</modules> </modules>
<name>BitCoinJ Parent</name> <name>bitcoinj Parent</name>
<description>Provides the common configuration for the BitCoinJ modules</description> <description>Provides the common configuration for the BitCoinJ modules</description>
<url>http://code.google.com/p/bitcoinj</url> <url>http://code.google.com/p/bitcoinj</url>

View File

@ -21,14 +21,14 @@
<parent> <parent>
<groupId>com.google</groupId> <groupId>com.google</groupId>
<artifactId>bitcoinj-parent</artifactId> <artifactId>bitcoinj-parent</artifactId>
<version>0.6-SNAPSHOT</version> <version>0.7-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>
<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>
<build> <build>