This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch 5.5.x
in repository https://gitbox.apache.org/repos/asf/poi.git


The following commit(s) were added to refs/heads/5.5.x by this push:
     new 28326796c1 snapshot version
28326796c1 is described below

commit 28326796c168724aab919227b48551e8c0dd866b
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jan 9 13:30:53 2026 +0100

    snapshot version
---
 build.gradle | 2 +-
 build.xml    | 2 +-
 osgi/pom.xml | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 9c90573660..3f1fb9024c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -89,7 +89,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.5.1'
+    version = '5.5.2-SNAPSHOT'
 }
 
 /**
diff --git a/build.xml b/build.xml
index eee7febfae..a82a5a7180 100644
--- 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.5.1"/>
+    <property name="version.id" value="5.5.2-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 41592b43b9..ea8a3e77d6 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.5.1</version>
+    <version>5.5.2-SNAPSHOT</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.5.1</poi.version>
+        <poi.version>5.5.2-SNAPSHOT</poi.version>
         <pax.exam.version>4.14.0</pax.exam.version>
     </properties>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to