diff options
author | Dominik Stadler <centic@apache.org> | 2021-11-07 14:59:52 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-11-07 14:59:52 +0000 |
commit | 92de062c21b7953c9381870e6b3b2074320ad5d3 (patch) | |
tree | 000e0c2fc89e7e0d84f60ace0adca76d752da9bc /osgi/pom.xml | |
parent | 53217e2b1e9d6871b2babfd74fb52129f6cf7461 (diff) | |
download | poi-92de062c21b7953c9381870e6b3b2074320ad5d3.tar.gz poi-92de062c21b7953c9381870e6b3b2074320ad5d3.zip |
Update version in osgi files to 5.1.1-SNAPSHOT as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894813 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 8407e8f094..461f040111 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> |