From fd29c485ef3891705c8cd5242d195e8b9ce49372 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Sun, 17 Jan 2021 18:24:31 +0000 Subject: [PATCH] Bump versions to 5.0.1-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885616 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 4 ++-- build.xml | 4 ++-- doap_POI.rdf | 15 +++++++++++---- osgi/pom.xml | 2 +- src/examples/groovy/build.gradle | 4 ++-- src/excelant/poi-ant-contrib/NextRelease.java | 8 +++++--- 6 files changed, 23 insertions(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index 1fbd71d700..50caebfee7 100644 --- a/build.gradle +++ b/build.gradle @@ -108,13 +108,13 @@ subprojects { // See https://github.com/melix/japicmp-gradle-plugin apply plugin: 'me.champeau.gradle.japicmp' - version = '5.0.0-SNAPSHOT' + version = '5.0.1-SNAPSHOT' ext { bouncyCastleVersion = '1.67' commonsCodecVersion = '1.15' commonsCompressVersion = '1.20' commonsMathVersion = '3.6.1' - japicmpversion = '4.1.2' + japicmpversion = '5.0.0' junitVersion = '5.7.0' mockitoVersion = '3.6.0' hamcrestVersion = '2.2' diff --git a/build.xml b/build.xml index e606f9fc30..7fd9124111 100644 --- a/build.xml +++ b/build.xml @@ -42,7 +42,7 @@ under the License. The Apache POI project Ant build. - + @@ -2954,7 +2954,7 @@ under the License. - + diff --git a/doap_POI.rdf b/doap_POI.rdf index 2178f992e3..b2324ca29e 100644 --- a/doap_POI.rdf +++ b/doap_POI.rdf @@ -1,8 +1,8 @@