diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-10-29 18:22:59 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-10-29 18:22:59 +0000 |
commit | a43cc4a41abedd6ca34ecf59e5f0d3aff195e9f6 (patch) | |
tree | 8e98109b39fe02298a46cf474f9f5d64660a397e /osgi | |
parent | 7ea956189d4de9bf38194c69839c6d17f95ed148 (diff) | |
download | poi-a43cc4a41abedd6ca34ecf59e5f0d3aff195e9f6.tar.gz poi-a43cc4a41abedd6ca34ecf59e5f0d3aff195e9f6.zip |
call next release poi 5.4.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921653 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 b1cdfd0993..ff361f525a 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.3.1-SNAPSHOT</version> + <version>5.4.0-SNAPSHOT</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.3.1-SNAPSHOT</poi.version> + <poi.version>5.4.0-SNAPSHOT</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |