]> source.dussan.org Git - poi.git/commitdiff
snapshot version
authorPJ Fanning <fanningpj@apache.org>
Sun, 16 Jan 2022 11:15:20 +0000 (11:15 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 16 Jan 2022 11:15:20 +0000 (11:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897119 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml

index fe2951f4f2be0d806f08831ca6c419c42508f749..d9cd26f82f2568256c1b73a09269006ebaf46d5f 100644 (file)
@@ -111,7 +111,7 @@ subprojects {
     apply plugin: 'de.thetaphi.forbiddenapis'
     apply plugin: 'com.github.spotbugs'
 
-    version = '5.2.0'
+    version = '5.2.1-SNAPSHOT'
     ext {
         bouncyCastleVersion = '1.70'
         commonsCodecVersion = '1.15'
index 12d23117fd043fe7c4a6a00ab51a5105d008fea6..ebfb225247d1964ad677a1580c08eda1ce9547e7 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"/>
+    <property name="version.id" value="5.2.1-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>