summaryrefslogtreecommitdiffstats
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 55c11be111..c5b2d8afee 100644
--- a/build.gradle
+++ b/build.gradle
@@ -128,7 +128,7 @@ allprojects {
// apply plugin: 'eclipse'
apply plugin: 'idea'
- version = '5.2.3-SNAPSHOT'
+ version = '5.2.3'
}
/**
diff --git a/build.xml b/build.xml
index 51b15eb050..6788695fb2 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.3-SNAPSHOT"/>
+ <property name="version.id" value="5.2.3"/>
<property name="release.rc" value=""/>
<property environment="env"/>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index d3b9a12f01..f777830f60 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.3-SNAPSHOT</version>
+ <version>5.2.3</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <poi.version>5.2.3-SNAPSHOT</poi.version>
+ <poi.version>5.2.3</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
</properties>