diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-09-09 13:14:51 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-09-09 13:14:51 +0000 |
commit | 5af10dc46f47266a72ccfae4e666345aa00d5176 (patch) | |
tree | 8f72d9d0b214855a00ab0d5f4125f868acd38764 | |
parent | 5c194baec3b0b50e944cbe1eca2e0dc901b63120 (diff) | |
download | poi-5af10dc46f47266a72ccfae4e666345aa00d5176.tar.gz poi-5af10dc46f47266a72ccfae4e666345aa00d5176.zip |
prep v5.2.3 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903940 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 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' } /** @@ -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> |