Browse Source

upgraded version to 1.2.0.RELEASE;

tags/1.2.0^2
huanghaiquan 4 years ago
parent
commit
a3d91f11b3
9 changed files with 11 additions and 11 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
      pom.xml
  9. +1
    -1
      test

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit 2114ba58a8948e8008c72417482f96aa33a4036b
Subproject commit a1a77e5fdc4925d876362a82ee733439a72f96ee

+ 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.2.0-SNAPSHOT</version>
<version>1.2.0.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.2.0-SNAPSHOT</version>
<version>1.2.0.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.2.RELEASE</version>
<version>1.1.4.RELEASE</version>
<relativePath>../project/parent</relativePath>
</parent>
<artifactId>deploy-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0.RELEASE</version>
<packaging>pom</packaging>

<properties>
<core.version>1.2.0-SNAPSHOT</core.version>
<core.version>1.2.0.RELEASE</core.version>
</properties>

<modules>


+ 1
- 1
explorer

@@ -1 +1 @@
Subproject commit b4c7fcb1df3fd1687ee32fbf5f7bcb316ac05598
Subproject commit d5a0d4f581798a348b9aceb5209add4c8bce8c0e

+ 1
- 1
framework

@@ -1 +1 @@
Subproject commit a0856bf201bf0be8ad0822727318dafbe5316eed
Subproject commit 6aa43b0fefed77b75569daad8df336273faf17d6

+ 1
- 1
libs/bft-smart

@@ -1 +1 @@
Subproject commit 765d6909106afaae966c5c25137d7ad12c44e61f
Subproject commit e8786550c671aa44affc85e3c1bf61b32447ad5a

+ 1
- 1
pom.xml View File

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

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



+ 1
- 1
test

@@ -1 +1 @@
Subproject commit af043da4f2b0de5ea3ba91a4d8038e16e9e4b51f
Subproject commit f3f50782858f095a7d8a670341db36e5176b9420

Loading…
Cancel
Save