Browse Source

upgraded version of core to fix compilation error;

tags/1.5.0
huanghaiquan 3 years ago
parent
commit
c2ff5a594e
6 changed files with 6 additions and 5 deletions
  1. +1
    -1
      core
  2. +1
    -1
      deploy/pom.xml
  3. +1
    -1
      samples/contract-samples/pom.xml
  4. +1
    -0
      samples/pom.xml
  5. +1
    -1
      samples/sdk-samples/pom.xml
  6. +1
    -1
      test

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit fe694c1799dc874e02e3d9e8dd3d00fe76f9759e
Subproject commit fa54a9d8e17343fb7bb061e77a0e72b98e227678

+ 1
- 1
deploy/pom.xml View File

@@ -13,7 +13,7 @@
<packaging>pom</packaging>

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

<modules>


+ 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.5.0-SNAPSHOT</version>
<version>1.4.0.RELEASE</version>
</parent>

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


+ 1
- 0
samples/pom.xml View File

@@ -9,6 +9,7 @@

<properties>
<framework.version>1.4.1.RELEASE</framework.version>
<core.version>1.5.0-SNAPSHOT</core.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.5.0-SNAPSHOT</version>
<version>1.4.0.RELEASE</version>
</parent>
<artifactId>sdk-samples</artifactId>


+ 1
- 1
test

@@ -1 +1 @@
Subproject commit 89db89cadea905270f4e748add9dedf9554629c5
Subproject commit 660e1639571f280d0b8aff6977c0da0f13ba9d2b

Loading…
Cancel
Save