Browse Source

update version

tags/1.5.0
zhangshuang 3 years ago
parent
commit
ccf3248f33
7 changed files with 8 additions and 8 deletions
  1. +1
    -1
      libs/httpservice
  2. +1
    -1
      libs/utils
  3. +1
    -1
      pom.xml
  4. +1
    -1
      samples/contract-samples/pom.xml
  5. +2
    -2
      samples/pom.xml
  6. +1
    -1
      samples/sdk-samples/pom.xml
  7. +1
    -1
      test

+ 1
- 1
libs/httpservice

@@ -1 +1 @@
Subproject commit b1e2b47357178d1bcbb90c50860c4d33f1941c8b
Subproject commit d99eb102ab9a323bf81c459982f468b6618fb2a0

+ 1
- 1
libs/utils

@@ -1 +1 @@
Subproject commit ee374d260d9f60751579dcb9cc36d5ed96b947a0
Subproject commit fd27e31039fbe34a6ea2c03896602f62ba54e597

+ 1
- 1
pom.xml View File

@@ -5,7 +5,7 @@


<groupId>com.jd.blockchain</groupId> <groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId> <artifactId>jdchain-root</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0.RELEASE</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>jdchain root project</description> <description>jdchain root project</description>




+ 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.3.RELEASE</version>
<version>1.5.0.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.3.RELEASE</version>
<version>1.5.0.RELEASE</version>
<packaging>pom</packaging> <packaging>pom</packaging>


<properties> <properties>
<framework.version>1.4.3.RELEASE</framework.version>
<framework.version>1.5.0.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.3.RELEASE</version>
<version>1.5.0.RELEASE</version>
</parent> </parent>
<artifactId>sdk-samples</artifactId> <artifactId>sdk-samples</artifactId>


+ 1
- 1
test

@@ -1 +1 @@
Subproject commit bacad59aaed3447975d9bc02a60afd4e5a876853
Subproject commit bc590c8542ff6f1ee44b2bfd17543bcabb87fde0

Loading…
Cancel
Save