Author: centic
Date: Sat Jan 11 09:23:15 2025
New Revision: 1923048

URL: http://svn.apache.org/viewvc?rev=1923048&view=rev
Log:
Set version to 5.4.1-SNAPSHOT

Modified:
    poi/trunk/build.gradle
    poi/trunk/build.xml
    poi/trunk/osgi/pom.xml

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1923048&r1=1923047&r2=1923048&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sat Jan 11 09:23:15 2025
@@ -100,7 +100,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.4.0'
+    version = '5.4.1-SNAPSHOT'
 }
 
 /**

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1923048&r1=1923047&r2=1923048&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Jan 11 09:23:15 2025
@@ -42,7 +42,7 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="5.4.0"/>
+    <property name="version.id" value="5.4.1-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>

Modified: poi/trunk/osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/osgi/pom.xml?rev=1923048&r1=1923047&r2=1923048&view=diff
==============================================================================
--- poi/trunk/osgi/pom.xml (original)
+++ poi/trunk/osgi/pom.xml Sat Jan 11 09:23:15 2025
@@ -24,12 +24,12 @@
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.4.0</version>
+    <version>5.4.1-SNAPSHOT</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.4.0</poi.version>
+        <poi.version>5.4.1-SNAPSHOT</poi.version>
         <pax.exam.version>4.14.0</pax.exam.version>
     </properties>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to