]> source.dussan.org Git - poi.git/commitdiff
snapshot version
authorPJ Fanning <fanningpj@apache.org>
Mon, 18 Nov 2024 17:20:07 +0000 (17:20 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 18 Nov 2024 17:20:07 +0000 (17:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921935 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index c26317ef68a2ef6ce5dcbca7a78611b721faa50b..b62fe280f3d0f528f85ad855512bbb2fe14d880f 100644 (file)
@@ -100,7 +100,7 @@ allprojects {
 //    apply plugin: 'eclipse'
     apply plugin: 'idea'
 
-    version = '5.4.0'
+    version = '5.4.0-SNAPSHOT'
 }
 
 /**
index 84684d444ce9e248f8821bfc42ac56092eb7d8ea..339592729e2436d0b06e45cb3ef9f64355a3c4a7 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.4.0"/>
+    <property name="version.id" value="5.4.0-SNAPSHOT"/>
     <property name="release.rc" value=""/>
 
     <property environment="env"/>
index b43bb225541ce417d6bcb52206dba64ec19e1720..060f7b8de6056218d164ad23290a16fb8ccb4982 100644 (file)
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.4.0</version>
+    <version>5.4.0-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.0-SNAPSHOT</poi.version>
         <pax.exam.version>4.12.0</pax.exam.version>
     </properties>