aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-06-24 23:48:32 +0000
committerPJ Fanning <fanningpj@apache.org>2024-06-24 23:48:32 +0000
commitbb541e3e7c682bec8d740dfdd7ab2be3690ffcbd (patch)
tree2f1bffeebd3f51a0fcb944ae26f2d15fb598dedb
parenta0abf6511571ad817ae02ce8b10771945e9cd7ae (diff)
downloadpoi-bb541e3e7c682bec8d740dfdd7ab2be3690ffcbd.tar.gz
poi-bb541e3e7c682bec8d740dfdd7ab2be3690ffcbd.zip
set version to 5.3.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918572 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.gradle2
-rw-r--r--build.xml2
-rw-r--r--osgi/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index cca508718a..aded92aff2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -100,7 +100,7 @@ allprojects {
// apply plugin: 'eclipse'
apply plugin: 'idea'
- version = '5.3.0-SNAPSHOT'
+ version = '5.3.0'
}
/**
diff --git a/build.xml b/build.xml
index 5fc9c32d4d..2f36749d84 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-SNAPSHOT"/>
+ <property name="version.id" value="5.3.0"/>
<property name="release.rc" value=""/>
<property environment="env"/>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 91fb4fe5e9..79440980d4 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging>
- <version>5.3.0-SNAPSHOT</version>
+ <version>5.3.0</version>
<name>Apache POI OSGi bundle</name>
<properties>