prep poi 5.4.0

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2024-12-29 17:25:15 +00:00
parent 39f4085d6c
commit 3f4e7189b3
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -42,7 +42,7 @@ under the License.
<description>The Apache POI project Ant build.</description>
<property name="version.id" value="5.4.0-SNAPSHOT"/>
<property name="version.id" value="5.4.0"/>
<property name="release.rc" value=""/>
<property environment="env"/>

View File

@ -24,13 +24,13 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging>
<version>5.4.0-SNAPSHOT</version>
<version>5.4.0</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<poi.version>5.4.0-SNAPSHOT</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
<poi.version>5.4.0</poi.version>
<pax.exam.version>4.14.0</pax.exam.version>
</properties>
<build>