aboutsummaryrefslogtreecommitdiffstats
path: root/osgi/pom.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-09-29 01:01:46 +0000
committerPJ Fanning <fanningpj@apache.org>2023-09-29 01:01:46 +0000
commit6c91c5f80797e230838dcaa7ce641f7a73af44fc (patch)
treeadbfc8454a01f8334bb74417f785fe3b0cf3b5d7 /osgi/pom.xml
parentfdad7e14081dee0046556e1c4d848039afcd522b (diff)
downloadpoi-6c91c5f80797e230838dcaa7ce641f7a73af44fc.tar.gz
poi-6c91c5f80797e230838dcaa7ce641f7a73af44fc.zip
fix release artifact names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912588 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 4de8b5ba86..770fff480b 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.4</version>
+ <version>5.2.5-SNAPSHOT</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <poi.version>5.2.4</poi.version>
+ <poi.version>5.2.5-SNAPSHOT</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
</properties>