diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-07-12 08:11:30 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-07-12 08:11:30 +0000 |
commit | 4c6a87158b52aa937f6e7125c2b8587bbca7d1da (patch) | |
tree | e2291b0183977dcabf7a65978347966624173dd0 /osgi | |
parent | 5d65f681368673d8e536d3e55775fe2bbd572e93 (diff) | |
download | poi-4c6a87158b52aa937f6e7125c2b8587bbca7d1da.tar.gz poi-4c6a87158b52aa937f6e7125c2b8587bbca7d1da.zip |
use xmlbeans 5.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891472 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 b16e9f9302..a8d866575a 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -29,7 +29,7 @@ <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.0.0-SNAPSHOT</poi.version> + <poi.version>5.0.1-SNAPSHOT</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |