diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-09-03 21:43:17 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-09-03 21:43:17 +0000 |
commit | fc932c8ae4b8dc392165f990edcbfe2ff3b3734d (patch) | |
tree | 38e7e8b8f2006bd1324331fccdb6941e3f14ea22 | |
parent | f63f3ff09d8bfc5afbbc60dde5053c14f407120b (diff) | |
download | poi-fc932c8ae4b8dc392165f990edcbfe2ff3b3734d.tar.gz poi-fc932c8ae4b8dc392165f990edcbfe2ff3b3734d.zip |
update to 5.1.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892889 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 6 | ||||
-rw-r--r-- | osgi/pom.xml | 2 | ||||
-rw-r--r-- | 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 @@ <groupId>org.apache.poi</groupId> <artifactId>poi-bundle</artifactId> <packaging>bundle</packaging> - <version>5.1.0</version> + <version>5.1.1-SNAPSHOT</version> <name>Apache POI OSGi bundle</name> <properties> 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 @@ <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> <packaging>pom</packaging> - <version>5.1.0</version> + <version>5.1.1-SNAPSHOT</version> <name>Apache POI - the Java API for Microsoft Documents</name> <description>Maven build of Apache POI for Sonar checks</description> <url>https://poi.apache.org/</url> |