prepare 5.5.1

This commit is contained in:
PJ Fanning 2025-11-19 00:36:22 +01:00
parent ea0f06ae21
commit 11941cc4f7
3 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ allprojects {
// apply plugin: 'eclipse'
apply plugin: 'idea'
version = '5.5.1-SNAPSHOT'
version = '5.5.1'
}
/**

View File

@ -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"/>

View File

@ -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>