diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-03-12 11:03:00 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-03-12 11:03:00 +0000 |
commit | 1efd809e6c61fffb899189b9133e7ba89c36038d (patch) | |
tree | e5fc183a863c27ce1527e89ea161e8c3cf69a491 /osgi | |
parent | 01e566663347f358a8b10b16ec1f03e988d15a7d (diff) | |
download | poi-1efd809e6c61fffb899189b9133e7ba89c36038d.tar.gz poi-1efd809e6c61fffb899189b9133e7ba89c36038d.zip |
prep 5.2.2 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi')
-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 1a5a9573c2..08da799c12 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.2-SNAPSHOT</version> + <version>5.2.2</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.2.2-SNAPSHOT</poi.version> + <poi.version>5.2.2</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |