aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-11-08 08:52:52 +0000
committerPJ Fanning <fanningpj@apache.org>2024-11-08 08:52:52 +0000
commit1d620e87143fffd6e49abf1f2e19631b4313656c (patch)
treef16e32c954c682a11433bab314808ee4a3b59cc4
parente132050d2e4cb2f42e17d6a277a5bd0fc20a6956 (diff)
downloadpoi-1d620e87143fffd6e49abf1f2e19631b4313656c.tar.gz
poi-1d620e87143fffd6e49abf1f2e19631b4313656c.zip
prep v5.4.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921817 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 ef8f24aa25..722f134277 100644
--- a/build.gradle
+++ b/build.gradle
@@ -100,7 +100,7 @@ allprojects {
// apply plugin: 'eclipse'
apply plugin: 'idea'
- version = '5.4.0-SNAPSHOT'
+ version = '5.4.0'
}
/**
diff --git a/build.xml b/build.xml
index 9d6120749f..11f99b889e 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.0-SNAPSHOT"/>
+ <property name="version.id" value="5.4.0"/>
<property name="release.rc" value=""/>
<property environment="env"/>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index ff361f525a..8b1a8cc1d2 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.0-SNAPSHOT</version>
+ <version>5.4.0</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <poi.version>5.4.0-SNAPSHOT</poi.version>
+ <poi.version>5.4.0</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
</properties>