This is an automated email from the ASF dual-hosted git repository.
centic pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2a2e4f095e Adjust source-rebuild-test for version 6
2a2e4f095e is described below
commit 2a2e4f095e78c45b17e72e4f8c2806439ad287be
Author: Dominik Stadler <[email protected]>
AuthorDate: Sun Nov 30 09:26:45 2025 +0100
Adjust source-rebuild-test for version 6
---
poi-integration/build.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/poi-integration/build.xml b/poi-integration/build.xml
index 89fcd6b184..c6a5503e7b 100644
--- a/poi-integration/build.xml
+++ b/poi-integration/build.xml
@@ -94,9 +94,9 @@ Before running this, you should execute the "jar" target in
the main build.gradl
<sort>
<resources>
<fileset dir="${dist}">
- <include name="**/poi-5.*.jar"/>
- <include name="**/poi-ooxml-5.*.jar"/>
- <include name="**/poi-ooxml-lite-5.*.jar"/>
+ <include name="**/poi-6.*.jar"/>
+ <include name="**/poi-ooxml-6.*.jar"/>
+ <include name="**/poi-ooxml-lite-6.*.jar"/>
<exclude name="**/*-javadoc*"/>
<exclude name="**/*-sources*"/>
</fileset>
@@ -137,10 +137,10 @@ Before running this, you should execute the "jar" target
in the main build.gradl
<sort>
<resources>
<fileset dir="${dist}">
- <include name="**/poi-5.*.jar"/>
- <include name="**/poi-ooxml-5.*.jar"/>
- <include name="**/poi-ooxml-lite-5.*.jar"/>
- <include name="**/poi-scratchpad-5.*.jar"/>
+ <include name="**/poi-6.*.jar"/>
+ <include name="**/poi-ooxml-6.*.jar"/>
+ <include name="**/poi-ooxml-lite-6.*.jar"/>
+ <include name="**/poi-scratchpad-6.*.jar"/>
<exclude name="**/*-javadoc*"/>
<exclude name="**/*-sources*"/>
</fileset>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]