Skip to content

Commit

Permalink
Merge pull request #1221 from ApolloFoundation/stage
Browse files Browse the repository at this point in the history
1.51.1-RC
  • Loading branch information
0486 authored Feb 2, 2023
2 parents 47b2174 + 943c7a6 commit 4f4bea0
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ OS name: "linux", version: "5.9.12-200.fc33.x86_64", arch: "amd64", family: "uni

### Installation artefacts

The final artifact that is ready to install and run located in the ___apl-exec/target___ directory and has name like ___apollo-blockchain-1.51.0-NoOS-NoArch.zip___.
The final artifact that is ready to install and run located in the ___apl-exec/target___ directory and has name like ___apollo-blockchain-1.51.1-NoOS-NoArch.zip___.

Unzip it to some location and run by scripts in ___ApolloWallet/apollo-blockchain/bin___ directory.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.51.0
1.51.1
2 changes: 1 addition & 1 deletion apl-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-blockchain</artifactId>
<version>1.51.0</version>
<version>1.51.1</version>
</parent>

<artifactId>apl-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-api2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-blockchain</artifactId>
<version>1.51.0</version>
<version>1.51.1</version>
</parent>

<artifactId>apl-api2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.apollocurrency</groupId>
<artifactId>apl-bom</artifactId>
<version>1.51.0</version>
<version>1.51.1</version>
<packaging>pom</packaging>
<name>apl-bom</name>

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-blockchain</artifactId>
<version>1.51.0</version>
<version>1.51.1</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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-blockchain</artifactId>
<version>1.51.0</version>
<version>1.51.1</version>
</parent>
<artifactId>apl-core</artifactId>
<name>apl-core</name>
Expand Down
2 changes: 1 addition & 1 deletion apl-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-blockchain</artifactId>
<version>1.51.0</version>
<version>1.51.1</version>
</parent>

<artifactId>apl-crypto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apl-db-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apollo-blockchain</artifactId>
<groupId>com.apollocurrency</groupId>
<version>1.51.0</version>
<version>1.51.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apl-dex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apollo-blockchain</artifactId>
<groupId>com.apollocurrency</groupId>
<version>1.51.0</version>
<version>1.51.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apl-exec/packaging/pkg-apollo-blockchain.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-blockchain",
"description": "Apollo blockchain backend",
"version": "1.51.0",
"version": "1.51.1",
"dependencies": [
{
"name": "OpenJDK",
Expand Down
2 changes: 1 addition & 1 deletion apl-exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-blockchain</artifactId>
<version>1.51.0</version>
<version>1.51.1</version>
</parent>
<artifactId>apl-exec</artifactId>
<name>apl-exec</name>
Expand Down
2 changes: 1 addition & 1 deletion apl-smc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>apollo-blockchain</artifactId>
<groupId>com.apollocurrency</groupId>
<version>1.51.0</version>
<version>1.51.1</version>
</parent>

<artifactId>apl-smc</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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-blockchain</artifactId>
<version>1.51.0</version>
<version>1.51.1</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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-blockchain</artifactId>
<version>1.51.0</version>
<version>1.51.1</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.51.0");
public static final Version VERSION = new Version("1.51.1");

public static final String APPLICATION = "Apollo";
public static final String APPLICATION_DIR_NAME = "apl-blockchain";
Expand Down
2 changes: 1 addition & 1 deletion apl-vault-wallet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.apollocurrency</groupId>
<artifactId>apollo-blockchain</artifactId>
<version>1.51.0</version>
<version>1.51.1</version>
</parent>

<artifactId>apl-vault-wallet</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.apollocurrency</groupId>
<artifactId>apollo-blockchain</artifactId>
<version>1.51.0</version>
<version>1.51.1</version>
<packaging>pom</packaging>
<name>apollo-blockchain</name>

Expand Down Expand Up @@ -61,7 +61,7 @@
<zip-file-name>apollo-blockchain</zip-file-name>
<zip-format>zip</zip-format>
<!--Dependency Versions-->
<antifraud.version>1.1.3</antifraud.version>
<antifraud.version>1.1.4</antifraud.version>
<smc-lib.version>0.1.46</smc-lib.version>
<!-- We have to define this property and change it accordingly for correct version of packages -->
<apl-bom-ext.version>1.0.8</apl-bom-ext.version>
Expand Down

0 comments on commit 4f4bea0

Please sign in to comment.