]> source.dussan.org Git - poi.git/commitdiff
snapshot version
authorPJ Fanning <fanningpj@apache.org>
Fri, 9 Sep 2022 16:18:51 +0000 (16:18 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 9 Sep 2022 16:18:51 +0000 (16:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903944 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index c5b2d8afee3c3ed2142d85a33949a78c6ff9af90..da262b7a599e4be705b41534282823b951be213b 100644 (file)
@@ -128,7 +128,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.2.3'
+    version = '5.2.4-SNAPSHOT'
 }
 
 /**
index 6788695fb2dbb2e3d2ae50d5b209799793280937..7d3de2bd72d2271501a7ffe14ced63e967ab218b 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -42,7 +42,7 @@ under the License.
 
     <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"/>
index f777830f60fd33d47e7eadcf434dc875cc672af0..bf46c5d18a883f6376da78e222da5ceec38b4d5b 100644 (file)
     <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>