Browse Source

Merge tag '1.1.2.RELEASE' into develop

1.1.2
tags/1.2.0^2
huanghaiquan 4 years ago
parent
commit
bf35bb16e5
67 changed files with 74 additions and 74 deletions
  1. +1
    -1
      source/base/pom.xml
  2. +1
    -1
      source/binary-proto/pom.xml
  3. +1
    -1
      source/consensus/consensus-bftsmart/pom.xml
  4. +1
    -1
      source/consensus/consensus-framework/pom.xml
  5. +1
    -1
      source/consensus/consensus-mq/pom.xml
  6. +1
    -1
      source/consensus/pom.xml
  7. +1
    -1
      source/contract/contract-framework/pom.xml
  8. +1
    -1
      source/contract/contract-jvm/pom.xml
  9. +1
    -1
      source/contract/contract-maven-plugin/pom.xml
  10. +1
    -1
      source/contract/contract-samples/pom.xml
  11. +1
    -1
      source/contract/pom.xml
  12. +1
    -1
      source/crypto/crypto-adv/pom.xml
  13. +1
    -1
      source/crypto/crypto-classic/pom.xml
  14. +1
    -1
      source/crypto/crypto-framework/pom.xml
  15. +1
    -1
      source/crypto/crypto-pki/pom.xml
  16. +1
    -1
      source/crypto/crypto-sm/pom.xml
  17. +1
    -1
      source/crypto/pom.xml
  18. +1
    -1
      source/deployment/deployment-gateway/pom.xml
  19. +1
    -1
      source/deployment/deployment-gateway/src/main/resources/config/gateway.conf
  20. +1
    -1
      source/deployment/deployment-gateway/src/main/resources/docs/api_doc_cn_1.4.MD
  21. +1
    -1
      source/deployment/deployment-peer/pom.xml
  22. +1
    -1
      source/deployment/pom.xml
  23. +1
    -1
      source/gateway/pom.xml
  24. +1
    -1
      source/ledger/ledger-core/pom.xml
  25. +1
    -1
      source/ledger/ledger-model/pom.xml
  26. +1
    -1
      source/ledger/ledger-rpc/pom.xml
  27. +1
    -1
      source/ledger/pom.xml
  28. +1
    -1
      source/manager/manager-booter/pom.xml
  29. +2
    -2
      source/manager/manager-booter/src/main/resources/application.properties
  30. +2
    -2
      source/manager/manager-booter/src/main/resources/config.properties
  31. +1
    -1
      source/manager/manager-model/pom.xml
  32. +2
    -2
      source/manager/manager-model/src/main/java/com/jd/blockchain/ump/model/UmpConstant.java
  33. +1
    -1
      source/manager/manager-service/pom.xml
  34. +1
    -1
      source/manager/manager-web/pom.xml
  35. +1
    -1
      source/manager/pom.xml
  36. +1
    -1
      source/peer/pom.xml
  37. +4
    -4
      source/pom.xml
  38. +1
    -1
      source/runtime/pom.xml
  39. +1
    -1
      source/runtime/runtime-context/pom.xml
  40. +1
    -1
      source/runtime/runtime-modular-booter/pom.xml
  41. +1
    -1
      source/runtime/runtime-modular/pom.xml
  42. +1
    -1
      source/sdk/pom.xml
  43. +1
    -1
      source/sdk/sdk-base/pom.xml
  44. +1
    -1
      source/sdk/sdk-client/pom.xml
  45. +1
    -1
      source/sdk/sdk-samples/pom.xml
  46. +1
    -1
      source/storage/pom.xml
  47. +1
    -1
      source/storage/storage-composite/pom.xml
  48. +1
    -1
      source/storage/storage-redis/pom.xml
  49. +1
    -1
      source/storage/storage-rocksdb/pom.xml
  50. +1
    -1
      source/storage/storage-service/pom.xml
  51. +1
    -1
      source/test/pom.xml
  52. +1
    -1
      source/test/test-consensus-client/pom.xml
  53. +2
    -2
      source/test/test-consensus-node/pom.xml
  54. +1
    -1
      source/test/test-integration/pom.xml
  55. +1
    -1
      source/test/test-ledger/pom.xml
  56. +1
    -1
      source/tools/pom.xml
  57. +1
    -1
      source/tools/tools-initializer-booter/pom.xml
  58. +1
    -1
      source/tools/tools-initializer/pom.xml
  59. +1
    -1
      source/tools/tools-keygen-booter/pom.xml
  60. +1
    -1
      source/tools/tools-keygen/pom.xml
  61. +1
    -1
      source/utils/pom.xml
  62. +1
    -1
      source/utils/utils-common/pom.xml
  63. +1
    -1
      source/utils/utils-http/pom.xml
  64. +1
    -1
      source/utils/utils-serialize/pom.xml
  65. +1
    -1
      source/utils/utils-test/pom.xml
  66. +1
    -1
      source/utils/utils-web-server/pom.xml
  67. +1
    -1
      source/utils/utils-web/pom.xml

