]> source.dussan.org Git - poi.git/commitdiff
snapshot version
authorPJ Fanning <fanningpj@apache.org>
Tue, 2 Nov 2021 08:47:22 +0000 (08:47 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 2 Nov 2021 08:47:22 +0000 (08:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894666 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml

index 87085effb7066a2c8ff952b115c3e491bb46b378..68a503520ebc79feaa188583317264e3d5b140e0 100644 (file)
@@ -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'
index 42d5cc58c354475ae95eab466ac7268e9971d3ea..b83c0acba2dadb029a9b7e752fee7f0a873b4550 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.0"/>
+    <property name="version.id" value="5.1.1-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>