]> source.dussan.org Git - poi.git/commitdiff
prep v5.2.1
authorPJ Fanning <fanningpj@apache.org>
Thu, 24 Feb 2022 13:13:05 +0000 (13:13 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 24 Feb 2022 13:13:05 +0000 (13:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898375 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index ca2c37b59732d2f8a8a3740cfc609118a883785c..5442fd76b676084b2ec0cf60b85e691fe8f8fbf5 100644 (file)
@@ -110,7 +110,7 @@ subprojects {
     apply plugin: 'de.thetaphi.forbiddenapis'
     apply plugin: 'com.github.spotbugs'
 
-    version = '5.2.1-SNAPSHOT'
+    version = '5.2.1'
     ext {
         bouncyCastleVersion = '1.70'
         commonsCodecVersion = '1.15'
index 27708369f24e615482f443b6893c61327acd5f21..fd03e4e716e8e5ad307b5bb41649446e4c4192c5 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.1-SNAPSHOT"/>
+    <property name="version.id" value="5.2.1"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
index 1d3761d95039a46de52fec0c6640429553f22a6e..5d9077180cba47175202d60fb9688fc23a600d3d 100644 (file)
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.2.1-SNAPSHOT</version>
+    <version>5.2.1</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.2.1-SNAPSHOT</poi.version>
+        <poi.version>5.2.1</poi.version>
         <pax.exam.version>4.12.0</pax.exam.version>
     </properties>