+ 1
- 1
source/base/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>base</artifactId>



+ 1
- 1
source/binary-proto/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>binary-proto</artifactId>



+ 1
- 1
source/consensus/consensus-bftsmart/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>consensus</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>consensus-bftsmart</artifactId>



+ 1
- 1
source/consensus/consensus-framework/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>consensus</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>consensus-framework</artifactId>



+ 1
- 1
source/consensus/consensus-mq/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>consensus</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>consensus-mq</artifactId>



+ 1
- 1
source/consensus/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>consensus</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/contract/contract-framework/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>contract</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>contract-framework</artifactId>



+ 1
- 1
source/contract/contract-jvm/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>contract</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>contract-jvm</artifactId>



+ 1
- 1
source/contract/contract-maven-plugin/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>contract</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>contract-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>


+ 1
- 1
source/contract/contract-samples/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>contract</artifactId>
<groupId>com.jd.blockchain</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
source/contract/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>contract</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/crypto/crypto-adv/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>crypto</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>crypto-adv</artifactId>



+ 1
- 1
source/crypto/crypto-classic/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>crypto</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>crypto-classic</artifactId>



+ 1
- 1
source/crypto/crypto-framework/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>crypto</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>crypto-framework</artifactId>



+ 1
- 1
source/crypto/crypto-pki/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>crypto</artifactId>
<groupId>com.jd.blockchain</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
source/crypto/crypto-sm/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>crypto</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>crypto-sm</artifactId>



+ 1
- 1
source/crypto/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>crypto</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/deployment/deployment-gateway/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>deployment</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>deployment-gateway</artifactId>



+ 1
- 1
source/deployment/deployment-gateway/src/main/resources/config/gateway.conf View File

@@ -20,7 +20,7 @@ peer.providers=com.jd.blockchain.consensus.bftsmart.BftsmartConsensusProvider
#若该值不配置或配置不正确,则浏览器模糊查询部分无法正常显示
#数据检索服务模块(Argus)需单独部署,若不部署其他功能仍可正常使用
data.retrieval.url=http://127.0.0.1:10001
schema.retrieval.url=http://192.168.151.40:8082
schema.retrieval.url=http://127.0.0.1:8082

#默认公钥的内容(Base58编码数据);
keys.default.pubkey=


+ 1
- 1
source/deployment/deployment-gateway/src/main/resources/docs/api_doc_cn_1.4.MD View File

@@ -1768,7 +1768,7 @@ KVInfoVO对应格式如下:

KVInfoVO说明:
+ 1)支持多个Key作为入参;
+ 2)每个Key支持多个version;




+ 1
- 1
source/deployment/deployment-peer/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>deployment</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>deployment-peer</artifactId>



+ 1
- 1
source/deployment/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>deployment</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/gateway/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>gateway</artifactId>



+ 1
- 1
source/ledger/ledger-core/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>ledger</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>ledger-core</artifactId>



+ 1
- 1
source/ledger/ledger-model/pom.xml View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>ledger</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>ledger-model</artifactId>


+ 1
- 1
source/ledger/ledger-rpc/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>ledger</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>ledger-rpc</artifactId>



+ 1
- 1
source/ledger/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>ledger</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/manager/manager-booter/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>manager</artifactId>
<groupId>com.jd.blockchain</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 2
- 2
source/manager/manager-booter/src/main/resources/application.properties View File

@@ -4,5 +4,5 @@ spring.mvc.favicon.enabled=false

logging.config=classpath:log4j2-jump.xml

retrieval.schemaUrl=http://192.168.151.40:8082
retrieval.taskUrl=http://192.168.151.40:10005
schema.retrieval.url=http://127.0.0.1:8082
task.retrieval.url=http://127.0.0.1:10005

+ 2
- 2
source/manager/manager-booter/src/main/resources/config.properties View File

@@ -7,5 +7,5 @@ server.port=8080
# 本地数据库存储位置
db.url=rocksdb://#project#/jumpdb

schema.retrieval.url=http://192.168.151.40:8082
task.retrieval.url=http://192.168.151.40:10005
schema.retrieval.url=http://127.0.0.1:8082
task.retrieval.url=http://127.0.0.1:10005

