mirror of https://github.com/apache/poi.git
prep v5.2.4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912467 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c79fb75cbc
commit
d2ae0574e0
|
@ -99,7 +99,7 @@ allprojects {
|
|||
// apply plugin: 'eclipse'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = '5.2.4-SNAPSHOT'
|
||||
version = '5.2.4'
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -42,7 +42,7 @@ under the License.
|
|||
|
||||
<description>The Apache POI project Ant build.</description>
|
||||
|
||||
<property name="version.id" value="5.2.4-SNAPSHOT"/>
|
||||
<property name="version.id" value="5.2.4"/>
|
||||
<property name="release.rc" value=""/>
|
||||
|
||||
<property environment="env"/>
|
||||
|
|
|
@ -24,12 +24,12 @@
|
|||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-bundle</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<version>5.2.4-SNAPSHOT</version>
|
||||
<version>5.2.4</version>
|
||||
|
||||
<name>Apache POI OSGi bundle</name>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<poi.version>5.2.4-SNAPSHOT</poi.version>
|
||||
<poi.version>5.2.4</poi.version>
|
||||
<pax.exam.version>4.12.0</pax.exam.version>
|
||||
</properties>
|
||||
|
||||
|
|
Loading…
Reference in New Issue