Selaa lähdekoodia

prep v5.2.0 (RC1)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896701 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 vuotta sitten
vanhempi
commit
71f063b465
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1
    1
      build.gradle
  2. 1
    1
      build.xml
  3. 1
    1
      osgi/pom.xml

+ 1
- 1
build.gradle Näytä tiedosto

@@ -111,7 +111,7 @@ subprojects {
apply plugin: 'de.thetaphi.forbiddenapis'
apply plugin: 'com.github.spotbugs'

version = '5.2.0-SNAPSHOT'
version = '5.2.0'
ext {
bouncyCastleVersion = '1.70'
commonsCodecVersion = '1.15'

+ 1
- 1
build.xml Näytä tiedosto

@@ -42,7 +42,7 @@ under the License.

<description>The Apache POI project Ant build.</description>

<property name="version.id" value="5.2.0-SNAPSHOT"/>
<property name="version.id" value="5.2.0"/>
<property name="release.rc" value=""/>

<property environment="env"/>

+ 1
- 1
osgi/pom.xml Näytä tiedosto

@@ -24,7 +24,7 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>

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

Loading…
Peruuta
Tallenna