diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-28 13:51:22 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-28 13:51:22 +0000 |
commit | 53300f5c8482655c08bb9e500ed3da27f1178ffb (patch) | |
tree | 483f667bb7e6ed19d2c0e13ea709229434cc9b89 /osgi | |
parent | 622c20c51649a72e889fc02c650fb7a9993fd29a (diff) | |
download | poi-53300f5c8482655c08bb9e500ed3da27f1178ffb.tar.gz poi-53300f5c8482655c08bb9e500ed3da27f1178ffb.zip |
change version to 5.2.2-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898476 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 95184238d7..b55592c206 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.1</version> + <version>5.2.2-SNAPSHOT</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.2.1</poi.version> + <poi.version>5.2.2-SNAPSHOT</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |