mirror of https://github.com/apache/poi.git
set version to 5.3.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918572 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a0abf65115
commit
bb541e3e7c
|
@ -100,7 +100,7 @@ allprojects {
|
|||
// apply plugin: 'eclipse'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = '5.3.0-SNAPSHOT'
|
||||
version = '5.3.0'
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -42,7 +42,7 @@ under the License.
|
|||
|
||||
<description>The Apache POI project Ant build.</description>
|
||||
|
||||
<property name="version.id" value="5.3.0-SNAPSHOT"/>
|
||||
<property name="version.id" value="5.3.0"/>
|
||||
<property name="release.rc" value=""/>
|
||||
|
||||
<property environment="env"/>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-bundle</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<version>5.3.0-SNAPSHOT</version>
|
||||
<version>5.3.0</version>
|
||||
|
||||
<name>Apache POI OSGi bundle</name>
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue