]> source.dussan.org Git - poi.git/commitdiff
prep v5.2.0 (RC1)
authorPJ Fanning <fanningpj@apache.org>
Wed, 5 Jan 2022 10:35:19 +0000 (10:35 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 5 Jan 2022 10:35:19 +0000 (10:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896701 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index 18d55e27a8f28f7ef798a4c589f012649efbaa0e..97f0a338296a70b7d5137c3528abc1cb40f0c151 100644 (file)
@@ -111,7 +111,7 @@ subprojects {
     apply plugin: 'de.thetaphi.forbiddenapis'
     apply plugin: 'com.github.spotbugs'
 
-    version = '5.2.0-SNAPSHOT'
+    version = '5.2.0'
     ext {
         bouncyCastleVersion = '1.70'
         commonsCodecVersion = '1.15'
index 401ef0ae18be7b2c25365bda609f4f1209e05146..a525b9ace9d15cacc9fb33c5cd597051f92ec3b1 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.0-SNAPSHOT"/>
+    <property name="version.id" value="5.2.0"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
index ee206a9d7edd714443c6c6d66231e71bdbee2530..a33d9b782c16288536ff7168147ed149b0fa2f11 100644 (file)
@@ -24,7 +24,7 @@
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>