From b1a3256714b7c4c59cde91da419bab6a95ed7b46 Mon Sep 17 00:00:00 2001 From: huanghaiquan Date: Wed, 21 Apr 2021 09:35:23 +0800 Subject: [PATCH] fixed the wrong version; --- 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 8026b31..278eb40 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ com.jd.blockchain jdchain-parent - 1.1.4.RELEASE + 1.1.5.RELEASE ../project/parent com.jd.utils utils - 2.0.2 + 2.0.2.RELEASE pom diff --git a/utils-common/pom.xml b/utils-common/pom.xml index 81abec7..72506b1 100644 --- a/utils-common/pom.xml +++ b/utils-common/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.2 + 2.0.2.RELEASE utils-common diff --git a/utils-crypto-base/pom.xml b/utils-crypto-base/pom.xml index 8c99dda..013737e 100644 --- a/utils-crypto-base/pom.xml +++ b/utils-crypto-base/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.2 + 2.0.2.RELEASE utils-crypto-base diff --git a/utils-crypto-classic/pom.xml b/utils-crypto-classic/pom.xml index 7100886..3ffbb22 100644 --- a/utils-crypto-classic/pom.xml +++ b/utils-crypto-classic/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.2 + 2.0.2.RELEASE utils-crypto-classic diff --git a/utils-crypto-sm/pom.xml b/utils-crypto-sm/pom.xml index 0f13efa..0b111bc 100644 --- a/utils-crypto-sm/pom.xml +++ b/utils-crypto-sm/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.2 + 2.0.2.RELEASE utils-crypto-sm diff --git a/utils-serialize/pom.xml b/utils-serialize/pom.xml index a2cdb90..802b234 100644 --- a/utils-serialize/pom.xml +++ b/utils-serialize/pom.xml @@ -4,7 +4,7 @@ com.jd.utils utils - 2.0.2 + 2.0.2.RELEASE utils-serialize diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 893fc6d..ae4035e 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -4,7 +4,7 @@ com.jd.utils utils - 2.0.2 + 2.0.2.RELEASE utils-test diff --git a/utils-web-server/pom.xml b/utils-web-server/pom.xml index f3f8c40..4c7cbae 100644 --- a/utils-web-server/pom.xml +++ b/utils-web-server/pom.xml @@ -4,7 +4,7 @@ com.jd.utils utils - 2.0.2 + 2.0.2.RELEASE utils-web-server -- GitLab