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
commit 4b428bde27e638a5ab135803cfbd588b72912f8b Author: aherbert <[email protected]> AuthorDate: Mon Aug 2 14:31:27 2021 +0100 Remove explicit spotbugs version The version from commons parent 52 is suitable for site generation. --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6b82332..4d427b5 100644 --- a/pom.xml +++ b/pom.xml @@ -64,8 +64,6 @@ <!-- Workaround to avoid duplicating config files. --> <rng.parent.dir>${basedir}</rng.parent.dir> - <!-- Version fix to support Java 11 site generation using parent-48 --> - <commons.spotbugs.version>3.1.11</commons.spotbugs.version> <!-- 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 depend on other packages. -->
