mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 06:44:16 +00:00
Version 0.10-SNAPSHOT
This commit is contained in:
parent
bfbc9c0cf6
commit
8b8bf50144
@ -22,10 +22,9 @@
|
||||
<parent>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-parent</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.10-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj</artifactId>
|
||||
|
||||
<name>bitcoinj</name>
|
||||
|
@ -73,7 +73,7 @@ public class VersionMessage extends Message {
|
||||
public boolean relayTxesBeforeFilter;
|
||||
|
||||
/** The version of this library release, as a string. */
|
||||
public static final String BITCOINJ_VERSION = "0.9-SNAPSHOT";
|
||||
public static final String BITCOINJ_VERSION = "0.10-SNAPSHOT";
|
||||
/** The value that is prepended to the subVer field of this application. */
|
||||
public static final String LIBRARY_SUBVER = "/BitCoinJ:" + BITCOINJ_VERSION + "/";
|
||||
|
||||
|
@ -21,11 +21,10 @@
|
||||
<parent>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-parent</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.10-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-examples</artifactId>
|
||||
|
||||
<name>bitcoinj Examples</name>
|
||||
@ -48,4 +47,4 @@
|
||||
<version>1.3.167</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-parent</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.10-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
|
@ -21,11 +21,10 @@
|
||||
<parent>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-parent</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.10-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj-tools</artifactId>
|
||||
|
||||
<name>bitcoinj Tools</name>
|
||||
@ -91,4 +90,4 @@
|
||||
<version>1.3.167</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user