diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-01-17 18:24:31 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-01-17 18:24:31 +0000 |
commit | fd29c485ef3891705c8cd5242d195e8b9ce49372 (patch) | |
tree | 1ec9d0d5bfb57130d02778ee7bd67d7ab82d2363 /osgi | |
parent | 3778a3e9e24470499ebf0310a50848bdee266488 (diff) | |
download | poi-fd29c485ef3891705c8cd5242d195e8b9ce49372.tar.gz poi-fd29c485ef3891705c8cd5242d195e8b9ce49372.zip |
Bump versions to 5.0.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885616 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 ce11df9228..4b97d09c53 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.0.0-SNAPSHOT</version> + <version>5.0.1-SNAPSHOT</version> <name>Apache POI OSGi bundle</name> <properties> |