Browse Source

upgraded version to 1.4.1-SNAPSHOT;

tags/1.5.0
huanghaiquan 4 years ago
parent
commit
1dca489ded
8 changed files with 9 additions and 9 deletions
  1. +1
    -1
      core
  2. +1
    -1
      deploy/deploy-gateway/pom.xml
  3. +1
    -1
      deploy/deploy-peer/pom.xml
  4. +1
    -1
      deploy/docker/docker-demo/pom.xml
  5. +1
    -1
      deploy/docker/docker-sdk/pom.xml
  6. +1
    -1
      deploy/docker/pom.xml
  7. +2
    -2
      deploy/pom.xml
  8. +1
    -1
      test

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit 0109238abb814b3ff843c6cf1d72870484d75359
Subproject commit 297b44ace62ae11fd3932e97142b18d661826be9

+ 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.0.RELEASE</version>
<version>1.4.1-SNAPSHOT</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.0.RELEASE</version>
<version>1.4.1-SNAPSHOT</version>
</parent>
<artifactId>deploy-peer</artifactId>



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

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


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

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



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

@@ -5,7 +5,7 @@
<parent>
<artifactId>deploy-root</artifactId>
<groupId>com.jd.blockchain</groupId>
<version>1.4.0.RELEASE</version>
<version>1.4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>


+ 2
- 2
deploy/pom.xml View File

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

<properties>
<core.version>1.4.0.RELEASE</core.version>
<core.version>1.4.1-SNAPSHOT</core.version>
</properties>

<modules>


+ 1
- 1
test

@@ -1 +1 @@
Subproject commit 341df0a128d75fbc5276ef359f9977f8a8a268fa
Subproject commit a57afa362fa348cd8fd0a7432ac9151be5f8d115

Loading…
Cancel
Save