Author: fanningpj
Date: Sun May 17 19:16:57 2020
New Revision: 1877875
URL: http://svn.apache.org/viewvc?rev=1877875&view=rev
Log:
next version will be 5.0.0
Modified:
poi/trunk/src/integrationtest/build.xml
Modified: poi/trunk/src/integrationtest/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/src/integrationtest/build.xml?rev=1877875&r1=1877874&r2=1877875&view=diff
==============================================================================
--- poi/trunk/src/integrationtest/build.xml (original)
+++ poi/trunk/src/integrationtest/build.xml Sun May 17 19:16:57 2020
@@ -84,9 +84,9 @@ Before running this, you should execute
<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
<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]