Set version to 5.4.1-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923048 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2025-01-11 09:23:15 +00:00
parent 2c74a961a4
commit d52f80eb79
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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