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 /osgi/pom.xml | |
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
Diffstat (limited to 'osgi/pom.xml')
-rw-r--r-- | osgi/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |