From 6662f18965b23910f04432488a9e10893e94f21d Mon Sep 17 00:00:00 2001 From: huanghaiquan Date: Mon, 24 May 2021 18:20:37 +0800 Subject: [PATCH] upgraded version to 2.0.3.RELEASE; --- pom.xml | 2 +- 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, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 278eb40..bf75bad 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.jd.utils utils - 2.0.2.RELEASE + 2.0.3.RELEASE pom diff --git a/utils-common/pom.xml b/utils-common/pom.xml index 72506b1..e6d2751 100644 --- a/utils-common/pom.xml +++ b/utils-common/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.2.RELEASE + 2.0.3.RELEASE utils-common diff --git a/utils-crypto-base/pom.xml b/utils-crypto-base/pom.xml index 013737e..1d4f0f3 100644 --- a/utils-crypto-base/pom.xml +++ b/utils-crypto-base/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.2.RELEASE + 2.0.3.RELEASE utils-crypto-base diff --git a/utils-crypto-classic/pom.xml b/utils-crypto-classic/pom.xml index 3ffbb22..eef3ac0 100644 --- a/utils-crypto-classic/pom.xml +++ b/utils-crypto-classic/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.2.RELEASE + 2.0.3.RELEASE utils-crypto-classic diff --git a/utils-crypto-sm/pom.xml b/utils-crypto-sm/pom.xml index 0b111bc..38a7903 100644 --- a/utils-crypto-sm/pom.xml +++ b/utils-crypto-sm/pom.xml @@ -5,7 +5,7 @@ com.jd.utils utils - 2.0.2.RELEASE + 2.0.3.RELEASE utils-crypto-sm diff --git a/utils-serialize/pom.xml b/utils-serialize/pom.xml index 802b234..e3df61c 100644 --- a/utils-serialize/pom.xml +++ b/utils-serialize/pom.xml @@ -4,7 +4,7 @@ com.jd.utils utils - 2.0.2.RELEASE + 2.0.3.RELEASE utils-serialize diff --git a/utils-test/pom.xml b/utils-test/pom.xml index ae4035e..9167c94 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -4,7 +4,7 @@ com.jd.utils utils - 2.0.2.RELEASE + 2.0.3.RELEASE utils-test diff --git a/utils-web-server/pom.xml b/utils-web-server/pom.xml index 4c7cbae..4ef233c 100644 --- a/utils-web-server/pom.xml +++ b/utils-web-server/pom.xml @@ -4,7 +4,7 @@ com.jd.utils utils - 2.0.2.RELEASE + 2.0.3.RELEASE utils-web-server -- GitLab