Browse Source

modify the version of samples

tags/1.2.0^2
shaozhuguang 4 years ago
parent
commit
202e8c077f
4 changed files with 6 additions and 6 deletions
  1. +1
    -1
      framework
  2. +1
    -1
      samples/contract-samples/pom.xml
  3. +3
    -3
      samples/pom.xml
  4. +1
    -1
      samples/sdk-samples/pom.xml

+ 1
- 1
framework

@@ -1 +1 @@
Subproject commit 56bc39c027562f17ceb0a7816dbf0026d1a148c3
Subproject commit f1e4ccd0e6ee1a0c400235f101c0264014c7e0fb

+ 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.2.0-SNAPSHOT</version>
<version>1.2.0.RELEASE</version>
</parent>

<artifactId>contract-samples</artifactId>


+ 3
- 3
samples/pom.xml View File

@@ -5,17 +5,17 @@
<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>

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

<properties>
<framework.version>1.1.7.RELEASE</framework.version>
<framework.version>1.2.0.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.2.0-SNAPSHOT</version>
<version>1.2.0.RELEASE</version>
</parent>
<artifactId>sdk-samples</artifactId>


Loading…
Cancel
Save