Browse Source

upgraded versions of modules;

tags/1.4.2
huanghaiquan 3 years ago
parent
commit
99e2ad7d2c
9 changed files with 12 additions and 12 deletions
  1. +1
    -1
      deploy/deploy-gateway/pom.xml
  2. +1
    -1
      deploy/deploy-peer/pom.xml
  3. +1
    -1
      deploy/docker/docker-demo/pom.xml
  4. +1
    -1
      deploy/docker/docker-sdk/pom.xml
  5. +2
    -2
      deploy/docker/pom.xml
  6. +2
    -2
      deploy/pom.xml
  7. +1
    -1
      samples/contract-samples/pom.xml
  8. +2
    -2
      samples/pom.xml
  9. +1
    -1
      samples/sdk-samples/pom.xml

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




+ 1
- 1
deploy/docker/docker-demo/pom.xml View File

@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>docker</artifactId> <artifactId>docker</artifactId>
<groupId>com.jd.blockchain</groupId> <groupId>com.jd.blockchain</groupId>
<version>1.4.1.RELEASE</version>
<version>1.4.2.RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>docker-demo</artifactId> <artifactId>docker-demo</artifactId>


+ 1
- 1
deploy/docker/docker-sdk/pom.xml View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.jd.blockchain</groupId> <groupId>com.jd.blockchain</groupId>
<artifactId>docker</artifactId> <artifactId>docker</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.4.2.RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>




+ 2
- 2
deploy/docker/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.4.1.RELEASE</version>
<version>1.4.2.RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging> <packaging>pom</packaging>
@@ -13,7 +13,7 @@
<artifactId>docker</artifactId> <artifactId>docker</artifactId>
<properties> <properties>
<framework.version>1.4.1.RELEASE</framework.version>
<framework.version>1.4.2.RELEASE</framework.version>
</properties> </properties>


<modules> <modules>


+ 2
- 2
deploy/pom.xml View File

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


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


<modules> <modules>


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

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


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


+ 2
- 2
samples/pom.xml View File

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


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


<modules> <modules>


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

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


Loading…
Cancel
Save