diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-01-05 10:35:19 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-01-05 10:35:19 +0000 |
commit | 71f063b465244bd954ea39883ced713a49dc1b67 (patch) | |
tree | e3c92497cf1beeb0608ae06537d9aab8028e008c /osgi | |
parent | 53ae30b7e017f860ef8180181636148fb15763fb (diff) | |
download | poi-71f063b465244bd954ea39883ced713a49dc1b67.tar.gz poi-71f063b465244bd954ea39883ced713a49dc1b67.zip |
prep v5.2.0 (RC1)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi')
-rw-r--r-- | osgi/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml index ee206a9d7e..a33d9b782c 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.poi</groupId> <artifactId>poi-bundle</artifactId> <packaging>bundle</packaging> - <version>5.2.0-SNAPSHOT</version> + <version>5.2.0</version> <name>Apache POI OSGi bundle</name> <properties> |