This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
The following commit(s) were added to refs/heads/master by this push: new 9994d6b0 Remove configuration corrected in CP 55 9994d6b0 is described below commit 9994d6b08118d3de80a77f38498eb3d1583ddd06 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Mon Dec 12 11:54:30 2022 +0000 Remove configuration corrected in CP 55 --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index aa109296..747a1e48 100644 --- a/pom.xml +++ b/pom.xml @@ -63,8 +63,6 @@ <numbers.mathjax.url>https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js</numbers.mathjax.url> <!-- Workaround to avoid duplicating config files. --> <numbers.parent.dir>${basedir}</numbers.parent.dir> - <!-- Multi-module support fixed in commons-parent 55 --> - <cyclonedx.skip>true</cyclonedx.skip> <!-- Fix to avoid JXR 3.0.0 forking the lifecycle phase 'compile' during site report jxr:aggregate. If compile is forked, the dist-archive build fails when attempting @@ -308,8 +306,6 @@ <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude> <exclude>dist-archive/**</exclude> <exclude>**/site-content/**</exclude> - <!-- Moved to commons-parent 55 --> - <exclude>.gitattributes</exclude> </excludes> </configuration> </plugin> @@ -387,8 +383,6 @@ <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude> <exclude>dist-archive/**</exclude> <exclude>**/site-content/**</exclude> - <!-- Moved to commons-parent 55 --> - <exclude>.gitattributes</exclude> </excludes> </configuration> </plugin>