diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-05-17 17:29:37 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-05-17 17:29:37 +0000 |
commit | 00185c2857d3fe96b8eab2551652e2317c10b213 (patch) | |
tree | 5f2ab2b07c0c3cfe96940d9838b648a21aa520b4 /build.gradle | |
parent | 6a1e8dbb7051c0ba478d238acdf84ca3d38b5acb (diff) | |
download | poi-00185c2857d3fe96b8eab2551652e2317c10b213.tar.gz poi-00185c2857d3fe96b8eab2551652e2317c10b213.zip |
next version will be 5.0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877872 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 150b43f58b..458dbf0326 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,7 @@ subprojects { // See https://github.com/melix/japicmp-gradle-plugin apply plugin: 'me.champeau.gradle.japicmp' - version = '4.1.3-SNAPSHOT' + version = '5.0.0-SNAPSHOT' ext { bouncyCastleVersion = '1.65' commonsCodecVersion = '1.14' |