mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
set version to 6.0.0-SNAPSHOT
This commit is contained in:
parent
95b46731b9
commit
7ec830f892
@ -89,7 +89,7 @@ allprojects {
|
||||
// apply plugin: 'eclipse'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = '5.5.0'
|
||||
version = '6.0.0-SNAPSHOT'
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -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"/>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user