You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/09/09 13:14:52 UTC

svn commit: r1903940 - in /poi/trunk: build.gradle build.xml osgi/pom.xml

Author: fanningpj
Date: Fri Sep  9 13:14:51 2022
New Revision: 1903940

URL: http://svn.apache.org/viewvc?rev=1903940&view=rev
Log:
prep v5.2.3 release

Modified:
    poi/trunk/build.gradle
    poi/trunk/build.xml
    poi/trunk/osgi/pom.xml

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1903940&r1=1903939&r2=1903940&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Fri Sep  9 13:14:51 2022
@@ -128,7 +128,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.2.3-SNAPSHOT'
+    version = '5.2.3'
 }
 
 /**

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1903940&r1=1903939&r2=1903940&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Sep  9 13:14:51 2022
@@ -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"/>

Modified: poi/trunk/osgi/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/osgi/pom.xml?rev=1903940&r1=1903939&r2=1903940&view=diff
==============================================================================
--- poi/trunk/osgi/pom.xml (original)
+++ poi/trunk/osgi/pom.xml Fri Sep  9 13:14:51 2022
@@ -24,12 +24,12 @@
     <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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org