+ 1
- 1
source/manager/manager-model/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>manager</artifactId>
<groupId>com.jd.blockchain</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 2
- 2
source/manager/manager-model/src/main/java/com/jd/blockchain/ump/model/UmpConstant.java View File

@@ -134,6 +134,6 @@ public class UmpConstant {
public static final String ALL_LEDGER="all_ledger";
public static final String DELIMETER_MINUS = "-";
public static final String SCHEMA_PREFIX = "schema_";
public static final String SCHEMA_RETRIEVAL_URL = "retrieval.schemaUrl";
public static final String TASK_RETRIEVAL_URL = "retrieval.taskUrl";
public static final String SCHEMA_RETRIEVAL_URL = "schema.retrieval.url";
public static final String TASK_RETRIEVAL_URL = "task.retrieval.url";
}

+ 1
- 1
source/manager/manager-service/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>manager</artifactId>
<groupId>com.jd.blockchain</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
source/manager/manager-web/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>manager</artifactId>
<groupId>com.jd.blockchain</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
source/manager/pom.xml View File

@@ -11,7 +11,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>manager</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/peer/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>peer</artifactId>


+ 4
- 4
source/pom.xml View File

@@ -11,7 +11,7 @@

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

@@ -35,9 +35,9 @@
</modules>

<properties>
<bft-smart.version>0.5.0-SNAPSHOT</bft-smart.version>
<data-explorer.version>1.2.0-SNAPSHOT</data-explorer.version>
<manager-explorer.version>1.2.0-SNAPSHOT</manager-explorer.version>
<bft-smart.version>0.4.0.RELEASE</bft-smart.version>
<data-explorer.version>1.1.2.RELEASE</data-explorer.version>
<manager-explorer.version>1.1.2.RELEASE</manager-explorer.version>
<commons-io.version>2.4</commons-io.version>
<mongo.driver.version>3.3.0</mongo.driver.version>
<shiro.version>1.2.2</shiro.version>


+ 1
- 1
source/runtime/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>runtime</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/runtime/runtime-context/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>runtime</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>runtime-context</artifactId>



+ 1
- 1
source/runtime/runtime-modular-booter/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>runtime</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>runtime-modular-booter</artifactId>
</project>

+ 1
- 1
source/runtime/runtime-modular/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>runtime</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>runtime-modular</artifactId>



+ 1
- 1
source/sdk/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>sdk</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/sdk/sdk-base/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>sdk</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>sdk-base</artifactId>



+ 1
- 1
source/sdk/sdk-client/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>sdk</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>sdk-client</artifactId>


+ 1
- 1
source/sdk/sdk-samples/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>sdk</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>sdk-samples</artifactId>


+ 1
- 1
source/storage/pom.xml View File

@@ -3,7 +3,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>storage</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/storage/storage-composite/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>storage-composite</artifactId>



+ 1
- 1
source/storage/storage-redis/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>storage-redis</artifactId>



+ 1
- 1
source/storage/storage-rocksdb/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>storage-rocksdb</artifactId>



+ 1
- 1
source/storage/storage-service/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>storage-service</artifactId>



+ 1
- 1
source/test/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>test</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/test/test-consensus-client/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>test-consensus-client</artifactId>



+ 2
- 2
source/test/test-consensus-node/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>test-consensus-node</artifactId>
<dependencies>
@@ -38,7 +38,7 @@
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>consensus-bftsmart</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>


+ 1
- 1
source/test/test-integration/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>test-integration</artifactId>



+ 1
- 1
source/test/test-ledger/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>test</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>test-ledger</artifactId>



+ 1
- 1
source/tools/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>tools</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/tools/tools-initializer-booter/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>tools</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>tools-initializer-booter</artifactId>



+ 1
- 1
source/tools/tools-initializer/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>tools</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>tools-initializer</artifactId>



+ 1
- 1
source/tools/tools-keygen-booter/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>tools</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>tools-keygen-booter</artifactId>



+ 1
- 1
source/tools/tools-keygen/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>tools</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>tools-keygen</artifactId>



+ 1
- 1
source/utils/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>utils</artifactId>
<packaging>pom</packaging>


+ 1
- 1
source/utils/utils-common/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>utils</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>utils-common</artifactId>


+ 1
- 1
source/utils/utils-http/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>utils</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<properties>


+ 1
- 1
source/utils/utils-serialize/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>utils</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>utils-serialize</artifactId>


+ 1
- 1
source/utils/utils-test/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>utils</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>utils-test</artifactId>


+ 1
- 1
source/utils/utils-web-server/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>utils</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>utils-web-server</artifactId>


+ 1
- 1
source/utils/utils-web/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>utils</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>utils-web</artifactId>
<dependencies>


Loading…
Cancel
Save