snapshot version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903944 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.gradle b/build.gradle
index c5b2d8a..da262b7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -128,7 +128,7 @@
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.2.3'
+    version = '5.2.4-SNAPSHOT'
 }
 
 /**
diff --git a/build.xml b/build.xml
index 6788695..7d3de2b 100644
--- a/build.xml
+++ b/build.xml
@@ -42,7 +42,7 @@
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="5.2.3"/>
+    <property name="version.id" value="5.2.4-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index f777830..bf46c5d 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -24,12 +24,12 @@
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.2.3</version>
+    <version>5.2.4-SNAPSHOT</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.2.3</poi.version>
+        <poi.version>5.2.4-SNAPSHOT</poi.version>
         <pax.exam.version>4.12.0</pax.exam.version>
     </properties>