aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--build.xml2
-rw-r--r--osgi/pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index ca2c37b597..5442fd76b6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -110,7 +110,7 @@ subprojects {
apply plugin: 'de.thetaphi.forbiddenapis'
apply plugin: 'com.github.spotbugs'
- version = '5.2.1-SNAPSHOT'
+ version = '5.2.1'
ext {
bouncyCastleVersion = '1.70'
commonsCodecVersion = '1.15'
diff --git a/build.xml b/build.xml
index 27708369f2..fd03e4e716 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.1-SNAPSHOT"/>
+ <property name="version.id" value="5.2.1"/>
<property name="release.rc" value=""/>
<property environment="env"/>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 1d3761d950..5d9077180c 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.1-SNAPSHOT</version>
+ <version>5.2.1</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <poi.version>5.2.1-SNAPSHOT</poi.version>
+ <poi.version>5.2.1</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
</properties>