Browse Source

upgraded the version of parent project and the submodule projects;

tags/1.4.3^0
huanghaiquan 3 years ago
parent
commit
2a1ebdd151
15 changed files with 18 additions and 18 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/docker/pom.xml
  5. +2
    -2
      deploy/pom.xml
  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/utils
  11. +1
    -1
      project
  12. +1
    -1
      samples/contract-samples/pom.xml
  13. +2
    -2
      samples/pom.xml
  14. +1
    -1
      samples/sdk-samples/pom.xml
  15. +1
    -1
      test

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit a7b82381c98ccca9b358dca9eb92e4e654e9f8cf
Subproject commit a500453487d3668579ca6a51f1452e9d15588928

+ 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.4.2.RELEASE</version>
<version>1.4.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.4.2.RELEASE</version>
<version>1.4.3.RELEASE</version>
</parent>
<artifactId>deploy-peer</artifactId>



+ 2
- 2
deploy/docker/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>deploy-root</artifactId>
<version>1.4.2.RELEASE</version>
<version>1.4.3.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
@@ -13,7 +13,7 @@
<artifactId>docker</artifactId>
<properties>
<framework.version>1.4.2.RELEASE</framework.version>
<framework.version>1.4.3.RELEASE</framework.version>
</properties>

<modules>


+ 2
- 2
deploy/pom.xml View File

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

<properties>
<core.version>1.4.2.RELEASE</core.version>
<core.version>1.4.3.RELEASE</core.version>
</properties>

<modules>


+ 1
- 1
framework

@@ -1 +1 @@
Subproject commit e205b9f34b7676b48540e9a824af648285d7e9d8
Subproject commit 080f0d9db47fa834f73a0f6563dafd7df078d36e

+ 1
- 1
libs/bft-smart

@@ -1 +1 @@
Subproject commit 2ac83a9f75c540aab1d5650d58885682d1e9c482
Subproject commit 78ceef51ef39dc90f7ba3755dc59e3b600e0fd9d

+ 1
- 1
libs/binary-proto

@@ -1 +1 @@
Subproject commit d9f3b75a7c42d669c9b0b22775c5e4ca56c26de2
Subproject commit f73aab0d6d091f6757d98c0a6650a1d09dd618a8

+ 1
- 1
libs/httpservice

@@ -1 +1 @@
Subproject commit ec00b84c0609212cee06ede5bc64c661eb559cfe
Subproject commit 2ff588e3adb44e733caf730b27917fa5e46f0129

+ 1
- 1
libs/utils

@@ -1 +1 @@
Subproject commit 1f1ab74811e6dc2722a0d68fb70946df78bd9c9f
Subproject commit b1a3256714b7c4c59cde91da419bab6a95ed7b46

+ 1
- 1
project

@@ -1 +1 @@
Subproject commit ec38eec4a6269e7abd35d9ea1b67417a97815bf9
Subproject commit e6a91274cc35748ad903e432aaf34e41b3803702

+ 1
- 1
samples/contract-samples/pom.xml View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-samples</artifactId>
<version>1.4.2.RELEASE</version>
<version>1.4.3.RELEASE</version>
</parent>

<!-- 声明为合约代码工程,编译输出扩展名为".car"合约代码 -->


+ 2
- 2
samples/pom.xml View File

@@ -4,11 +4,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-samples</artifactId>
<version>1.4.2.RELEASE</version>
<version>1.4.3.RELEASE</version>
<packaging>pom</packaging>

<properties>
<framework.version>1.4.2.RELEASE</framework.version>
<framework.version>1.4.3.RELEASE</framework.version>
</properties>

<modules>


+ 1
- 1
samples/sdk-samples/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-samples</artifactId>
<version>1.4.2.RELEASE</version>
<version>1.4.3.RELEASE</version>
</parent>
<artifactId>sdk-samples</artifactId>


+ 1
- 1
test

@@ -1 +1 @@
Subproject commit 7bbb8c230fd36df520d1f43e6ca249cd4faf8197
Subproject commit d45e53310d9146ca5ee33b7693bf8c269ba452b3

Loading…
Cancel
Save