mirror of https://github.com/apache/poi.git
snapshot version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e07ce50dd
commit
559de96cc0
|
@ -100,7 +100,7 @@ allprojects {
|
||||||
// apply plugin: 'eclipse'
|
// apply plugin: 'eclipse'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
version = '5.3.0'
|
version = '5.3.1-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -42,7 +42,7 @@ under the License.
|
||||||
|
|
||||||
<description>The Apache POI project Ant build.</description>
|
<description>The Apache POI project Ant build.</description>
|
||||||
|
|
||||||
<property name="version.id" value="5.3.0"/>
|
<property name="version.id" value="5.3.1-SNAPSHOT"/>
|
||||||
<property name="release.rc" value=""/>
|
<property name="release.rc" value=""/>
|
||||||
|
|
||||||
<property environment="env"/>
|
<property environment="env"/>
|
||||||
|
|
|
@ -35,6 +35,13 @@
|
||||||
<programming-language>Java</programming-language>
|
<programming-language>Java</programming-language>
|
||||||
<category rdf:resource="https://projects.apache.org/category/content" />
|
<category rdf:resource="https://projects.apache.org/category/content" />
|
||||||
<category rdf:resource="https://projects.apache.org/category/library" />
|
<category rdf:resource="https://projects.apache.org/category/library" />
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<name>Apache POI 5.3.0</name>
|
||||||
|
<created>2024-07-02</created>
|
||||||
|
<revision>5.3.0</revision>
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<name>Apache POI 5.2.5</name>
|
<name>Apache POI 5.2.5</name>
|
||||||
|
|
|
@ -24,12 +24,12 @@
|
||||||
<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.3.0</version>
|
<version>5.3.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>Apache POI OSGi bundle</name>
|
<name>Apache POI OSGi bundle</name>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<poi.version>5.3.0</poi.version>
|
<poi.version>5.3.1-SNAPSHOT</poi.version>
|
||||||
<pax.exam.version>4.12.0</pax.exam.version>
|
<pax.exam.version>4.12.0</pax.exam.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue