diff options
author | PJ Fanning <fanningpj@apache.org> | 2025-04-06 16:43:30 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2025-04-06 16:43:30 +0000 |
commit | 6cddf8be2d6c5ea316ffad4c1c4ae5de033748e9 (patch) | |
tree | 1185edff559e1187afe13a4f96d27978d70ea712 | |
parent | f5f985f4698107d65b1ec64c67c674b278014ad7 (diff) | |
download | poi-6cddf8be2d6c5ea316ffad4c1c4ae5de033748e9.tar.gz poi-6cddf8be2d6c5ea316ffad4c1c4ae5de033748e9.zip |
snapshot
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924881 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | build.xml | 2 | ||||
-rw-r--r-- | osgi/pom.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 774339cc36..1f4b343f8e 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ allprojects { // apply plugin: 'eclipse' apply plugin: 'idea' - version = '5.4.1' + version = '5.4.2-SNAPSHOT' } /** @@ -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"/> diff --git a/osgi/pom.xml b/osgi/pom.xml index cb6c157c2c..351b2e276d 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.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> |