From fc932c8ae4b8dc392165f990edcbfe2ff3b3734d Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Fri, 3 Sep 2021 21:43:17 +0000 Subject: [PATCH] update to 5.1.1-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892889 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 6 ++++-- osgi/pom.xml | 2 +- sonar/pom.xml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 784c8bfef6..dd593aefa2 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ subprojects { apply plugin: 'de.thetaphi.forbiddenapis' apply plugin: 'com.github.spotbugs' - version = '5.1.0' + version = '5.1.1-SNAPSHOT' ext { bouncyCastleVersion = '1.69' commonsCodecVersion = '1.15' @@ -402,7 +402,9 @@ subprojects { } build { - dependsOn 'signPOIPublication' + // disabled until next release build - only works when you've configured the signing key in your + // user gradle.properties file + // dependsOn 'signPOIPublication' } } diff --git a/osgi/pom.xml b/osgi/pom.xml index ba4f2171b4..0c97f217db 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -24,7 +24,7 @@ org.apache.poi poi-bundle bundle - 5.1.0 + 5.1.1-SNAPSHOT Apache POI OSGi bundle diff --git a/sonar/pom.xml b/sonar/pom.xml index 1a75f148ee..ba2cf34251 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -4,7 +4,7 @@ org.apache.poi poi-parent pom - 5.1.0 + 5.1.1-SNAPSHOT Apache POI - the Java API for Microsoft Documents Maven build of Apache POI for Sonar checks https://poi.apache.org/