]> source.dussan.org Git - poi.git/commitdiff
prep 5.2.2 release
authorPJ Fanning <fanningpj@apache.org>
Sat, 12 Mar 2022 11:03:00 +0000 (11:03 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 12 Mar 2022 11:03:00 +0000 (11:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898874 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index eb4897178204ee9b857edfe4a02f2fcc6b8c2aaf..aed06aeeeb855ec570d82280cb478a134d6704ba 100644 (file)
@@ -137,7 +137,7 @@ subprojects {
     apply plugin: 'de.thetaphi.forbiddenapis'
     apply plugin: 'com.github.spotbugs'
 
-    version = '5.2.2-SNAPSHOT'
+    version = '5.2.2'
     ext {
         bouncyCastleVersion = '1.70'
         commonsCodecVersion = '1.15'
index 84769c363c52c3076400e8fe668a438e49125f21..c9ac9df14dc50cd9352d4e044f003adfebd43add 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-SNAPSHOT"/>
+    <property name="version.id" value="5.2.2"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
index 1a5a9573c2247b9cc8533171e25af485cce9c3ff..08da799c1267961ec05c23aa6b6338e614cfa871 100644 (file)
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.2.2-SNAPSHOT</version>
+    <version>5.2.2</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.2.2-SNAPSHOT</poi.version>
+        <poi.version>5.2.2</poi.version>
         <pax.exam.version>4.12.0</pax.exam.version>
     </properties>