Skip to content

Commit

Permalink
release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imuge committed Dec 31, 2021
1 parent 2b5a7d9 commit 3eac42b
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated from 0ab866 to be35d0
2 changes: 1 addition & 1 deletion deploy/deploy-gateway/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>deploy-root</artifactId>
<version>1.6.1.RELEASE</version>
<version>1.6.2.RELEASE</version>
</parent>
<artifactId>deploy-gateway</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy-peer/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>deploy-root</artifactId>
<version>1.6.1.RELEASE</version>
<version>1.6.2.RELEASE</version>
</parent>
<artifactId>deploy-peer</artifactId>

Expand Down
6 changes: 3 additions & 3 deletions deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-parent</artifactId>
<version>1.1.6.RELEASE</version>
<version>1.1.7.RELEASE</version>
<relativePath>../project/parent</relativePath>
</parent>
<artifactId>deploy-root</artifactId>
<version>1.6.1.RELEASE</version>
<version>1.6.2.RELEASE</version>
<packaging>pom</packaging>

<properties>
<core.version>1.6.1.RELEASE</core.version>
<core.version>1.6.2.RELEASE</core.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion framework
2 changes: 1 addition & 1 deletion libs/bft-smart
2 changes: 1 addition & 1 deletion libs/binary-proto
2 changes: 1 addition & 1 deletion libs/httpservice
2 changes: 1 addition & 1 deletion libs/kvdb
Submodule kvdb updated from 34e0f6 to 196175
2 changes: 1 addition & 1 deletion libs/utils
Submodule utils updated from df0874 to c8ea09
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.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.6.1.RELEASE</version>
<version>1.6.2.RELEASE</version>
<packaging>pom</packaging>
<description>jdchain root project</description>

Expand Down
2 changes: 1 addition & 1 deletion project
2 changes: 1 addition & 1 deletion test
Submodule test updated from 24dca7 to 35d143

0 comments on commit 3eac42b

Please sign in to comment.