diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-09-21 18:43:24 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-09-21 18:43:24 +0000 |
commit | d2ae0574e0e2803b6007b45f10369b18f6e43783 (patch) | |
tree | c7e8b123afbeb7bf20e0c17ae41071d211823800 /osgi | |
parent | c79fb75cbccccfa65aa7343a793f6284dd7510f0 (diff) | |
download | poi-d2ae0574e0e2803b6007b45f10369b18f6e43783.tar.gz poi-d2ae0574e0e2803b6007b45f10369b18f6e43783.zip |
prep v5.2.4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912467 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 b8d074170f..4de8b5ba86 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-SNAPSHOT</version> + <version>5.2.4</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.2.4-SNAPSHOT</poi.version> + <poi.version>5.2.4</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |