aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2025-04-01 19:56:00 +0000
committerPJ Fanning <fanningpj@apache.org>2025-04-01 19:56:00 +0000
commitfbd97d76726a683496e27b5cac4cd9a00b0d22b3 (patch)
tree1f25461a038ec8c42dd79d3fe41a233865defd77
parente3bb8c3032a3ab3bf25b48456ab2af1b89f1ad52 (diff)
downloadpoi-fbd97d76726a683496e27b5cac4cd9a00b0d22b3.tar.gz
poi-fbd97d76726a683496e27b5cac4cd9a00b0d22b3.zip
prep 5.4.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924733 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 e7337c11f6..1ce6a29e5c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -89,7 +89,7 @@ allprojects {
// apply plugin: 'eclipse'
apply plugin: 'idea'
- version = '5.4.1-SNAPSHOT'
+ version = '5.4.1'
}
/**
diff --git a/build.xml b/build.xml
index 5f27a32eb7..95c4cefcf9 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-SNAPSHOT"/>
+ <property name="version.id" value="5.4.1"/>
<property name="release.rc" value=""/>
<property environment="env"/>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index c4854f4c12..cb6c157c2c 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-SNAPSHOT</version>
+ <version>5.4.1</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <poi.version>5.4.1-SNAPSHOT</poi.version>
+ <poi.version>5.4.1</poi.version>
<pax.exam.version>4.14.0</pax.exam.version>
</properties>