Browse Source

Upgrade version to 1.2.0-SNAPSHOT;

tags/1.1.2^2
huanghaiquan 4 years ago
parent
commit
1e6e125348
62 changed files with 63 additions and 63 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-peer/pom.xml
  20. +1
    -1
      source/deployment/pom.xml
  21. +1
    -1
      source/gateway/pom.xml
  22. +1
    -1
      source/ledger/ledger-core/pom.xml
  23. +1
    -1
      source/ledger/ledger-model/pom.xml
  24. +1
    -1
      source/ledger/ledger-rpc/pom.xml
  25. +1
    -1
      source/ledger/pom.xml
  26. +1
    -1
      source/manager/manager-booter/pom.xml
  27. +1
    -1
      source/manager/manager-model/pom.xml
  28. +1
    -1
      source/manager/manager-service/pom.xml
  29. +1
    -1
      source/manager/manager-web/pom.xml
  30. +1
    -1
      source/manager/pom.xml
  31. +1
    -1
      source/peer/pom.xml
  32. +1
    -1
      source/pom.xml
  33. +1
    -1
      source/runtime/pom.xml
  34. +1
    -1
      source/runtime/runtime-context/pom.xml
  35. +1
    -1
      source/runtime/runtime-modular-booter/pom.xml
  36. +1
    -1
      source/runtime/runtime-modular/pom.xml
  37. +1
    -1
      source/sdk/pom.xml
  38. +1
    -1
      source/sdk/sdk-base/pom.xml
  39. +1
    -1
      source/sdk/sdk-client/pom.xml
  40. +1
    -1
      source/sdk/sdk-samples/pom.xml
  41. +1
    -1
      source/storage/pom.xml
  42. +1
    -1
      source/storage/storage-composite/pom.xml
  43. +1
    -1
      source/storage/storage-redis/pom.xml
  44. +1
    -1
      source/storage/storage-rocksdb/pom.xml
  45. +1
    -1
      source/storage/storage-service/pom.xml
  46. +1
    -1
      source/test/pom.xml
  47. +1
    -1
      source/test/test-consensus-client/pom.xml
  48. +2
    -2
      source/test/test-consensus-node/pom.xml
  49. +1
    -1
      source/test/test-integration/pom.xml
  50. +1
    -1
      source/test/test-ledger/pom.xml
  51. +1
    -1
      source/tools/pom.xml
  52. +1
    -1
      source/tools/tools-initializer-booter/pom.xml
  53. +1
    -1
      source/tools/tools-initializer/pom.xml
  54. +1
    -1
      source/tools/tools-keygen-booter/pom.xml
  55. +1
    -1
      source/tools/tools-keygen/pom.xml
  56. +1
    -1
      source/utils/pom.xml
  57. +1
    -1
      source/utils/utils-common/pom.xml
  58. +1
    -1
      source/utils/utils-http/pom.xml
  59. +1
    -1
      source/utils/utils-serialize/pom.xml
  60. +1
    -1
      source/utils/utils-test/pom.xml
  61. +1
    -1
      source/utils/utils-web-server/pom.xml
  62. +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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</version>
</parent>
<artifactId>deployment-gateway</artifactId>



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



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



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


+ 1
- 1
source/pom.xml View File

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

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



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

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</version>
</parent>
<artifactId>test-consensus-node</artifactId>
<dependencies>
@@ -38,7 +38,7 @@
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>consensus-bftsmart</artifactId>
<version>1.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</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.1.1.RELEASE</version>
<version>1.2.0-SNAPSHOT</version>
</parent>
<artifactId>utils-web</artifactId>
<dependencies>


Loading…
Cancel
Save