diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-11-16 20:52:47 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-11-16 20:52:47 +0000 |
commit | e9710ead93c90408950917892661c66ee7a560d9 (patch) | |
tree | f6877ea723d063506bb614ea11f4be27c54c2359 | |
parent | 2d10477565126a260b2668c408103c17d5b79a2b (diff) | |
download | poi-e9710ead93c90408950917892661c66ee7a560d9.tar.gz poi-e9710ead93c90408950917892661c66ee7a560d9.zip |
prep v5.2.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913863 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | build.xml | 2 | ||||
-rw-r--r-- | osgi/pom.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index f3e2715ca7..48c169e564 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,7 @@ allprojects { // apply plugin: 'eclipse' apply plugin: 'idea' - version = '5.2.5-SNAPSHOT' + version = '5.2.5' } /** @@ -42,7 +42,7 @@ under the License. <description>The Apache POI project Ant build.</description> - <property name="version.id" value="5.2.5-SNAPSHOT"/> + <property name="version.id" value="5.2.5"/> <property name="release.rc" value=""/> <property environment="env"/> diff --git a/osgi/pom.xml b/osgi/pom.xml index 030ba106e1..76464722d9 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.2.5-SNAPSHOT</version> + <version>5.2.5</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.2.5-SNAPSHOT</poi.version> + <poi.version>5.2.5</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |