]> source.dussan.org Git - poi.git/commitdiff
prep v5.2.3 release
authorPJ Fanning <fanningpj@apache.org>
Fri, 9 Sep 2022 13:14:51 +0000 (13:14 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 9 Sep 2022 13:14:51 +0000 (13:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903940 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index 55c11be1114ee4cb3f239d09c1e1ab9c2fb3f7d6..c5b2d8afee3c3ed2142d85a33949a78c6ff9af90 100644 (file)
@@ -128,7 +128,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.2.3-SNAPSHOT'
+    version = '5.2.3'
 }
 
 /**
index 51b15eb050d4d9a6ce9f42ff207444d6d3f7a5e4..6788695fb2dbb2e3d2ae50d5b209799793280937 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.3-SNAPSHOT"/>
+    <property name="version.id" value="5.2.3"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
index d3b9a12f014a2b13e80cb04248c5808b28591790..f777830f60fd33d47e7eadcf434dc875cc672af0 100644 (file)
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.2.3-SNAPSHOT</version>
+    <version>5.2.3</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.2.3-SNAPSHOT</poi.version>
+        <poi.version>5.2.3</poi.version>
         <pax.exam.version>4.12.0</pax.exam.version>
     </properties>