diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-06-24 23:48:32 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-06-24 23:48:32 +0000 |
commit | bb541e3e7c682bec8d740dfdd7ab2be3690ffcbd (patch) | |
tree | 2f1bffeebd3f51a0fcb944ae26f2d15fb598dedb /osgi | |
parent | a0abf6511571ad817ae02ce8b10771945e9cd7ae (diff) | |
download | poi-bb541e3e7c682bec8d740dfdd7ab2be3690ffcbd.tar.gz poi-bb541e3e7c682bec8d740dfdd7ab2be3690ffcbd.zip |
set version to 5.3.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918572 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 91fb4fe5e9..79440980d4 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.3.0-SNAPSHOT</version> + <version>5.3.0</version> <name>Apache POI OSGi bundle</name> <properties> |