diff options
author | Dominik Stadler <centic@apache.org> | 2021-11-30 06:20:01 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-11-30 06:20:01 +0000 |
commit | 0bcaa5789e1b344262f17622b85edb1ee7222fd9 (patch) | |
tree | f056721f671a4630498a5b80074524e57c0d97ac /osgi/pom.xml | |
parent | 8e4cd8ce8c07f31eed25c6dc95333f4e63dd20a1 (diff) | |
download | poi-0bcaa5789e1b344262f17622b85edb1ee7222fd9.tar.gz poi-0bcaa5789e1b344262f17622b85edb1ee7222fd9.zip |
Also set version 5.2.0 in osgi/pom.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895418 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 461f040111..c44ead564c 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.1-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <name>Apache POI OSGi bundle</name> <properties> |