Browse Source

update to 5.1.1-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892889 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
Andreas Beeker 2 years ago
parent
commit
fc932c8ae4
3 changed files with 6 additions and 4 deletions
  1. 4
    2
      build.gradle
  2. 1
    1
      osgi/pom.xml
  3. 1
    1
      sonar/pom.xml

+ 4
- 2
build.gradle 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'
}
}


+ 1
- 1
osgi/pom.xml 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>

+ 1
- 1
sonar/pom.xml 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>

Loading…
Cancel
Save