]> source.dussan.org Git - poi.git/commitdiff
change version to 5.2.2-SNAPSHOT
authorPJ Fanning <fanningpj@apache.org>
Mon, 28 Feb 2022 13:51:22 +0000 (13:51 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 28 Feb 2022 13:51:22 +0000 (13:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898476 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index f6d87dc567a45c98a17a04ad840e09dbf888000e..132084ca694855ad0fe76cbee0119c79c4522c30 100644 (file)
@@ -110,7 +110,7 @@ subprojects {
     apply plugin: 'de.thetaphi.forbiddenapis'
     apply plugin: 'com.github.spotbugs'
 
-    version = '5.2.1'
+    version = '5.2.2-SNAPSHOT'
     ext {
         bouncyCastleVersion = '1.70'
         commonsCodecVersion = '1.15'
index f09366fa8647b3b6912619d782f42e5e638d7fd2..65c6801ed6852f7bb50be51e829add528d310ba3 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"/>
+    <property name="version.id" value="5.2.2-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
index 95184238d766d2a3f7e95ca55b42985fd836d861..b55592c2061c45127473f22ba891f4e487849c82 100644 (file)
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.2.1</version>
+    <version>5.2.2-SNAPSHOT</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.2.1</poi.version>
+        <poi.version>5.2.2-SNAPSHOT</poi.version>
         <pax.exam.version>4.12.0</pax.exam.version>
     </properties>