diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-24 23:10:05 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-24 23:10:05 +0000 |
commit | 7e17a5784899408bc349c168a775b2772fbb806a (patch) | |
tree | f060c6192cf314aec983e22582f2e7dec80d3197 /osgi | |
parent | 4b230fa142f599f9580a630f7bbdcd3ae095569f (diff) | |
download | poi-7e17a5784899408bc349c168a775b2772fbb806a.tar.gz poi-7e17a5784899408bc349c168a775b2772fbb806a.zip |
prep 5.10 (RC2)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894541 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi')
-rw-r--r-- | osgi/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml index 461f040111..a1397fb48a 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.poi</groupId> <artifactId>poi-bundle</artifactId> <packaging>bundle</packaging> - <version>5.1.1-SNAPSHOT</version> + <version>5.1.0</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.1.1-SNAPSHOT</poi.version> + <poi.version>5.1.0</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |