Browse Source

release 1.6.3

tags/1.6.3
liuyuanmu 2 years ago
parent
commit
7cce7db16c
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 ee727d71e3817c254b7a3843cf8e1ecb256a0700
Subproject commit d18c90eeec642e189d6e56871f97aa02277333e9

+ 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.2.RELEASE</version>
<version>1.6.3.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.2.RELEASE</version>
<version>1.6.3.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.7.RELEASE</version>
<version>1.1.8.RELEASE</version>
<relativePath>../project/parent</relativePath>
</parent>
<artifactId>deploy-root</artifactId>
<version>1.6.2.RELEASE</version>
<version>1.6.3.RELEASE</version>
<packaging>pom</packaging>

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

<modules>


+ 1
- 1
explorer

@@ -1 +1 @@
Subproject commit 0b6aeb07f8cae7fc094853f110cd1f93c885bf3a
Subproject commit f4dfdfcf8a7efbc7155778d8decc87d533fdbd32

+ 1
- 1
framework

@@ -1 +1 @@
Subproject commit a3c29b8d8461b3a7d6cb050a9ce37cc6defe9571
Subproject commit 6c978ac15563905887b8ba687888464cd19e5a2a

+ 1
- 1
libs/bft-smart

@@ -1 +1 @@
Subproject commit 0c1add2e88ffab48a9ac4be914a4b3dada9fa11d
Subproject commit 07e6e3b417161354c9636e650fd0f42953b7d2ab

+ 1
- 1
libs/binary-proto

@@ -1 +1 @@
Subproject commit b2a51822a3f68f945d67ecca3f6591232a8240c9
Subproject commit 49755d795d31cbf96d5f6dc71eed723442f14765

+ 1
- 1
libs/httpservice

@@ -1 +1 @@
Subproject commit f6f581bacc09e102ea042f232fd75fb95ffc1e0e
Subproject commit dfa6ca1934f6fdee473ecf2fddf3c767aaeea03b

+ 1
- 1
libs/kvdb

@@ -1 +1 @@
Subproject commit 1961754a146a1ab3218bc2dab7dc43bf58a71c37
Subproject commit 36351968932307c46cbbd8deb3c4bdc8213097c6

+ 1
- 1
libs/utils

@@ -1 +1 @@
Subproject commit 924cd544c8b98e7734a63c53c98725811fdddbe8
Subproject commit 30412b092d052e142e8a5f6ef40ee00bea63f458

+ 1
- 1
pom.xml View File

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

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



+ 1
- 1
project

@@ -1 +1 @@
Subproject commit 8f4a2e6e2585944f4db928b7aabfeca28737ef10
Subproject commit bb7d5ce0a823c181c81a9ec555d6ea49f94c4428

+ 1
- 1
test

@@ -1 +1 @@
Subproject commit 2843e989d6b99c9c55e7502316394b08cd4b4580
Subproject commit 2dcb24d24d64c02ed681d5136750ab674be71b07

Loading…
Cancel
Save