aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-09-03 21:43:17 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-09-03 21:43:17 +0000
commitfc932c8ae4b8dc392165f990edcbfe2ff3b3734d (patch)
tree38e7e8b8f2006bd1324331fccdb6941e3f14ea22
parentf63f3ff09d8bfc5afbbc60dde5053c14f407120b (diff)
downloadpoi-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.gradle6
-rw-r--r--osgi/pom.xml2
-rw-r--r--sonar/pom.xml2
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>