From: Dominik Stadler Date: Sun, 7 Apr 2019 07:17:58 +0000 (+0000) Subject: Set version to 4.1.1-SNAPSHOT everywhere to not mix intermediate packages with the... X-Git-Tag: REL_4_1_1~144 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=836b9abdc6ccb61944ba0bfa6b29f48f4ab3b877;p=poi.git Set version to 4.1.1-SNAPSHOT everywhere to not mix intermediate packages with the future final ones, add a helper target to set the version from the build.xml everywhere git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857070 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index 40439aba7b..5e9c99fe1e 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ subprojects { // See https://github.com/melix/japicmp-gradle-plugin apply plugin: 'me.champeau.gradle.japicmp' - version = '4.1.0-SNAPSHOT' + version = '4.1.1-SNAPSHOT' ext { japicmpversion = '4.0.0' } diff --git a/build.xml b/build.xml index fda1ac13ef..ac412edee2 100644 --- a/build.xml +++ b/build.xml @@ -42,7 +42,7 @@ under the License. The Apache POI project Ant build. - + @@ -2133,7 +2133,7 @@ under the License. @@ -2854,4 +2854,28 @@ under the License. Using Ant: ${ant.version} from ${ant.home} + + + + + + + + + + + + + + + + + +