diff options
author | Dominik Stadler <centic@apache.org> | 2025-01-11 09:23:15 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2025-01-11 09:23:15 +0000 |
commit | d52f80eb790aa67fe08ee4481e70b11db570411c (patch) | |
tree | 8cd0d3df1ceb5f11d42399c900b265081b04fb6d /osgi | |
parent | 2c74a961a4638efebc26254e84428f018c8f5d05 (diff) | |
download | poi-d52f80eb790aa67fe08ee4481e70b11db570411c.tar.gz poi-d52f80eb790aa67fe08ee4481e70b11db570411c.zip |
Set version to 5.4.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923048 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 51acd6b66e..c4854f4c12 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.4.0</version> + <version>5.4.1-SNAPSHOT</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.4.0</poi.version> + <poi.version>5.4.1-SNAPSHOT</poi.version> <pax.exam.version>4.14.0</pax.exam.version> </properties> |