diff options
author | Dominik Stadler <centic@apache.org> | 2019-10-26 05:26:47 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2019-10-26 05:26:47 +0000 |
commit | 04e85aa22d57e76c8d50c89db5fa7dedcb14b092 (patch) | |
tree | fcdd0c4e800f7895f129a8d0b7783b4bcaf146db /build.gradle | |
parent | 2dad9b754328bae207c0468d3a9b9116fe5bd514 (diff) | |
download | poi-04e85aa22d57e76c8d50c89db5fa7dedcb14b092.tar.gz poi-04e85aa22d57e76c8d50c89db5fa7dedcb14b092.zip |
Sync version in more places and use -SNAPSHOT everywhere during development
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868981 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 1123e4790f..8c671456ec 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.1-SNAPSHOT' + version = '4.1.2-SNAPSHOT' ext { japicmpversion = '4.1.0' } |