git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924881 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-04-06 16:43:30 +00:00
parent f5f985f469
commit 6cddf8be2d
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -42,7 +42,7 @@ under the License.
<description>The Apache POI project Ant build.</description>
<property name="version.id" value="5.4.1"/>
<property name="version.id" value="5.4.2-SNAPSHOT"/>
<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.4.1</version>
<version>5.4.2-SNAPSHOT</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<poi.version>5.4.1</poi.version>
<poi.version>5.4.2-SNAPSHOT</poi.version>
<pax.exam.version>4.14.0</pax.exam.version>
</properties>