]> source.dussan.org Git - poi.git/commitdiff
prep v5.4.0
authorPJ Fanning <fanningpj@apache.org>
Fri, 8 Nov 2024 08:52:52 +0000 (08:52 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 8 Nov 2024 08:52:52 +0000 (08:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921817 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index ef8f24aa255a6711ca9664d375d1115a90cfc811..722f134277b22a8d1a09a80c35c9030bf42ea8c9 100644 (file)
@@ -100,7 +100,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.4.0-SNAPSHOT'
+    version = '5.4.0'
 }
 
 /**
index 9d6120749f374c8c3cffc20e58b7e13fae038aca..11f99b889ed96cbd175f84a462bcd132130d794d 100644 (file)
--- 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"/>
index ff361f525a971b2541e99a34626da21c5134be50..8b1a8cc1d2f565ddcb486c1a90f349c53223d63a 100644 (file)
     <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>