aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-05-17 19:16:57 +0000
committerPJ Fanning <fanningpj@apache.org>2020-05-17 19:16:57 +0000
commit5cbe3bb7f120922e6643004e93900c6e06160aed (patch)
tree4a69857d4556969949624603b143bb5c8044bb82 /src/integrationtest
parent00185c2857d3fe96b8eab2551652e2317c10b213 (diff)
downloadpoi-5cbe3bb7f120922e6643004e93900c6e06160aed.tar.gz
poi-5cbe3bb7f120922e6643004e93900c6e06160aed.zip
next version will be 5.0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877875 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-rw-r--r--src/integrationtest/build.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/integrationtest/build.xml b/src/integrationtest/build.xml
index e81a47476f..32a366ea68 100644
--- a/src/integrationtest/build.xml
+++ b/src/integrationtest/build.xml
@@ -84,9 +84,9 @@ Before running this, you should execute the "assemble" target in the main build.
<sort>
<resources>
<fileset dir="${dist}">
- <include name="**/poi-4.*.jar"/>
- <include name="**/poi-ooxml-4.*.jar"/>
- <include name="**/poi-ooxml-schemas-4.*.jar"/>
+ <include name="**/poi-5.*.jar"/>
+ <include name="**/poi-ooxml-5.*.jar"/>
+ <include name="**/poi-ooxml-schemas-5.*.jar"/>
<exclude name="**/*-javadoc*"/>
<exclude name="**/*-sources*"/>
</fileset>
@@ -127,10 +127,10 @@ Before running this, you should execute the "assemble" target in the main build.
<sort>
<resources>
<fileset dir="${dist}">
- <include name="**/poi-4.*.jar"/>
- <include name="**/poi-ooxml-4.*.jar"/>
- <include name="**/poi-ooxml-schemas-4.*.jar"/>
- <include name="**/poi-scratchpad-4.*.jar"/>
+ <include name="**/poi-5.*.jar"/>
+ <include name="**/poi-ooxml-5.*.jar"/>
+ <include name="**/poi-ooxml-schemas-5.*.jar"/>
+ <include name="**/poi-scratchpad-5.*.jar"/>
<exclude name="**/*-javadoc*"/>
<exclude name="**/*-sources*"/>
</fileset>