diff options
author | Dominik Stadler <centic@apache.org> | 2017-09-17 11:07:37 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-09-17 11:07:37 +0000 |
commit | bd00cb3e0d758091a7e60195ce7a1d9ee290c2f9 (patch) | |
tree | 45244901b095f94ae69ad8c30ff19b9cb692eba3 /build.gradle | |
parent | d7ee368e0e29e57c5bdf0e64ac5503c490c924f6 (diff) | |
download | poi-bd00cb3e0d758091a7e60195ce7a1d9ee290c2f9.tar.gz poi-bd00cb3e0d758091a7e60195ce7a1d9ee290c2f9.zip |
Change version to 4.0.0-SNAPSHOT as discussed on the mailing-list
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808618 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 89b73e4a42..acdbf823ca 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ subprojects { // See https://github.com/melix/japicmp-gradle-plugin apply plugin: 'me.champeau.gradle.japicmp' - version = '4.0-beta1' + version = '4.0.0-SNAPSHOT' ext { japicmpversion = '3.17' } |