]> source.dussan.org Git - poi.git/commitdiff
set version to 5.3.0
authorPJ Fanning <fanningpj@apache.org>
Mon, 24 Jun 2024 23:48:32 +0000 (23:48 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 24 Jun 2024 23:48:32 +0000 (23:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918572 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index cca508718a34df489dd32f6c120dff966d560df1..aded92aff236084e550a0235a2995970f8875694 100644 (file)
@@ -100,7 +100,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.3.0-SNAPSHOT'
+    version = '5.3.0'
 }
 
 /**
index 5fc9c32d4ddc848b6fb0033c998d4f98d7d8202d..2f36749d8470087041355978f127dc7e75efb60a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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"/>
index 91fb4fe5e9cc55a059b4fe18bf6f74d7d27a24f9..79440980d40ea034f48725ba36222d5186b7e98f 100644 (file)
@@ -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>