diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-09-03 21:43:17 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-09-03 21:43:17 +0000 |
commit | fc932c8ae4b8dc392165f990edcbfe2ff3b3734d (patch) | |
tree | 38e7e8b8f2006bd1324331fccdb6941e3f14ea22 /osgi/pom.xml | |
parent | f63f3ff09d8bfc5afbbc60dde5053c14f407120b (diff) | |
download | poi-fc932c8ae4b8dc392165f990edcbfe2ff3b3734d.tar.gz poi-fc932c8ae4b8dc392165f990edcbfe2ff3b3734d.zip |
update to 5.1.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/pom.xml')
-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 ba4f2171b4..0c97f217db 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.1.0</version> + <version>5.1.1-SNAPSHOT</version> <name>Apache POI OSGi bundle</name> <properties> |