Browse Source

release 1.6.2

tags/1.6.2
liuyuanmu 2 years ago
parent
commit
3eac42b3d2
13 changed files with 15 additions and 15 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
      framework
  6. +1
    -1
      libs/bft-smart
  7. +1
    -1
      libs/binary-proto
  8. +1
    -1
      libs/httpservice
  9. +1
    -1
      libs/kvdb
  10. +1
    -1
      libs/utils
  11. +1
    -1
      pom.xml
  12. +1
    -1
      project
  13. +1
    -1
      test

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit 0ab866097d1349cdf77f69b9eabf125bdbaed50a
Subproject commit be35d0a6c11165be4764102c937b1ebe7a9878c7

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

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




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

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




+ 3
- 3
deploy/pom.xml View File

@@ -5,15 +5,15 @@
<parent> <parent>
<groupId>com.jd.blockchain</groupId> <groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-parent</artifactId> <artifactId>jdchain-parent</artifactId>
<version>1.1.6.RELEASE</version>
<version>1.1.7.RELEASE</version>
<relativePath>../project/parent</relativePath> <relativePath>../project/parent</relativePath>
</parent> </parent>
<artifactId>deploy-root</artifactId> <artifactId>deploy-root</artifactId>
<version>1.6.1.RELEASE</version>
<version>1.6.2.RELEASE</version>
<packaging>pom</packaging> <packaging>pom</packaging>


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


<modules> <modules>


+ 1
- 1
framework

@@ -1 +1 @@
Subproject commit da4769736bfb5d73eab28b6aa64dbc3028e1c997
Subproject commit da4ad9d8916e7286cd81617685b11589add19136

+ 1
- 1
libs/bft-smart

@@ -1 +1 @@
Subproject commit 10476042a42487149fc0e7a26cb17d78e8b1f024
Subproject commit 44c1cb2e9b9026229a09256491f2876778fb4c76

+ 1
- 1
libs/binary-proto

@@ -1 +1 @@
Subproject commit 4b8a14a05c8d4b4ef9f9390cc4255c5b84788024
Subproject commit 339f1d5f63010d7ae0807fc14283ecd1f99f979d

+ 1
- 1
libs/httpservice

@@ -1 +1 @@
Subproject commit 5257ed25bc6b89af413842739d06f8923e40ab14
Subproject commit 2eab93c8009337a0413b8a5dff123b7c0cb2ee8e

+ 1
- 1
libs/kvdb

@@ -1 +1 @@
Subproject commit 34e0f682b6ca98da9041fc1c1e10fd7ad9faf7ab
Subproject commit 1961754a146a1ab3218bc2dab7dc43bf58a71c37

+ 1
- 1
libs/utils

@@ -1 +1 @@
Subproject commit df08741c65808d5f36ca032152b0bcc341a5a409
Subproject commit c8ea09a2425d7d3f4fa5f6c351e1a2b915d50063

+ 1
- 1
pom.xml View File

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


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




+ 1
- 1
project

@@ -1 +1 @@
Subproject commit bdb6313039e22770cb2ade1e3cb1b4081236d58b
Subproject commit e3abd91fd2babdee6db389a74369d0afb5f392a6

+ 1
- 1
test

@@ -1 +1 @@
Subproject commit 24dca7ccdca0d6b8d7d765a1edd7e24427b04470
Subproject commit 35d143cb09abcf27e1ca2443c7a002654d91821c

Loading…
Cancel
Save