]> source.dussan.org Git - poi.git/commitdiff
prep v5.2.4
authorPJ Fanning <fanningpj@apache.org>
Thu, 21 Sep 2023 18:43:24 +0000 (18:43 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 21 Sep 2023 18:43:24 +0000 (18:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912467 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index c2d381268677fd1e45e1cd7be0a0e668e7ba79ba..3218006718e4db266dfd7d4e3cbc7d03b7259183 100644 (file)
@@ -99,7 +99,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.2.4-SNAPSHOT'
+    version = '5.2.4'
 }
 
 /**
index 00e65d8524075ec353701b3195943aed8ad9200a..3b550df1cdc27a25b75e390d609cc61db33e3eed 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.2.4-SNAPSHOT"/>
+    <property name="version.id" value="5.2.4"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
index b8d074170f756c448d68e14c2ff597f98d4d5beb..4de8b5ba8619a53d5392d73f8c43b8ef7a045c10 100644 (file)
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.2.4-SNAPSHOT</version>
+    <version>5.2.4</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.2.4-SNAPSHOT</poi.version>
+        <poi.version>5.2.4</poi.version>
         <pax.exam.version>4.12.0</pax.exam.version>
     </properties>