diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-03-19 23:09:08 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-03-19 23:09:08 +0000 |
commit | ff466eff1c2cd0dfbf7d9842be2bb131ed19114f (patch) | |
tree | 69fac541a12b12204519eeddefdec63e8e80289a /osgi | |
parent | 5e87f112bb3354d69216cc03a12d2eebcdc99f50 (diff) | |
download | poi-ff466eff1c2cd0dfbf7d9842be2bb131ed19114f.tar.gz poi-ff466eff1c2cd0dfbf7d9842be2bb131ed19114f.zip |
POI 5.2.2 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899060 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 08da799c12..dfab9a7bda 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.2.2</version> + <version>5.2.3-SNAPSHOT</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.2.2</poi.version> + <poi.version>5.2.3-SNAPSHOT</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |