aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-11-02 08:47:22 +0000
committerPJ Fanning <fanningpj@apache.org>2021-11-02 08:47:22 +0000
commit087236a41295bb92d22700cdc49f013909bc5ff9 (patch)
treeec294b060623318f8fc6183b4b8552f664575aa2 /build.gradle
parent712fdd622623e4c4ca48453faeaaad557030fa3a (diff)
downloadpoi-087236a41295bb92d22700cdc49f013909bc5ff9.tar.gz
poi-087236a41295bb92d22700cdc49f013909bc5ff9.zip
snapshot version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894666 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 87085effb7..68a503520e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -108,7 +108,7 @@ subprojects {
apply plugin: 'de.thetaphi.forbiddenapis'
apply plugin: 'com.github.spotbugs'
- version = '5.1.0'
+ version = '5.1.1-SNAPSHOT'
ext {
bouncyCastleVersion = '1.69'
commonsCodecVersion = '1.15'