]> source.dussan.org Git - poi.git/commitdiff
POI 5.2.2 release
authorPJ Fanning <fanningpj@apache.org>
Sat, 19 Mar 2022 23:09:08 +0000 (23:09 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 19 Mar 2022 23:09:08 +0000 (23:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899060 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
doap_POI.rdf
osgi/pom.xml

index aed06aeeeb855ec570d82280cb478a134d6704ba..ec177929e3ed53a554b9496ca011594f4e31135d 100644 (file)
@@ -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'
index c9ac9df14dc50cd9352d4e044f003adfebd43add..65246ac8bde62d0f0de320ce88ae3be71f8696a8 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.2"/>
+    <property name="version.id" value="5.2.3-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
index fbed2c41ecb835f9832cc97f4d9319c8ec771b75..a6fcf46b6cb34d391f31bea750e31ddbc3e296cb 100644 (file)
     <programming-language>Java</programming-language>
     <category rdf:resource="https://projects.apache.org/category/content" />
     <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>
index 08da799c1267961ec05c23aa6b6338e614cfa871..dfab9a7bda7b4340bde226deb6adbe32730072fd 100644 (file)
     <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>