Skip to content

Commit

Permalink
Release 0.15.1
Browse files Browse the repository at this point in the history
Signed-off-by: HashEngineering <hashengineeringsolutions@gmail.com>
  • Loading branch information
HashEngineering committed Mar 14, 2019
1 parent bcd7f48 commit 51e5a1b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dashj-parent</artifactId>
<groupId>org.dashj</groupId>
<version>0.15</version>
<version>0.15.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dashj</groupId>
<artifactId>dashj-parent</artifactId>
<version>0.15</version>
<version>0.15.1</version>
</parent>

<artifactId>dashj-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/VersionMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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.15";
public static final String BITCOINJ_VERSION = "0.15.1";

/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/"+CoinDefinition.coinName+"J:" + BITCOINJ_VERSION + "/";
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.dashj</groupId>
<artifactId>dashj-parent</artifactId>
<version>0.15</version>
<version>0.15.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.dashj</groupId>
<artifactId>dashj-parent</artifactId>
<version>0.15</version>
<version>0.15.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.dashj</groupId>
<artifactId>dashj-parent</artifactId>
<version>0.15</version>
<version>0.15.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion wallettemplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.dashj</groupId>
<artifactId>dashj-parent</artifactId>
<version>0.15</version>
<version>0.15.1</version>
</parent>

<groupId>org.dashj</groupId>
Expand Down

0 comments on commit 51e5a1b

Please sign in to comment.