diff options
author | Dominik Stadler <centic@apache.org> | 2017-09-15 18:39:18 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-09-15 18:39:18 +0000 |
commit | bb507440ed5087e223558b87e865eae9a93eb243 (patch) | |
tree | 143eb97e84139aa1aec7fb3b6c767eef567c22d0 /osgi/build.xml | |
parent | b7e55e211b6ac2c12652c666ce8153151e94c294 (diff) | |
download | poi-bb507440ed5087e223558b87e865eae9a93eb243.tar.gz poi-bb507440ed5087e223558b87e865eae9a93eb243.zip |
Update third party libs to latest versions
Start updating build to Java 8
Set version to 4.0-beta1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/build.xml')
-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 35dd87bcca..18eab60806 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="http://repo1.maven.org"/> - <property name="version.id" value="3.11-beta1"/> + <property name="version.id" value="4.0-beta1"/> <property name="dist.dir" value="build/dist"/> <!-- jars in the /lib directory, see the fetch-bundle-jars target--> |