Skip to content

Commit

Permalink
1.41.28
Browse files Browse the repository at this point in the history
  • Loading branch information
0486 committed Feb 17, 2020
1 parent 3b82a8b commit f21cec7
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.41.27
1.41.28
2 changes: 1 addition & 1 deletion apl-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.27</version>
<version>1.41.28</version>
</parent>

<artifactId>apl-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-conf/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.27</version>
<version>1.41.28</version>
</parent>
<artifactId>apl-conf</artifactId>
<name>apl-conf</name>
Expand Down
2 changes: 1 addition & 1 deletion apl-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.27</version>
<version>1.41.28</version>
</parent>

<artifactId>apl-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-crypto/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.27</version>
<version>1.41.28</version>
</parent>

<artifactId>apl-crypto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-desktop/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.27</version>
<version>1.41.28</version>
</parent>

<artifactId>apl-desktop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-exec/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.27</version>
<version>1.41.28</version>
</parent>

<artifactId>apl-exec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-html/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.27</version>
<version>1.41.28</version>
</parent>

<artifactId>apl-html</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-integration-tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apollo-wallet</artifactId>
<groupId>com.apollocurrency</groupId>
<version>1.41.27</version>
<version>1.41.28</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
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apollo-wallet</artifactId>
<groupId>com.apollocurrency</groupId>
<version>1.41.27</version>
<version>1.41.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apl-tools/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.27</version>
<version>1.41.28</version>
</parent>

<artifactId>apl-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-updater/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.27</version>
<version>1.41.28</version>
</parent>

<artifactId>apl-updater</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-utils/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-wallet</artifactId>
<version>1.41.27</version>
<version>1.41.28</version>
</parent>

<artifactId>apl-utils</artifactId>
Expand Down
Expand Up @@ -24,7 +24,7 @@

public final class Constants {

public static final Version VERSION = new Version("1.41.27");
public static final Version VERSION = new Version("1.41.28");

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
Expand Up @@ -5,7 +5,7 @@

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

Expand Down

0 comments on commit f21cec7

Please sign in to comment.