aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2025-04-06 16:43:30 +0000
committerPJ Fanning <fanningpj@apache.org>2025-04-06 16:43:30 +0000
commit6cddf8be2d6c5ea316ffad4c1c4ae5de033748e9 (patch)
tree1185edff559e1187afe13a4f96d27978d70ea712
parentf5f985f4698107d65b1ec64c67c674b278014ad7 (diff)
downloadpoi-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.gradle2
-rw-r--r--build.xml2
-rw-r--r--osgi/pom.xml4
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'
}
/**
diff --git a/build.xml b/build.xml
index 95c4cefcf9..b5d422e57d 100644
--- a/build.xml
+++ b/build.xml
@@ -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>