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-rng.git
The following commit(s) were added to refs/heads/master by this push: new bb71bcda Remove configuration corrected in CP 55 bb71bcda is described below commit bb71bcda68083e3907446c2d2cb322b00f5aa933 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Mon Dec 12 11:53:19 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 661ce4a8..9172ee95 100644 --- a/pom.xml +++ b/pom.xml @@ -62,8 +62,6 @@ <rng.mathjax.url>https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js</rng.mathjax.url> <!-- Workaround to avoid duplicating config files. --> <rng.parent.dir>${basedir}</rng.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 it fails when building the Java 9 modules that @@ -347,8 +345,6 @@ <exclude>**/*.patch</exclude> <exclude>**/pdf.*.txt</exclude> <exclude>src/main/resources/revapi/api-changes.json</exclude> - <!-- Moved to commons-parent 55 --> - <exclude>.gitattributes</exclude> </excludes> </configuration> </plugin> @@ -411,8 +407,6 @@ <exclude>dist-archive/**</exclude> <exclude>**/*.patch</exclude> <exclude>**/pdf.*.txt</exclude> - <!-- Moved to commons-parent 55 --> - <exclude>.gitattributes</exclude> </excludes> </configuration> </plugin>