]> source.dussan.org Git - poi.git/commitdiff
snapshot version
authorPJ Fanning <fanningpj@apache.org>
Mon, 27 Nov 2023 10:11:54 +0000 (10:11 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 27 Nov 2023 10:11:54 +0000 (10:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914153 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index 48c169e5640859b4571eb10ea8c2da5fb1224aff..bdf2c99921aa97385d5d294b12b942bcbc242a90 100644 (file)
@@ -100,7 +100,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.2.5'
+    version = '5.2.6-SNAPSHOT'
 }
 
 /**
index 3737d8d6634f24bc7b2c0693c668f27ebc634ac1..7bcd18f99d01362ff423cc84580f309c0c054bc4 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.5"/>
+    <property name="version.id" value="5.2.6-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
index 76464722d9669796bcafaaf7d6c2fc440f96172d..b912a601637e4d3e24c1986a64ba92202d33ada0 100644 (file)
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.2.5</version>
+    <version>5.2.6-SNAPSHOT</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.2.5</poi.version>
+        <poi.version>5.2.6-SNAPSHOT</poi.version>
         <pax.exam.version>4.12.0</pax.exam.version>
     </properties>