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 517390b commit 5a85be3
Show file tree
Hide file tree
Showing 28 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion consensus/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>consensus-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>consensus-bftsmart</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion consensus/consensus-mq/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>consensus-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>consensus-mq</artifactId>

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

Expand Down
2 changes: 1 addition & 1 deletion consensus/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>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>consensus-core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contract/contract-jvm/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>contract-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>contract-jvm</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion contract/contract-maven-plugin-v0/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>contract-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>contract-maven-plugin-v0</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>contract-core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>gateway</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion ledger/ledger-database/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>ledger-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>ledger-database</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion 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>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>ledger-core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion peer-ledger-service/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>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>peer-ledger-service</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion peer-web-server/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>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>peer-web-server</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion 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>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>peer</artifactId>

Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-parent</artifactId>
<version>1.1.8.RELEASE</version>
<version>1.1.9.RELEASE</version>
<relativePath>../project/parent</relativePath>
</parent>

<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
<packaging>pom</packaging>

<properties>
<utils.version>2.2.3.RELEASE</utils.version>
<httpservice.version>2.1.3.RELEASE</httpservice.version>
<binaryproto.version>1.6.6.RELEASE</binaryproto.version>
<bftsmart.version>0.7.6.RELEASE</bftsmart.version>
<kvdb.version>1.1.6.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>
<bftsmart.version>0.7.7.RELEASE</bftsmart.version>
<kvdb.version>1.1.7.RELEASE</kvdb.version>

<framework.version>1.6.4.RELEASE</framework.version>
<framework.version>1.6.5.RELEASE</framework.version>

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

<modules>
Expand Down
2 changes: 1 addition & 1 deletion runtime/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>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>runtime-core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime-context/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>runtime-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>runtime-context</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime-modular-booter/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>runtime-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>runtime-modular-booter</artifactId>
</project>
2 changes: 1 addition & 1 deletion runtime/runtime-modular/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>runtime-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>runtime-modular</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>storage-core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion storage/storage-kvdb/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>storage-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>storage-kvdb</artifactId>

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

Expand Down
2 changes: 1 addition & 1 deletion storage/storage-rocksdb/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>storage-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>storage-rocksdb</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tools/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>jdchain-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>tools-core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tools/tools-initializer-booter/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>tools-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>tools-initializer-booter</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tools/tools-initializer/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>tools-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>tools-initializer</artifactId>

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

Expand Down
2 changes: 1 addition & 1 deletion tools/tools-keygen-booter/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>tools-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>tools-keygen-booter</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tools/tools-keygen/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>tools-core</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>tools-keygen</artifactId>

Expand Down

0 comments on commit 5a85be3

Please sign in to comment.