aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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.
<description>The Apache POI project Ant build.</description>
- <property name="version.id" value="5.2.0-SNAPSHOT"/>
+ <property name="version.id" value="5.2.0"/>
<property name="release.rc" value=""/>
<property environment="env"/>
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 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging>
- <version>5.2.0-SNAPSHOT</version>
+ <version>5.2.0</version>
<name>Apache POI OSGi bundle</name>
<properties>