next version will be 5.0.0

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2020-05-17 19:16:57 +00:00
parent 00185c2857
commit 5cbe3bb7f1
1 changed files with 7 additions and 7 deletions

View File

@ -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>