diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-03-20 23:16:13 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-03-20 23:16:13 +0000 |
commit | cb9d33d53d325825323050668e2586e397208d5b (patch) | |
tree | 2dd3c31f8d319ba202401698d0aca56a0e0ef1e5 /build.xml | |
parent | c1dec91b005afa19be9bdec58b78628a2b3f0d55 (diff) | |
download | poi-cb9d33d53d325825323050668e2586e397208d5b.tar.gz poi-cb9d33d53d325825323050668e2586e397208d5b.zip |
use xmlbeans-3.0.3 rc version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855952 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -241,9 +241,9 @@ under the License. <property name="ooxml.curvesapi.jar" location="${ooxml.lib}/curvesapi-1.05.jar"/> <property name="ooxml.curvesapi.url" value="${repository.m2}/maven2/com/github/virtuald/curvesapi/1.05/curvesapi-1.05.jar"/> - <property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-3.0.2.jar"/> + <property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-3.0.3.jar"/> <property name="ooxml.xmlbeans.url" - value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.2/xmlbeans-3.0.2.jar"/> + value="https://repository.apache.org/content/repositories/staging/org/apache/xmlbeans/xmlbeans/3.0.3/xmlbeans-3.0.3.jar"/> <property name="ooxml.commons-compress.jar" location="${main.lib}/commons-compress-1.18.jar"/> <property name="ooxml.commons-compress.url" value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar"/> @@ -706,6 +706,7 @@ under the License. <include name="xmlbeans-2.*.jar"/> <include name="xmlbeans-3.0.0.jar"/> <include name="xmlbeans-3.0.1.jar"/> + <include name="xmlbeans-3.0.2.jar"/> </fileset> <fileset dir="${compile.lib}"> <include name="xercesImpl-*.jar"/> |