Browse Source

release 1.6.4

tags/1.6.4
liuyuanmu 2 years ago
parent
commit
9ed7ea98b2
13 changed files with 14 additions and 14 deletions
  1. +1
    -1
      core
  2. +1
    -1
      deploy/deploy-gateway/pom.xml
  3. +1
    -1
      deploy/deploy-peer/pom.xml
  4. +2
    -2
      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
      test

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit b57c68f6094057843d63a5997cb6c8297a92a886
Subproject commit 8e216244348776d04a2993d4b1ad5945196a1811

+ 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.3.RELEASE</version>
<version>1.6.4.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.3.RELEASE</version>
<version>1.6.4.RELEASE</version>
</parent>
<artifactId>deploy-peer</artifactId>



+ 2
- 2
deploy/pom.xml View File

@@ -9,11 +9,11 @@
<relativePath>../project/parent</relativePath>
</parent>
<artifactId>deploy-root</artifactId>
<version>1.6.3.RELEASE</version>
<version>1.6.4.RELEASE</version>
<packaging>pom</packaging>

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

<modules>


+ 1
- 1
explorer

@@ -1 +1 @@
Subproject commit 8b61e96adf24f9b0160714f85599d472364704e3
Subproject commit c3fb982850a0b05625908bac67f1edac7dea89e1

+ 1
- 1
framework

@@ -1 +1 @@
Subproject commit a61fd8fd596cc3c322849808c3f43359255ae2f3
Subproject commit 5d83bf7248604ad8afab34c24ddbefe1725a3fe1

+ 1
- 1
libs/bft-smart

@@ -1 +1 @@
Subproject commit 0ac0274410811e5db337b52204f86a03271ce305
Subproject commit 8ea1856cad7d68f0bcd2c1e414eac88499158ca1

+ 1
- 1
libs/binary-proto

@@ -1 +1 @@
Subproject commit 49755d795d31cbf96d5f6dc71eed723442f14765
Subproject commit 6c61a64e87985a5593e18ac6b7d9326763aed9e5

+ 1
- 1
libs/httpservice

@@ -1 +1 @@
Subproject commit b6d99ec0cd3a9516db421045859e9c195b9cfd84
Subproject commit 417594c6e22187ead14524c8c575873e540bfa1b

+ 1
- 1
libs/kvdb

@@ -1 +1 @@
Subproject commit 36351968932307c46cbbd8deb3c4bdc8213097c6
Subproject commit a103db659fe36ed9884ef951c708c45526e419f5

+ 1
- 1
libs/utils

@@ -1 +1 @@
Subproject commit c9c3b3b0210d7703baee5d700d91de3d2bb0643d
Subproject commit 9178c6f7a2776a5fb598013fb11474f84da863ca

+ 1
- 1
pom.xml View File

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

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



+ 1
- 1
test

@@ -1 +1 @@
Subproject commit 3121085043348d960166b5ceda83edd94e4572f9
Subproject commit 4e1c7099b310cc342edb8859abe4daa125aa643e

Loading…
Cancel
Save