From 71f063b465244bd954ea39883ced713a49dc1b67 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 5 Jan 2022 10:35:19 +0000 Subject: [PATCH] prep v5.2.0 (RC1) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896701 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 18d55e27a8..97f0a33829 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ subprojects { apply plugin: 'de.thetaphi.forbiddenapis' apply plugin: 'com.github.spotbugs' - version = '5.2.0-SNAPSHOT' + version = '5.2.0' ext { bouncyCastleVersion = '1.70' commonsCodecVersion = '1.15' diff --git a/build.xml b/build.xml index 401ef0ae18..a525b9ace9 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 ee206a9d7e..a33d9b782c 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -24,7 +24,7 @@ org.apache.poi poi-bundle bundle - 5.2.0-SNAPSHOT + 5.2.0 Apache POI OSGi bundle -- 2.39.5