Browse Source

release 1.6.5

tags/1.6.5
liuyuanmu 1 year ago
parent
commit
fa1236e36e
14 changed files with 16 additions and 16 deletions
  1. +1
    -1
      core
  2. +1
    -1
      deploy/deploy-gateway/pom.xml
  3. +1
    -1
      deploy/deploy-peer/pom.xml
  4. +3
    -3
      deploy/pom.xml
  5. +1
    -1
      explorer
  6. +1
    -1
      framework
  7. +1
    -1
      libs/bft-smart
  8. +1
    -1
      libs/binary-proto
  9. +1
    -1
      libs/httpservice
  10. +1
    -1
      libs/kvdb
  11. +1
    -1
      libs/utils
  12. +1
    -1
      pom.xml
  13. +1
    -1
      project
  14. +1
    -1
      test

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit 517390b035364ebadd4611ead73048b34aec3115
Subproject commit 5a85be3e7fcff00dd5203dcfc835fd180260c9cd

+ 1
- 1
deploy/deploy-gateway/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>deploy-root</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>deploy-gateway</artifactId>



+ 1
- 1
deploy/deploy-peer/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>deploy-root</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
</parent>
<artifactId>deploy-peer</artifactId>



+ 3
- 3
deploy/pom.xml View File

@@ -5,15 +5,15 @@
<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>
<artifactId>deploy-root</artifactId>
<version>1.6.4.RELEASE</version>
<version>1.6.5.RELEASE</version>
<packaging>pom</packaging>

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

<modules>


+ 1
- 1
explorer

@@ -1 +1 @@
Subproject commit 6e46d41ca13deb919b2cccca516d6d5a2b4ad04a
Subproject commit c23ba8365aae2c9474487c3c3829dcff53685e84

+ 1
- 1
framework

@@ -1 +1 @@
Subproject commit 5a373a1b41afea77e0e06e6ada5c7b54d59236a9
Subproject commit 6aac340f43e1a8939ee965de9ee0502d62f97239

+ 1
- 1
libs/bft-smart

@@ -1 +1 @@
Subproject commit 8ea1856cad7d68f0bcd2c1e414eac88499158ca1
Subproject commit b8980b6c6f7819f96d44b629d87e785c27d06e5d

+ 1
- 1
libs/binary-proto

@@ -1 +1 @@
Subproject commit 6c61a64e87985a5593e18ac6b7d9326763aed9e5
Subproject commit 93c903d1a2db41355e6308700b3e7ebec0f1106c

+ 1
- 1
libs/httpservice

@@ -1 +1 @@
Subproject commit 417594c6e22187ead14524c8c575873e540bfa1b
Subproject commit 05be05402c516b136cb550fef372f5b953168136

+ 1
- 1
libs/kvdb

@@ -1 +1 @@
Subproject commit a103db659fe36ed9884ef951c708c45526e419f5
Subproject commit f4d08baff2f6f51bbb81370435eb326b101673ed

+ 1
- 1
libs/utils

@@ -1 +1 @@
Subproject commit 162916394a428a1c62b19fe2052d1962133cba06
Subproject commit 85c79f236161d978cb904b0c808fb4fe8324915c

+ 1
- 1
pom.xml View File

@@ -5,7 +5,7 @@

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



+ 1
- 1
project

@@ -1 +1 @@
Subproject commit 773074d4133479fb32a8134c247038bf64fc58d2
Subproject commit 3e7f5464920d50bbb891145c5d8b57e6c2dbd429

+ 1
- 1
test

@@ -1 +1 @@
Subproject commit 12af67aa34e465c8c5cef120956cb4badcf0db93
Subproject commit 897c4bfd87819f73c0354824bfc565baa76629df

Loading…
Cancel
Save