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 11941cc4f7 prepare 5.5.1
11941cc4f7 is described below
commit 11941cc4f7efb279422654db29221fd05acfdb87
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 19 00:36:22 2025 +0100
prepare 5.5.1
---
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 cf301c62bf..145c00b6e5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -89,7 +89,7 @@ allprojects {
// apply plugin: 'eclipse'
apply plugin: 'idea'
- version = '5.5.1-SNAPSHOT'
+ version = '5.5.1'
}
/**
diff --git a/build.xml b/build.xml
index 77e2439fcc..eee7febfae 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-SNAPSHOT"/>
+ <property name="version.id" value="5.5.1"/>
<property name="release.rc" value=""/>
<property environment="env"/>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 30e5f1c258..41592b43b9 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-SNAPSHOT</version>
+ <version>5.5.1</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <poi.version>5.5.1-SNAPSHOT</poi.version>
+ <poi.version>5.5.1</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]