From 69d356c017d071237b94772bf32a6cd67e2ad2f8 Mon Sep 17 00:00:00 2001 From: inrgihc Date: Mon, 1 Mar 2021 19:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E5=A2=9E=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 f840af44..7a6a6adf 100644 --- a/dbswitch-common/pom.xml +++ b/dbswitch-common/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 dbswitch-common diff --git a/dbswitch-core/pom.xml b/dbswitch-core/pom.xml index 1eb4edc1..fb11e8fc 100644 --- a/dbswitch-core/pom.xml +++ b/dbswitch-core/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 dbswitch-core diff --git a/dbswitch-data/pom.xml b/dbswitch-data/pom.xml index 4692caef..4f83b9d1 100644 --- a/dbswitch-data/pom.xml +++ b/dbswitch-data/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 dbswitch-data diff --git a/dbswitch-dbchange/pom.xml b/dbswitch-dbchange/pom.xml index 5b36029c..2f5cfdd6 100644 --- a/dbswitch-dbchange/pom.xml +++ b/dbswitch-dbchange/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 dbswitch-dbchange diff --git a/dbswitch-dbcommon/pom.xml b/dbswitch-dbcommon/pom.xml index 2b4da17e..a60b6106 100644 --- a/dbswitch-dbcommon/pom.xml +++ b/dbswitch-dbcommon/pom.xml @@ -3,7 +3,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 dbswitch-dbcommon diff --git a/dbswitch-dbsynch/pom.xml b/dbswitch-dbsynch/pom.xml index 3550ece8..30ec3b4a 100644 --- a/dbswitch-dbsynch/pom.xml +++ b/dbswitch-dbsynch/pom.xml @@ -3,7 +3,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 dbswitch-dbsynch diff --git a/dbswitch-dbwriter/pom.xml b/dbswitch-dbwriter/pom.xml index 6d454129..3b4ecd01 100644 --- a/dbswitch-dbwriter/pom.xml +++ b/dbswitch-dbwriter/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 dbswitch-dbwriter diff --git a/dbswitch-pgwriter/pom.xml b/dbswitch-pgwriter/pom.xml index 93ac5f58..edf953a0 100644 --- a/dbswitch-pgwriter/pom.xml +++ b/dbswitch-pgwriter/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 dbswitch-pgwriter diff --git a/dbswitch-sql/pom.xml b/dbswitch-sql/pom.xml index 18091bdd..8a35f805 100644 --- a/dbswitch-sql/pom.xml +++ b/dbswitch-sql/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 dbswitch-sql diff --git a/dbswitch-webapi/pom.xml b/dbswitch-webapi/pom.xml index c241350c..ada908fc 100644 --- a/dbswitch-webapi/pom.xml +++ b/dbswitch-webapi/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 dbswitch-webapi diff --git a/package-tool/pom.xml b/package-tool/pom.xml index 050418ce..10133f95 100644 --- a/package-tool/pom.xml +++ b/package-tool/pom.xml @@ -5,7 +5,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 package-tool diff --git a/pom.xml b/pom.xml index 77386a69..8ce0c290 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ com.gitee dbswitch - 1.5.3 + 1.5.4 pom dbswitch database switch project diff --git a/version.cmd b/version.cmd index 5cb0bed7..1236b24c 100644 --- a/version.cmd +++ b/version.cmd @@ -1,6 +1,6 @@ @echo off -set APP_VERSION=1.5.3 +set APP_VERSION=1.5.4 echo "Clean Project ..." call mvn clean -f pom.xml