diff --git a/core/pom.xml b/core/pom.xml
index b2a092a0d..668cd9451 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -4,7 +4,7 @@
com.alibaba
druid-parent
- 1.2.23
+ 1.2.24-SNAPSHOT
../pom.xml
druid
diff --git a/core/src/main/java/com/alibaba/druid/VERSION.java b/core/src/main/java/com/alibaba/druid/VERSION.java
index bf0f6f1a8..5f641fddd 100644
--- a/core/src/main/java/com/alibaba/druid/VERSION.java
+++ b/core/src/main/java/com/alibaba/druid/VERSION.java
@@ -18,7 +18,7 @@ package com.alibaba.druid;
public final class VERSION {
public static final int MajorVersion = 1;
public static final int MinorVersion = 2;
- public static final int RevisionVersion = 23;
+ public static final int RevisionVersion = 24;
public static String getVersionNumber() {
return VERSION.MajorVersion + "." + VERSION.MinorVersion + "." + VERSION.RevisionVersion;
diff --git a/druid-demo-petclinic/pom.xml b/druid-demo-petclinic/pom.xml
index 2a1b7833e..f958edf1e 100644
--- a/druid-demo-petclinic/pom.xml
+++ b/druid-demo-petclinic/pom.xml
@@ -34,7 +34,7 @@
com.alibaba
druid-spring-boot-starter
- 1.2.23
+ 1.2.24-SNAPSHOT
diff --git a/druid-spring-boot-3-starter/pom.xml b/druid-spring-boot-3-starter/pom.xml
index 52532e3dc..9f97aafe8 100644
--- a/druid-spring-boot-3-starter/pom.xml
+++ b/druid-spring-boot-3-starter/pom.xml
@@ -5,7 +5,7 @@
com.alibaba
druid-parent
- 1.2.23
+ 1.2.24-SNAPSHOT
../pom.xml
druid-spring-boot-3-starter
diff --git a/druid-spring-boot-starter/pom.xml b/druid-spring-boot-starter/pom.xml
index 76fe8e311..11961d51b 100644
--- a/druid-spring-boot-starter/pom.xml
+++ b/druid-spring-boot-starter/pom.xml
@@ -5,7 +5,7 @@
com.alibaba
druid-parent
- 1.2.23
+ 1.2.24-SNAPSHOT
../pom.xml
druid-spring-boot-starter
diff --git a/druid-wrapper/pom.xml b/druid-wrapper/pom.xml
index e2cf5b4d8..ea82af5f4 100755
--- a/druid-wrapper/pom.xml
+++ b/druid-wrapper/pom.xml
@@ -4,7 +4,7 @@
com.alibaba
druid-parent
- 1.2.23
+ 1.2.24-SNAPSHOT
../pom.xml
com.alibaba
diff --git a/pom.xml b/pom.xml
index ae3d57d79..42494aca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.alibaba
druid-parent
- 1.2.23
+ 1.2.24-SNAPSHOT
${project.artifactId}
A JDBC datasource implementation.
pom