]> source.dussan.org Git - poi.git/commitdiff
5.2.0-SNAPSHOT
authorPJ Fanning <fanningpj@apache.org>
Thu, 18 Nov 2021 16:29:11 +0000 (16:29 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 18 Nov 2021 16:29:11 +0000 (16:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895156 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml

index 908e5fcbe930894ce6e2b9b15c82670acba48070..3d57ddf074a761ea5d84ea093271a46bdee1f5b9 100644 (file)
@@ -111,7 +111,7 @@ subprojects {
     apply plugin: 'de.thetaphi.forbiddenapis'
     apply plugin: 'com.github.spotbugs'
 
-    version = '5.1.1-SNAPSHOT'
+    version = '5.2.0-SNAPSHOT'
     ext {
         bouncyCastleVersion = '1.69'
         commonsCodecVersion = '1.15'
index 70ab4fb57f75ef067ed25d186abea8a5d3f6e494..4664590125dea3afc6ffeb2aeb358514837a815a 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.1.1-SNAPSHOT"/>
+    <property name="version.id" value="5.2.0-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>