Browse Source

POI 5.2.2 release

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899060 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_3
PJ Fanning 2 years ago
parent
commit
ff466eff1c
4 changed files with 11 additions and 4 deletions
  1. 1
    1
      build.gradle
  2. 1
    1
      build.xml
  3. 7
    0
      doap_POI.rdf
  4. 2
    2
      osgi/pom.xml

+ 1
- 1
build.gradle View File

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

version = '5.2.2'
version = '5.2.3-SNAPSHOT'
ext {
bouncyCastleVersion = '1.70'
commonsCodecVersion = '1.15'

+ 1
- 1
build.xml View File

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

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

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

<property environment="env"/>

+ 7
- 0
doap_POI.rdf View File

@@ -35,6 +35,13 @@
<programming-language>Java</programming-language>
<category rdf:resource="https://projects.apache.org/category/content" />
<category rdf:resource="https://projects.apache.org/category/library" />
<release>
<Version>
<name>Apache POI 5.2.2</name>
<created>2022-03-20</created>
<revision>5.2.2</revision>
</Version>
</release>
<release>
<Version>
<name>Apache POI 5.2.1</name>

+ 2
- 2
osgi/pom.xml View File

@@ -24,12 +24,12 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging>
<version>5.2.2</version>
<version>5.2.3-SNAPSHOT</version>

<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<poi.version>5.2.2</poi.version>
<poi.version>5.2.3-SNAPSHOT</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
</properties>


Loading…
Cancel
Save