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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 67c8284f35 prep 5.5.0 release
67c8284f35 is described below

commit 67c8284f35263a2297433e07954168e8c6d7e450
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Oct 27 17:31:34 2025 +0000

    prep 5.5.0 release
---
 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 f2edee6ca9..5d728f20b3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -89,7 +89,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.5.0-SNAPSHOT'
+    version = '5.5.0'
 }
 
 /**
diff --git a/build.xml b/build.xml
index 4cc534fa3d..b7f4b9730c 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.0-SNAPSHOT"/>
+    <property name="version.id" value="5.5.0"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index ec71465a4f..da2ed82d60 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.0-SNAPSHOT</version>
+    <version>5.5.0</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.5.0-SNAPSHOT</poi.version>
+        <poi.version>5.5.0</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