diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-05-17 17:29:37 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-05-17 17:29:37 +0000 |
commit | 00185c2857d3fe96b8eab2551652e2317c10b213 (patch) | |
tree | 5f2ab2b07c0c3cfe96940d9838b648a21aa520b4 /osgi | |
parent | 6a1e8dbb7051c0ba478d238acdf84ca3d38b5acb (diff) | |
download | poi-00185c2857d3fe96b8eab2551652e2317c10b213.tar.gz poi-00185c2857d3fe96b8eab2551652e2317c10b213.zip |
next version will be 5.0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877872 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi')
-rw-r--r-- | osgi/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi/build.xml b/osgi/build.xml index bce1434f92..364d41bb5c 100644 --- a/osgi/build.xml +++ b/osgi/build.xml @@ -26,7 +26,7 @@ under the License. <!-- TODO Import these from the parent build file --> <property name="repository.m2" value="https://repo1.maven.org"/> - <property name="version.id" value="4.1.3-SNAPSHOT"/> + <property name="version.id" value="5.0.0-SNAPSHOT"/> <property name="dist.dir" value="build/dist"/> <!-- jars in the /lib directory, see the fetch-bundle-jars target--> |