From b180b1de8a32fea98f5dff19b86ae7d17f4685ed Mon Sep 17 00:00:00 2001 From: huanghaiquan Date: Sun, 10 Jan 2021 22:35:21 +0800 Subject: [PATCH] upgraded version to 2.0.0.RELEASE; --- pom.xml | 2 +- utils-common/pom.xml | 2 +- utils-serialize/pom.xml | 2 +- utils-test/pom.xml | 2 +- utils-web-server/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9146d81..8967eeb 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ ../project/parent utils - 1.4.1.RELEASE + 2.0.0.RELEASE pom diff --git a/utils-common/pom.xml b/utils-common/pom.xml index 42b1915..1395d32 100644 --- a/utils-common/pom.xml +++ b/utils-common/pom.xml @@ -5,7 +5,7 @@ com.jd.blockchain utils - 1.4.1.RELEASE + 2.0.0.RELEASE utils-common diff --git a/utils-serialize/pom.xml b/utils-serialize/pom.xml index 995af78..a8ec6c0 100644 --- a/utils-serialize/pom.xml +++ b/utils-serialize/pom.xml @@ -4,7 +4,7 @@ com.jd.blockchain utils - 1.4.1.RELEASE + 2.0.0.RELEASE utils-serialize diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 885e685..104539b 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -4,7 +4,7 @@ com.jd.blockchain utils - 1.4.1.RELEASE + 2.0.0.RELEASE utils-test diff --git a/utils-web-server/pom.xml b/utils-web-server/pom.xml index a202ccf..b94a1d5 100644 --- a/utils-web-server/pom.xml +++ b/utils-web-server/pom.xml @@ -4,7 +4,7 @@ com.jd.blockchain utils - 1.4.1.RELEASE + 2.0.0.RELEASE utils-web-server -- GitLab