diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-07-02 12:37:38 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-07-02 12:37:38 +0000 |
commit | 559de96cc077d13059fc97997b52fd5d1ef044bd (patch) | |
tree | 610c19d4e1ae597ca03ea7417a27a8c39b15b40c /osgi | |
parent | 6e07ce50dd2a065eabd12cb203ef9d94d3f73cf6 (diff) | |
download | poi-559de96cc077d13059fc97997b52fd5d1ef044bd.tar.gz poi-559de96cc077d13059fc97997b52fd5d1ef044bd.zip |
snapshot version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918832 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 fc62875724..f8357538e5 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.0</version> + <version>5.3.1-SNAPSHOT</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.3.0</poi.version> + <poi.version>5.3.1-SNAPSHOT</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |