update to 5.1.1-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2021-09-03 21:43:17 +00:00
parent f63f3ff09d
commit fc932c8ae4
3 changed files with 6 additions and 4 deletions

View File

@ -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'
}
}

View File

@ -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>

View File

@ -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>