This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
commit 2037f5b3018c6191a6fd56d577f84fe4cdf54897 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 20 18:13:05 2023 -0400 Pick up Maven site plugin version from parent POM --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 373c2af1..f38e1712 100644 --- a/pom.xml +++ b/pom.xml @@ -567,12 +567,6 @@ <japicmp.skip>false</japicmp.skip> - <!-- apache-rat-plugin 0.13 and jdepend-maven-plugin 2.0 both fail with LinkageError when generating reports - with maven site plugin 3.11+. However, javadoc 3.4.0+ fails with site plugin versions lower than 3.11. So, we'll - use slightly older site and javadoc versions here in order to be able to generate all reports. --> - - <commons.site-plugin.version>3.10.0</commons.site-plugin.version> - <!-- Commons Release Plugin --> <commons.bc.version>2.8.0</commons.bc.version> <commons.rc.version>RC1</commons.rc.version>