Browse Source

upgraded version to 1.4.1.RELEASE;

tags/1.4.1
huanghaiquan 4 years ago
parent
commit
45cc9160d9
6 changed files with 6 additions and 6 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. +1
    -1
      deploy/docker/pom.xml
  6. +1
    -1
      deploy/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.0.RELEASE</version>
<version>1.4.1.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.0.RELEASE</version>
<version>1.4.1.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.0.RELEASE</version>
<version>1.4.1.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.0.RELEASE</version>
<version>1.4.1.RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>




+ 1
- 1
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.0.RELEASE</version>
<version>1.4.1.RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging> <packaging>pom</packaging>


+ 1
- 1
deploy/pom.xml View File

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


<properties> <properties>


Loading…
Cancel
Save