Switch to version 0.12-SNAPSHOT. To the moon! ;)

This commit is contained in:
Mike Hearn 2014-02-04 11:19:17 +01:00
parent 17d52aa404
commit 5b74ea5c7b
8 changed files with 8 additions and 8 deletions

View file

@ -22,7 +22,7 @@
<parent>
<groupId>com.google</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.12-SNAPSHOT</version>
</parent>
<artifactId>bitcoinj</artifactId>

View file

@ -74,7 +74,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.11-SNAPSHOT";
public static final String BITCOINJ_VERSION = "0.12-SNAPSHOT";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/BitCoinJ:" + BITCOINJ_VERSION + "/";

View file

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

View file

@ -4,7 +4,7 @@
<groupId>com.google</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.12-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>

View file

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

View file

@ -27,7 +27,7 @@
<dependency>
<groupId>com.google</groupId>
<artifactId>bitcoinj</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

View file

@ -36,7 +36,7 @@ import java.net.URI;
//
// From the java directory:
//
// javac -cp $HOME/.m2/repository/net/glxn/qrgen/1.3/qrgen-1.3.jar:$HOME/.m2/repository/de/jensd/fontawesomefx/8.0.0/fontawesomefx-8.0.0.jar:../../../target/classes:../../../../core/target/bitcoinj-0.11-SNAPSHOT.jar -d ../../../target/classes/ -source 1.7 -target 1.7 wallettemplate/controls/ClickableBitcoinAddress.java
// javac -cp $HOME/.m2/repository/net/glxn/qrgen/1.3/qrgen-1.3.jar:$HOME/.m2/repository/de/jensd/fontawesomefx/8.0.0/fontawesomefx-8.0.0.jar:../../../target/classes:../../../../core/target/bitcoinj-0.12-SNAPSHOT.jar -d ../../../target/classes/ -source 1.7 -target 1.7 wallettemplate/controls/ClickableBitcoinAddress.java
/**

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?scenebuilder-classpath-element ../../../../target/classes?>
<?scenebuilder-classpath-element ../../../../../core/target/bitcoinj-0.11-SNAPSHOT.jar?>
<?scenebuilder-classpath-element ../../../../../core/target/bitcoinj-0.12-SNAPSHOT.jar?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.geometry.*?>