diff --git a/mybatis-flex-codegen/pom.xml b/mybatis-flex-codegen/pom.xml
index 39c8cdd0..8818c613 100644
--- a/mybatis-flex-codegen/pom.xml
+++ b/mybatis-flex-codegen/pom.xml
@@ -27,7 +27,7 @@
com.mybatis-flex
mybatis-flex-spring
- 1.4.1
+ ${revision}
diff --git a/mybatis-flex-core/pom.xml b/mybatis-flex-core/pom.xml
index fc0745ff..51df3aca 100644
--- a/mybatis-flex-core/pom.xml
+++ b/mybatis-flex-core/pom.xml
@@ -22,13 +22,13 @@
com.mybatis-flex
mybatis-flex-annotation
- 1.4.1
+ ${revision}
com.mybatis-flex
mybatis-flex-processor
- 1.4.1
+ ${revision}
diff --git a/mybatis-flex-core/src/main/java/com/mybatisflex/core/FlexConsts.java b/mybatis-flex-core/src/main/java/com/mybatisflex/core/FlexConsts.java
index e3e32851..683536cb 100644
--- a/mybatis-flex-core/src/main/java/com/mybatisflex/core/FlexConsts.java
+++ b/mybatis-flex-core/src/main/java/com/mybatisflex/core/FlexConsts.java
@@ -23,7 +23,7 @@ public class FlexConsts {
private FlexConsts() {}
public static final String NAME = "MyBatis-Flex";
- public static final String VERSION = "1.4.1";
+ public static final String VERSION = "1.4.2";
public static final String DEFAULT_PRIMARY_FIELD = "id";
diff --git a/mybatis-flex-processor/pom.xml b/mybatis-flex-processor/pom.xml
index 9120a7ca..def8b67c 100644
--- a/mybatis-flex-processor/pom.xml
+++ b/mybatis-flex-processor/pom.xml
@@ -15,7 +15,7 @@
com.mybatis-flex
mybatis-flex-annotation
- 1.4.1
+ ${revision}
diff --git a/mybatis-flex-solon-plugin/pom.xml b/mybatis-flex-solon-plugin/pom.xml
index 2fdf3203..5e5b4b24 100644
--- a/mybatis-flex-solon-plugin/pom.xml
+++ b/mybatis-flex-solon-plugin/pom.xml
@@ -21,7 +21,7 @@
com.mybatis-flex
mybatis-flex-core
- 1.4.1
+ ${revision}
diff --git a/mybatis-flex-spring-boot-starter/pom.xml b/mybatis-flex-spring-boot-starter/pom.xml
index 94ce744c..2768eff7 100644
--- a/mybatis-flex-spring-boot-starter/pom.xml
+++ b/mybatis-flex-spring-boot-starter/pom.xml
@@ -21,7 +21,7 @@
com.mybatis-flex
mybatis-flex-spring
- 1.4.1
+ ${revision}
diff --git a/mybatis-flex-spring/pom.xml b/mybatis-flex-spring/pom.xml
index fa1c1dc0..501e14a2 100644
--- a/mybatis-flex-spring/pom.xml
+++ b/mybatis-flex-spring/pom.xml
@@ -20,7 +20,7 @@
com.mybatis-flex
mybatis-flex-core
- 1.4.1
+ ${revision}