mirror of https://github.com/apache/poi.git
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:
parent
f63f3ff09d
commit
fc932c8ae4
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue