aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-12-29 17:25:15 +0000
committerPJ Fanning <fanningpj@apache.org>2024-12-29 17:25:15 +0000
commit3f4e7189b3190e796d1748fb308849cae0797ec8 (patch)
tree5af4d52ff35adc2e88e7e59660f65c10b6cc0b78
parent39f4085d6ce9b6ceca3181eeb5e06f95e83d6634 (diff)
downloadpoi-3f4e7189b3190e796d1748fb308849cae0797ec8.tar.gz
poi-3f4e7189b3190e796d1748fb308849cae0797ec8.zip
prep poi 5.4.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922754 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.gradle2
-rw-r--r--build.xml2
-rw-r--r--osgi/pom.xml6
3 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index dde76fe744..83ae193dd5 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 e60785a94b..a386b61d4b 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 f29ac77e8d..51acd6b66e 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -24,13 +24,13 @@
<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>
- <pax.exam.version>4.12.0</pax.exam.version>
+ <poi.version>5.4.0</poi.version>
+ <pax.exam.version>4.14.0</pax.exam.version>
</properties>
<build>