From bb541e3e7c682bec8d740dfdd7ab2be3690ffcbd Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 24 Jun 2024 23:48:32 +0000 Subject: [PATCH] set version to 5.3.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918572 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 2 +- osgi/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index cca508718a3..aded92aff23 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 5fc9c32d4dd..2f36749d847 100644 --- a/build.xml +++ b/build.xml @@ -42,7 +42,7 @@ under the License. The Apache POI project Ant build. - + diff --git a/osgi/pom.xml b/osgi/pom.xml index 91fb4fe5e9c..79440980d40 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -24,7 +24,7 @@ org.apache.poi poi-bundle bundle - 5.3.0-SNAPSHOT + 5.3.0 Apache POI OSGi bundle