From 99da766b37cd05cc75d1e1591dae079b7de38c01 Mon Sep 17 00:00:00 2001 From: inrgihc Date: Wed, 2 Jun 2021 00:17:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=89=88=E6=9C=AC=E5=8F=B7=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbswitch-common/pom.xml | 2 +- dbswitch-core/pom.xml | 2 +- dbswitch-data/pom.xml | 2 +- dbswitch-dbchange/pom.xml | 2 +- dbswitch-dbcommon/pom.xml | 2 +- dbswitch-dbsynch/pom.xml | 2 +- dbswitch-dbwriter/pom.xml | 2 +- dbswitch-pgwriter/pom.xml | 2 +- dbswitch-sql/pom.xml | 2 +- dbswitch-webapi/pom.xml | 2 +- package-tool/pom.xml | 2 +- pom.xml | 2 +- version.cmd | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dbswitch-common/pom.xml b/dbswitch-common/pom.xml index 7a6a6adf..fd1a79e7 100644 --- a/dbswitch-common/pom.xml +++ b/dbswitch-common/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 dbswitch-common diff --git a/dbswitch-core/pom.xml b/dbswitch-core/pom.xml index fb11e8fc..1bf27188 100644 --- a/dbswitch-core/pom.xml +++ b/dbswitch-core/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 dbswitch-core diff --git a/dbswitch-data/pom.xml b/dbswitch-data/pom.xml index 3f43c750..110b308f 100644 --- a/dbswitch-data/pom.xml +++ b/dbswitch-data/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 dbswitch-data diff --git a/dbswitch-dbchange/pom.xml b/dbswitch-dbchange/pom.xml index 2f5cfdd6..64568c03 100644 --- a/dbswitch-dbchange/pom.xml +++ b/dbswitch-dbchange/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 dbswitch-dbchange diff --git a/dbswitch-dbcommon/pom.xml b/dbswitch-dbcommon/pom.xml index a60b6106..bc1d70b3 100644 --- a/dbswitch-dbcommon/pom.xml +++ b/dbswitch-dbcommon/pom.xml @@ -3,7 +3,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 dbswitch-dbcommon diff --git a/dbswitch-dbsynch/pom.xml b/dbswitch-dbsynch/pom.xml index 30ec3b4a..ce738521 100644 --- a/dbswitch-dbsynch/pom.xml +++ b/dbswitch-dbsynch/pom.xml @@ -3,7 +3,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 dbswitch-dbsynch diff --git a/dbswitch-dbwriter/pom.xml b/dbswitch-dbwriter/pom.xml index 3b4ecd01..7a1e4d52 100644 --- a/dbswitch-dbwriter/pom.xml +++ b/dbswitch-dbwriter/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 dbswitch-dbwriter diff --git a/dbswitch-pgwriter/pom.xml b/dbswitch-pgwriter/pom.xml index edf953a0..fe585da9 100644 --- a/dbswitch-pgwriter/pom.xml +++ b/dbswitch-pgwriter/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 dbswitch-pgwriter diff --git a/dbswitch-sql/pom.xml b/dbswitch-sql/pom.xml index 8a35f805..4bd1d737 100644 --- a/dbswitch-sql/pom.xml +++ b/dbswitch-sql/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 dbswitch-sql diff --git a/dbswitch-webapi/pom.xml b/dbswitch-webapi/pom.xml index ada908fc..d390f238 100644 --- a/dbswitch-webapi/pom.xml +++ b/dbswitch-webapi/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 dbswitch-webapi diff --git a/package-tool/pom.xml b/package-tool/pom.xml index 10133f95..71084a78 100644 --- a/package-tool/pom.xml +++ b/package-tool/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 package-tool diff --git a/pom.xml b/pom.xml index 23b95f76..89c18b37 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.gitee dbswitch - 1.5.4 + 1.5.5 pom dbswitch database switch project diff --git a/version.cmd b/version.cmd index 1236b24c..2e015fdb 100644 --- a/version.cmd +++ b/version.cmd @@ -1,6 +1,6 @@ @echo off -set APP_VERSION=1.5.4 +set APP_VERSION=1.5.5 echo "Clean Project ..." call mvn clean -f pom.xml