]> source.dussan.org Git - poi.git/commitdiff
fix issue with commons-compress URL
authorPJ Fanning <fanningpj@apache.org>
Fri, 17 Aug 2018 07:53:10 +0000 (07:53 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 17 Aug 2018 07:53:10 +0000 (07:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838237 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index fbd286907c1f08571174048e11886de693e2c867..18233c894d92e5a1942ff48bca7dbecaad71bd95 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -205,7 +205,7 @@ under the License.
               value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.0/xmlbeans-3.0.0.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.17.jar"/>
+              value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar"/>
 
     <!-- coverage libs -->
     <property name="jacoco.zip" location="${main.lib}/jacoco-0.8.1.zip"/>