Skip to content

Commit

Permalink
1.41.31-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
0486 committed Feb 25, 2020
1 parent ba16d6b commit 3a74722
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.41.30
1.41.31
2 changes: 1 addition & 1 deletion apl-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>

<artifactId>apl-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-conf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>
<artifactId>apl-conf</artifactId>
<name>apl-conf</name>
Expand Down
2 changes: 1 addition & 1 deletion apl-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>

<artifactId>apl-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>

<artifactId>apl-crypto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>

<artifactId>apl-desktop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>

<artifactId>apl-exec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>

<artifactId>apl-html</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apollo-wallet</artifactId>
<groupId>com.apollocurrency</groupId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>apl-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-performance-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apollo-wallet</artifactId>
<groupId>com.apollocurrency</groupId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apl-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>

<artifactId>apl-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>

<artifactId>apl-updater</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.30</version>
<version>1.41.31</version>
</parent>

<artifactId>apl-utils</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

public final class Constants {

public static final Version VERSION = new Version("1.41.30");
public static final Version VERSION = new Version("1.41.31");

public static final String APPLICATION = "Apollo";
public static final String APPLICATION_DIR_NAME = "apl-blockchain";
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.30</version>
<version>1.41.31</version>
<packaging>pom</packaging>
<name>Apollo wallet</name>

Expand Down

0 comments on commit 3a74722

Please sign in to comment.