Bladeren bron

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 jaren geleden
bovenliggende
commit
fc932c8ae4
3 gewijzigde bestanden met toevoegingen van 6 en 4 verwijderingen
  1. 4
    2
      build.gradle
  2. 1
    1
      osgi/pom.xml
  3. 1
    1
      sonar/pom.xml

+ 4
- 2
build.gradle Bestand weergeven

apply plugin: 'de.thetaphi.forbiddenapis' apply plugin: 'de.thetaphi.forbiddenapis'
apply plugin: 'com.github.spotbugs' apply plugin: 'com.github.spotbugs'


version = '5.1.0'
version = '5.1.1-SNAPSHOT'
ext { ext {
bouncyCastleVersion = '1.69' bouncyCastleVersion = '1.69'
commonsCodecVersion = '1.15' commonsCodecVersion = '1.15'
} }


build { 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 Bestand weergeven

<groupId>org.apache.poi</groupId> <groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId> <artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>


<name>Apache POI OSGi bundle</name> <name>Apache POI OSGi bundle</name>
<properties> <properties>

+ 1
- 1
sonar/pom.xml Bestand weergeven

<groupId>org.apache.poi</groupId> <groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId> <artifactId>poi-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
<name>Apache POI - the Java API for Microsoft Documents</name> <name>Apache POI - the Java API for Microsoft Documents</name>
<description>Maven build of Apache POI for Sonar checks</description> <description>Maven build of Apache POI for Sonar checks</description>
<url>https://poi.apache.org/</url> <url>https://poi.apache.org/</url>

Laden…
Annuleren
Opslaan