]> source.dussan.org Git - poi.git/commitdiff
prep v5.2.5
authorPJ Fanning <fanningpj@apache.org>
Thu, 16 Nov 2023 20:52:47 +0000 (20:52 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 16 Nov 2023 20:52:47 +0000 (20:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913863 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index f3e2715ca7172de0c544cfe9e006d21506359d3d..48c169e5640859b4571eb10ea8c2da5fb1224aff 100644 (file)
@@ -100,7 +100,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.2.5-SNAPSHOT'
+    version = '5.2.5'
 }
 
 /**
index 0a6e5a462ee498af1a491e0d316eafa457364b53..3737d8d6634f24bc7b2c0693c668f27ebc634ac1 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.5-SNAPSHOT"/>
+    <property name="version.id" value="5.2.5"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
index 030ba106e113d679121aafaef8215ecb04111900..76464722d9669796bcafaaf7d6c2fc440f96172d 100644 (file)
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.2.5-SNAPSHOT</version>
+    <version>5.2.5</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.2.5-SNAPSHOT</poi.version>
+        <poi.version>5.2.5</poi.version>
         <pax.exam.version>4.12.0</pax.exam.version>
     </properties>