aboutsummaryrefslogtreecommitdiffstats
path: root/osgi/pom.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2022-01-22 06:58:54 +0000
committerDominik Stadler <centic@apache.org>2022-01-22 06:58:54 +0000
commit2e9bb3e5436e8d57fe4dc18b041e009476b02ca4 (patch)
tree40e0666b32268f72741f327fc50a39c2e52e66b7 /osgi/pom.xml
parent9a0933b04e9e90ca3e450ed05fdb0318b47de9fa (diff)
downloadpoi-2e9bb3e5436e8d57fe4dc18b041e009476b02ca4.tar.gz
poi-2e9bb3e5436e8d57fe4dc18b041e009476b02ca4.zip
Adjust one more version-number in the osgi-pom.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897322 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/pom.xml')
-rw-r--r--osgi/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml
index a33d9b782c..1d3761d950 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.0</version>
+ <version>5.2.1-SNAPSHOT</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.2.1-SNAPSHOT</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
</properties>