From d2807e16e2c9a1104a712242733e3b04f3044ea8 Mon Sep 17 00:00:00 2001 From: imuge Date: Sat, 18 Sep 2021 17:37:36 +0800 Subject: [PATCH] new version 2.1.0-SNAPSHOT --- pom.xml | 4 ++-- utils-common/pom.xml | 2 +- utils-crypto-base/pom.xml | 2 +- utils-crypto-classic/pom.xml | 2 +- utils-crypto-sm/pom.xml | 2 +- utils-serialize/pom.xml | 2 +- utils-test/pom.xml | 2 +- utils-web-server/pom.xml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index f1f4d48..7ac0b5c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ com.jd.blockchain jdchain-parent - 1.1.5.RELEASE + 1.1.6-SNAPSHOT ../../project/parent com.jd.utils utils - 2.0.3.RELEASE + 2.1.0-SNAPSHOT pom diff --git a/utils-common/pom.xml b/utils-common/pom.xml index e6d2751..8d8bf50 100644 --- a/utils-common/pom.xml +++ b/utils-common/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.3.RELEASE + 2.1.0-SNAPSHOT utils-common diff --git a/utils-crypto-base/pom.xml b/utils-crypto-base/pom.xml index 1d4f0f3..c5321da 100644 --- a/utils-crypto-base/pom.xml +++ b/utils-crypto-base/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.3.RELEASE + 2.1.0-SNAPSHOT utils-crypto-base diff --git a/utils-crypto-classic/pom.xml b/utils-crypto-classic/pom.xml index eef3ac0..1d2ce95 100644 --- a/utils-crypto-classic/pom.xml +++ b/utils-crypto-classic/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.3.RELEASE + 2.1.0-SNAPSHOT utils-crypto-classic diff --git a/utils-crypto-sm/pom.xml b/utils-crypto-sm/pom.xml index 38a7903..115deac 100644 --- a/utils-crypto-sm/pom.xml +++ b/utils-crypto-sm/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.3.RELEASE + 2.1.0-SNAPSHOT utils-crypto-sm diff --git a/utils-serialize/pom.xml b/utils-serialize/pom.xml index e3df61c..d1a85c3 100644 --- a/utils-serialize/pom.xml +++ b/utils-serialize/pom.xml @@ -4,7 +4,7 @@ com.jd.utils utils - 2.0.3.RELEASE + 2.1.0-SNAPSHOT utils-serialize diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 9167c94..8500e90 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -4,7 +4,7 @@ com.jd.utils utils - 2.0.3.RELEASE + 2.1.0-SNAPSHOT utils-test diff --git a/utils-web-server/pom.xml b/utils-web-server/pom.xml index 4ef233c..4de04eb 100644 --- a/utils-web-server/pom.xml +++ b/utils-web-server/pom.xml @@ -4,7 +4,7 @@ com.jd.utils utils - 2.0.3.RELEASE + 2.1.0-SNAPSHOT utils-web-server -- GitLab