aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-07-02 12:37:38 +0000
committerPJ Fanning <fanningpj@apache.org>2024-07-02 12:37:38 +0000
commit559de96cc077d13059fc97997b52fd5d1ef044bd (patch)
tree610c19d4e1ae597ca03ea7417a27a8c39b15b40c
parent6e07ce50dd2a065eabd12cb203ef9d94d3f73cf6 (diff)
downloadpoi-559de96cc077d13059fc97997b52fd5d1ef044bd.tar.gz
poi-559de96cc077d13059fc97997b52fd5d1ef044bd.zip
snapshot version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918832 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.gradle2
-rw-r--r--build.xml2
-rw-r--r--doap_POI.rdf7
-rw-r--r--osgi/pom.xml4
4 files changed, 11 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 64441405de..244c676de5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -100,7 +100,7 @@ allprojects {
// apply plugin: 'eclipse'
apply plugin: 'idea'
- version = '5.3.0'
+ version = '5.3.1-SNAPSHOT'
}
/**
diff --git a/build.xml b/build.xml
index cb4ee8f13a..8f59ae4137 100644
--- 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.3.0"/>
+ <property name="version.id" value="5.3.1-SNAPSHOT"/>
<property name="release.rc" value=""/>
<property environment="env"/>
diff --git a/doap_POI.rdf b/doap_POI.rdf
index 2a307f5b7f..b3d0b7e2e4 100644
--- a/doap_POI.rdf
+++ b/doap_POI.rdf
@@ -37,6 +37,13 @@
<category rdf:resource="https://projects.apache.org/category/library" />
<release>
<Version>
+ <name>Apache POI 5.3.0</name>
+ <created>2024-07-02</created>
+ <revision>5.3.0</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
<name>Apache POI 5.2.5</name>
<created>2023-11-25</created>
<revision>5.2.5</revision>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index fc62875724..f8357538e5 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -24,12 +24,12 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging>
- <version>5.3.0</version>
+ <version>5.3.1-SNAPSHOT</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <poi.version>5.3.0</poi.version>
+ <poi.version>5.3.1-SNAPSHOT</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
</properties>