diff --git a/build-docker/build_and_push_image.sh b/build-docker/build_and_push_image.sh index 29ca3b18..e0cd277b 100644 --- a/build-docker/build_and_push_image.sh +++ b/build-docker/build_and_push_image.sh @@ -2,7 +2,7 @@ set -e -DBSWITCH_VERSION=2.0.0 +DBSWITCH_VERSION=2.0.1 BUILD_DOCKER_DIR="$( cd "$( dirname "$0" )" && pwd )" PROJECT_ROOT_DIR=$( dirname "$BUILD_DOCKER_DIR") DOCKER_DBSWITCH_DIR=$BUILD_DOCKER_DIR/dbswitch diff --git a/dbswitch-admin/pom.xml b/dbswitch-admin/pom.xml index 484ae190..77866f74 100644 --- a/dbswitch-admin/pom.xml +++ b/dbswitch-admin/pom.xml @@ -5,7 +5,7 @@ org.dromara.dbswitch dbswitch-parent - 2.0.0 + 2.0.1 dbswitch-admin diff --git a/dbswitch-common/pom.xml b/dbswitch-common/pom.xml index a697c796..da9f3403 100644 --- a/dbswitch-common/pom.xml +++ b/dbswitch-common/pom.xml @@ -5,7 +5,7 @@ org.dromara.dbswitch dbswitch-parent - 2.0.0 + 2.0.1 dbswitch-common diff --git a/dbswitch-core/pom.xml b/dbswitch-core/pom.xml index 17841e86..aa353168 100644 --- a/dbswitch-core/pom.xml +++ b/dbswitch-core/pom.xml @@ -5,7 +5,7 @@ org.dromara.dbswitch dbswitch-parent - 2.0.0 + 2.0.1 dbswitch-core diff --git a/dbswitch-data/pom.xml b/dbswitch-data/pom.xml index 5a5d9b90..d545cbcd 100644 --- a/dbswitch-data/pom.xml +++ b/dbswitch-data/pom.xml @@ -5,7 +5,7 @@ org.dromara.dbswitch dbswitch-parent - 2.0.0 + 2.0.1 dbswitch-data diff --git a/dbswitch-dist/pom.xml b/dbswitch-dist/pom.xml index 843ffd1c..5cd0b035 100644 --- a/dbswitch-dist/pom.xml +++ b/dbswitch-dist/pom.xml @@ -5,7 +5,7 @@ org.dromara.dbswitch dbswitch-parent - 2.0.0 + 2.0.1 dbswitch-dist diff --git a/dbswitch-flyway/pom.xml b/dbswitch-flyway/pom.xml index 91775861..b85f3652 100644 --- a/dbswitch-flyway/pom.xml +++ b/dbswitch-flyway/pom.xml @@ -4,7 +4,7 @@ org.dromara.dbswitch dbswitch-parent - 2.0.0 + 2.0.1 dbswitch-flyway diff --git a/dbswitch-product/dbswitch-product-clickhouse/pom.xml b/dbswitch-product/dbswitch-product-clickhouse/pom.xml index 489a2a0f..914aec4d 100644 --- a/dbswitch-product/dbswitch-product-clickhouse/pom.xml +++ b/dbswitch-product/dbswitch-product-clickhouse/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-db2/pom.xml b/dbswitch-product/dbswitch-product-db2/pom.xml index a1d4cbbc..1bc80d0c 100644 --- a/dbswitch-product/dbswitch-product-db2/pom.xml +++ b/dbswitch-product/dbswitch-product-db2/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-dm/pom.xml b/dbswitch-product/dbswitch-product-dm/pom.xml index 67dcf37a..60e30ba6 100644 --- a/dbswitch-product/dbswitch-product-dm/pom.xml +++ b/dbswitch-product/dbswitch-product-dm/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 dbswitch-product-dm diff --git a/dbswitch-product/dbswitch-product-doris/pom.xml b/dbswitch-product/dbswitch-product-doris/pom.xml index 50b30aef..450aac2b 100644 --- a/dbswitch-product/dbswitch-product-doris/pom.xml +++ b/dbswitch-product/dbswitch-product-doris/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 dbswitch-product-doris diff --git a/dbswitch-product/dbswitch-product-elasticsearch/pom.xml b/dbswitch-product/dbswitch-product-elasticsearch/pom.xml index f4fe6537..fc0a71f7 100644 --- a/dbswitch-product/dbswitch-product-elasticsearch/pom.xml +++ b/dbswitch-product/dbswitch-product-elasticsearch/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 dbswitch-product-elasticsearch diff --git a/dbswitch-product/dbswitch-product-gbase/pom.xml b/dbswitch-product/dbswitch-product-gbase/pom.xml index 73c9f432..1b5e52f4 100644 --- a/dbswitch-product/dbswitch-product-gbase/pom.xml +++ b/dbswitch-product/dbswitch-product-gbase/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-greenplum/pom.xml b/dbswitch-product/dbswitch-product-greenplum/pom.xml index 4b73cebd..0b279675 100644 --- a/dbswitch-product/dbswitch-product-greenplum/pom.xml +++ b/dbswitch-product/dbswitch-product-greenplum/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-highgo/pom.xml b/dbswitch-product/dbswitch-product-highgo/pom.xml index b3762e5e..e0b31c2d 100644 --- a/dbswitch-product/dbswitch-product-highgo/pom.xml +++ b/dbswitch-product/dbswitch-product-highgo/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-hive/pom.xml b/dbswitch-product/dbswitch-product-hive/pom.xml index 702037ba..c84b528c 100644 --- a/dbswitch-product/dbswitch-product-hive/pom.xml +++ b/dbswitch-product/dbswitch-product-hive/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-kingbase/pom.xml b/dbswitch-product/dbswitch-product-kingbase/pom.xml index b9ce31de..d4c15266 100644 --- a/dbswitch-product/dbswitch-product-kingbase/pom.xml +++ b/dbswitch-product/dbswitch-product-kingbase/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-mariadb/pom.xml b/dbswitch-product/dbswitch-product-mariadb/pom.xml index f093715f..2f995dae 100644 --- a/dbswitch-product/dbswitch-product-mariadb/pom.xml +++ b/dbswitch-product/dbswitch-product-mariadb/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-mongodb/pom.xml b/dbswitch-product/dbswitch-product-mongodb/pom.xml index 88bd0f20..2edbc5ef 100644 --- a/dbswitch-product/dbswitch-product-mongodb/pom.xml +++ b/dbswitch-product/dbswitch-product-mongodb/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 dbswitch-product-mongodb diff --git a/dbswitch-product/dbswitch-product-mysql/pom.xml b/dbswitch-product/dbswitch-product-mysql/pom.xml index 110dc89b..4f4a1f03 100644 --- a/dbswitch-product/dbswitch-product-mysql/pom.xml +++ b/dbswitch-product/dbswitch-product-mysql/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 dbswitch-product-mysql diff --git a/dbswitch-product/dbswitch-product-oceanbase/pom.xml b/dbswitch-product/dbswitch-product-oceanbase/pom.xml index 84bbc266..7fdd064b 100644 --- a/dbswitch-product/dbswitch-product-oceanbase/pom.xml +++ b/dbswitch-product/dbswitch-product-oceanbase/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 dbswitch-product-oceanbase diff --git a/dbswitch-product/dbswitch-product-openguass/pom.xml b/dbswitch-product/dbswitch-product-openguass/pom.xml index b70ee40e..56b5730a 100644 --- a/dbswitch-product/dbswitch-product-openguass/pom.xml +++ b/dbswitch-product/dbswitch-product-openguass/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-oracle/pom.xml b/dbswitch-product/dbswitch-product-oracle/pom.xml index 231c8552..d341024d 100644 --- a/dbswitch-product/dbswitch-product-oracle/pom.xml +++ b/dbswitch-product/dbswitch-product-oracle/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-oscar/pom.xml b/dbswitch-product/dbswitch-product-oscar/pom.xml index c8c47417..ab10828d 100644 --- a/dbswitch-product/dbswitch-product-oscar/pom.xml +++ b/dbswitch-product/dbswitch-product-oscar/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-postgresql/pom.xml b/dbswitch-product/dbswitch-product-postgresql/pom.xml index 224305c6..4fdb43f7 100644 --- a/dbswitch-product/dbswitch-product-postgresql/pom.xml +++ b/dbswitch-product/dbswitch-product-postgresql/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-sqlite/pom.xml b/dbswitch-product/dbswitch-product-sqlite/pom.xml index b864e619..ddb3da3a 100644 --- a/dbswitch-product/dbswitch-product-sqlite/pom.xml +++ b/dbswitch-product/dbswitch-product-sqlite/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-sqlserver/pom.xml b/dbswitch-product/dbswitch-product-sqlserver/pom.xml index 1857f466..b673ba4c 100644 --- a/dbswitch-product/dbswitch-product-sqlserver/pom.xml +++ b/dbswitch-product/dbswitch-product-sqlserver/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-starrocks/pom.xml b/dbswitch-product/dbswitch-product-starrocks/pom.xml index ee8d6809..d55451aa 100644 --- a/dbswitch-product/dbswitch-product-starrocks/pom.xml +++ b/dbswitch-product/dbswitch-product-starrocks/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 dbswitch-product-starrocks diff --git a/dbswitch-product/dbswitch-product-sybase/pom.xml b/dbswitch-product/dbswitch-product-sybase/pom.xml index 2c2411fc..8b7e7761 100644 --- a/dbswitch-product/dbswitch-product-sybase/pom.xml +++ b/dbswitch-product/dbswitch-product-sybase/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/dbswitch-product-tdengine/pom.xml b/dbswitch-product/dbswitch-product-tdengine/pom.xml index 9b6417b3..c34d354f 100644 --- a/dbswitch-product/dbswitch-product-tdengine/pom.xml +++ b/dbswitch-product/dbswitch-product-tdengine/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 dbswitch-product-tdengine diff --git a/dbswitch-product/dbswitch-register-product/pom.xml b/dbswitch-product/dbswitch-register-product/pom.xml index 3e1fcf8e..306078a0 100644 --- a/dbswitch-product/dbswitch-register-product/pom.xml +++ b/dbswitch-product/dbswitch-register-product/pom.xml @@ -5,7 +5,7 @@ dbswitch-product org.dromara.dbswitch - 2.0.0 + 2.0.1 4.0.0 diff --git a/dbswitch-product/pom.xml b/dbswitch-product/pom.xml index 47bb9489..c35321b4 100644 --- a/dbswitch-product/pom.xml +++ b/dbswitch-product/pom.xml @@ -5,7 +5,7 @@ org.dromara.dbswitch dbswitch-parent - 2.0.0 + 2.0.1 4.0.0 dbswitch-product diff --git a/pom.xml b/pom.xml index 31e9fec8..19798efe 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.dromara.dbswitch dbswitch-parent - 2.0.0 + 2.0.1 pom dbswitch database switch project diff --git a/version.cmd b/version.cmd index a77df95a..a708e240 100644 --- a/version.cmd +++ b/version.cmd @@ -1,6 +1,6 @@ @echo off -set APP_VERSION=2.0.0 +set APP_VERSION=2.0.1 echo "Clean Project ..." call mvn clean -f pom.xml