]> source.dussan.org Git - poi.git/commitdiff
snapshot version
authorPJ Fanning <fanningpj@apache.org>
Tue, 2 Jul 2024 12:37:38 +0000 (12:37 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 2 Jul 2024 12:37:38 +0000 (12:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918832 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
doap_POI.rdf
osgi/pom.xml

index 64441405de5c1cee516cb3bacba1ef8fdcb1f018..244c676de527aa04df61d18f37cb5c20706dc499 100644 (file)
@@ -100,7 +100,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.3.0'
+    version = '5.3.1-SNAPSHOT'
 }
 
 /**
index cb4ee8f13a8f2c96a863412d7505e42176176a00..8f59ae4137421f8d091e5b4a0afd8960335f40f1 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"/>
+    <property name="version.id" value="5.3.1-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
index 2a307f5b7f77ff9615257728de23140f21dac32a..b3d0b7e2e4267d3d88941e7f9fa77c0c768163d8 100644 (file)
     <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.3.0</name>
+        <created>2024-07-02</created>
+        <revision>5.3.0</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>Apache POI 5.2.5</name>
index fc62875724911bdf33fb90a648acbf489edeb459..f8357538e55e0fb18483e91abaf37291fa9d0d69 100644 (file)
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.3.0</version>
+    <version>5.3.1-SNAPSHOT</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <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>
     </properties>