aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2018-09-07 19:25:02 +0000
committerAndreas Beeker <kiwiwings@apache.org>2018-09-07 19:25:02 +0000
commitea65344fd12b0b6a10a3d8ec7afd1b87f593ff87 (patch)
treec35c6d9703af017443e356c66d6baf50507472a3 /build.gradle
parent8726e046a0dcf7bf88192efa70aedae4706c82c8 (diff)
downloadpoi-ea65344fd12b0b6a10a3d8ec7afd1b87f593ff87.tar.gz
poi-ea65344fd12b0b6a10a3d8ec7afd1b87f593ff87.zip
update 3.17 leftovers and provide a new build target to update those in the next release
remove final / beta tags, as we (try to) use semver now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index ae379bdd4f..7be56849f5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -91,9 +91,9 @@ subprojects {
// See https://github.com/melix/japicmp-gradle-plugin
apply plugin: 'me.champeau.gradle.japicmp'
- version = '4.0.0-SNAPSHOT'
+ version = '4.0.1-SNAPSHOT'
ext {
- japicmpversion = '3.17'
+ japicmpversion = '4.0.0'
}
tasks.withType(JavaCompile) {