aboutsummaryrefslogtreecommitdiffstats
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
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
-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 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'
diff --git a/build.xml b/build.xml
index 42d5cc58c3..b83c0acba2 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.1.0"/>
+ <property name="version.id" value="5.1.1-SNAPSHOT"/>
<property name="release.rc" value=""/>
<property environment="env"/>