diff options
author | Dominik Stadler <centic@apache.org> | 2021-11-02 13:19:16 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-11-02 13:19:16 +0000 |
commit | 8bf6a489f677236238eb525e7a191a59ae9a4ac9 (patch) | |
tree | d913d6939b6f4d27a2a022481e1cafa7567017d5 /osgi | |
parent | f4ae1755581e310a0d44c307e4d62cfd3dd9c909 (diff) | |
download | poi-8bf6a489f677236238eb525e7a191a59ae9a4ac9.tar.gz poi-8bf6a489f677236238eb525e7a191a59ae9a4ac9.zip |
Adjust version to 5.1.1-SNAPSHOT, adjust version replacing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894682 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi')
-rw-r--r-- | osgi/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml index a1397fb48a..8407e8f094 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -29,7 +29,7 @@ <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.1.0</poi.version> + <poi.version>5.1.1-SNAPSHOT</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |