Author: fanningpj
Date: Sun Dec 29 17:25:15 2024
New Revision: 1922754

URL: http://svn.apache.org/viewvc?rev=1922754&view=rev
Log:
prep poi 5.4.0

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=1922754&r1=1922753&r2=1922754&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Dec 29 17:25:15 2024
@@ -100,7 +100,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.4.0-SNAPSHOT'
+    version = '5.4.0'
 }
 
 /**

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1922754&r1=1922753&r2=1922754&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Dec 29 17:25:15 2024
@@ -42,7 +42,7 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="5.4.0-SNAPSHOT"/>
+    <property name="version.id" value="5.4.0"/>
     <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=1922754&r1=1922753&r2=1922754&view=diff
==============================================================================
--- poi/trunk/osgi/pom.xml (original)
+++ poi/trunk/osgi/pom.xml Sun Dec 29 17:25:15 2024
@@ -24,13 +24,13 @@
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.4.0-SNAPSHOT</version>
+    <version>5.4.0</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <poi.version>5.4.0-SNAPSHOT</poi.version>
-        <pax.exam.version>4.12.0</pax.exam.version>
+        <poi.version>5.4.0</poi.version>
+        <pax.exam.version>4.14.0</pax.exam.version>
     </properties>
 
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to