aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
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 /build.gradle
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
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 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'