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