diff options
author | Dominik Stadler <centic@apache.org> | 2019-04-07 07:17:58 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2019-04-07 07:17:58 +0000 |
commit | 836b9abdc6ccb61944ba0bfa6b29f48f4ab3b877 (patch) | |
tree | 82ea66aac5dd5cee4cc9b400b65841d0d52405f1 /build.gradle | |
parent | 56c02097805791d53ae5b1551b464067f9c13037 (diff) | |
download | poi-836b9abdc6ccb61944ba0bfa6b29f48f4ab3b877.tar.gz poi-836b9abdc6ccb61944ba0bfa6b29f48f4ab3b877.zip |
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
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' } |