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/03/19 23:09:08 UTC

svn commit: r1899060 - in /poi/trunk: build.gradle build.xml doap_POI.rdf osgi/pom.xml

Author: fanningpj
Date: Sat Mar 19 23:09:08 2022
New Revision: 1899060

URL: http://svn.apache.org/viewvc?rev=1899060&view=rev
Log:
POI 5.2.2 release

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

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1899060&r1=1899059&r2=1899060&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sat Mar 19 23:09:08 2022
@@ -137,7 +137,7 @@ subprojects {
     apply plugin: 'de.thetaphi.forbiddenapis'
     apply plugin: 'com.github.spotbugs'
 
-    version = '5.2.2'
+    version = '5.2.3-SNAPSHOT'
     ext {
         bouncyCastleVersion = '1.70'
         commonsCodecVersion = '1.15'

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1899060&r1=1899059&r2=1899060&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Mar 19 23:09:08 2022
@@ -42,7 +42,7 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="5.2.2"/>
+    <property name="version.id" value="5.2.3-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>

Modified: poi/trunk/doap_POI.rdf
URL: http://svn.apache.org/viewvc/poi/trunk/doap_POI.rdf?rev=1899060&r1=1899059&r2=1899060&view=diff
==============================================================================
--- poi/trunk/doap_POI.rdf (original)
+++ poi/trunk/doap_POI.rdf Sat Mar 19 23:09:08 2022
@@ -37,6 +37,13 @@
     <category rdf:resource="https://projects.apache.org/category/library" />
     <release>
       <Version>
+        <name>Apache POI 5.2.2</name>
+        <created>2022-03-20</created>
+        <revision>5.2.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>Apache POI 5.2.1</name>
         <created>2022-03-03</created>
         <revision>5.2.1</revision>

Modified: poi/trunk/osgi/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/osgi/pom.xml?rev=1899060&r1=1899059&r2=1899060&view=diff
==============================================================================
--- poi/trunk/osgi/pom.xml (original)
+++ poi/trunk/osgi/pom.xml Sat Mar 19 23:09:08 2022
@@ -24,12 +24,12 @@
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.2.2</version>
+    <version>5.2.3-SNAPSHOT</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.2.2</poi.version>
+        <poi.version>5.2.3-SNAPSHOT</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