aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-01-16 11:15:20 +0000
committerPJ Fanning <fanningpj@apache.org>2022-01-16 11:15:20 +0000
commit2e818b027676f1547a9871c244f518be961c49e0 (patch)
treea2dea00b2911f83e1c9adb2bce054957ec01d080
parent66e16a89578254f7a20d350ed7b58bcaa4cc5268 (diff)
downloadpoi-2e818b027676f1547a9871c244f518be961c49e0.tar.gz
poi-2e818b027676f1547a9871c244f518be961c49e0.zip
snapshot version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897119 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.gradle2
-rw-r--r--build.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index fe2951f4f2..d9cd26f82f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'
diff --git a/build.xml b/build.xml
index 12d23117fd..ebfb225247 100644
--- 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"/>