Skip to content

Commit

Permalink
release 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
imuge committed Oct 18, 2022
1 parent 12af67a commit 897c4bf
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
<relativePath>../core</relativePath>
</parent>


<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
<packaging>pom</packaging>

<properties>
<kvdb.version>1.1.6.RELEASE</kvdb.version>
<utils.version>2.2.3.RELEASE</utils.version>
<httpservice.version>2.1.3.RELEASE</httpservice.version>
<binaryproto.version>1.6.6.RELEASE</binaryproto.version>
<kvdb.version>1.1.7.RELEASE</kvdb.version>
<utils.version>2.2.4.RELEASE</utils.version>
<httpservice.version>2.1.4.RELEASE</httpservice.version>
<binaryproto.version>1.6.7.RELEASE</binaryproto.version>

<core.version>1.6.4.RELEASE</core.version>
<core.version>1.6.5.RELEASE</core.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>test-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion test-consensus-bftsmart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>test-consensus-bftsmart</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion test-consensus-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>test-consensus-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion test-consensus-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>test-consensus-node</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion test-contract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>test-contract</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion test-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>test-integration</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion test-ledger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>test-ledger</artifactId>

Expand Down

0 comments on commit 897c4bf

Please sign in to comment.