set version to 6.0.0-SNAPSHOT

This commit is contained in:
PJ Fanning 2025-11-15 10:52:57 +01:00
parent 95b46731b9
commit 7ec830f892
4 changed files with 5 additions and 5 deletions

View File

@ -89,7 +89,7 @@ allprojects {
// apply plugin: 'eclipse'
apply plugin: 'idea'
version = '5.5.0'
version = '6.0.0-SNAPSHOT'
}
/**

View File

@ -42,7 +42,7 @@ under the License.
<description>The Apache POI project Ant build.</description>
<property name="version.id" value="5.5.0"/>
<property name="version.id" value="6.0.0-SNAPSHOT"/>
<property name="release.rc" value=""/>
<property environment="env"/>

View File

@ -24,12 +24,12 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging>
<version>5.5.0</version>
<version>6.0.0-SNAPSHOT</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<poi.version>5.5.0</poi.version>
<poi.version>6.0.0-SNAPSHOT</poi.version>
<pax.exam.version>4.14.0</pax.exam.version>
</properties>

View File

@ -70,7 +70,7 @@
</p>
</section>
<release version="5.5.0" date="2025-??-??">
<release version="5.5.0" date="2025-11-15">
<summary>
<summary-item>Upgrade batik dependency to 1.19</summary-item>
<summary-item>Upgrade bouncycastle dependency to 1.82</summary-item>