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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 5e87266 Freeze SpotBugs plugin and implementation (commons.spotbugs.impl.version) on Java 8, 9, and 10 to 4.8.6; SpotBugs version 4.9.0 requires Java 11 5e87266 is described below commit 5e87266c57c3e308c173169bd26588c2cda137ad Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 25 11:16:41 2025 -0400 Freeze SpotBugs plugin and implementation (commons.spotbugs.impl.version) on Java 8, 9, and 10 to 4.8.6; SpotBugs version 4.9.0 requires Java 11 --- pom.xml | 7 +++---- src/changes/changes.xml | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9e7c844..15ed53d 100644 --- a/pom.xml +++ b/pom.xml @@ -365,7 +365,7 @@ <!-- TODO find a better way to add N&L files to jars and test jars See also maven-remote-resources-plugin configuration below. --> - <defaultGoal>clean apache-rat:check verify site</defaultGoal> + <defaultGoal>clean apache-rat:check verify spotbugs:check pmd:check checkstyle:check site</defaultGoal> <resources> <!-- This is the default setting from the super-pom --> <resource> @@ -1075,7 +1075,6 @@ </plugin> </plugins> </build> - <reporting> <!-- Plugins defined here in the <reporting> section ignore what's defined in <pluginManagement> in the <build> section above, so we have to define the versions here. --> @@ -1326,7 +1325,6 @@ </plugins> </build> </profile> - <profile> <id>jacoco</id> <activation> @@ -1775,10 +1773,11 @@ <!-- Java 8, 9, 10 --> <id>java-8-9-10</id> <activation> - <jdk>[8,10]</jdk> + <jdk>[1.8,10]</jdk> </activation> <properties> <!-- SpotBugs 4.9.0 requires Java 11 --> + <commons.spotbugs.plugin.version>4.8.6.6</commons.spotbugs.plugin.version> <commons.spotbugs.impl.version>4.8.6</commons.spotbugs.impl.version> </properties> </profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c5b44fb..8e4a177 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,7 +59,8 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="83-SNAPSHOT" date="YYYY-MM-DD" description="Version 82: This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> - <action type="fix" dev="ggregory" due-to="Gary Gregory">Freeze SpotBugs implementation (ommons.spotbugs.impl.version) on Java 8, 9, and 10 to 4.8.6.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Freeze SpotBugs implementation (commons.spotbugs.impl.version) on Java 8, 9, and 10 to 4.8.6; SpotBugs version 4.9.0 requires Java 11.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Freeze SpotBugs plugin (ommons.spotbugs.plugin.version) on Java 8, 9, and 10 to 4.8.6.6; SpotBugs version 4.9.0 requires Java 11.</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons.pmd-impl.version from 7.12.0 to 7.13.0 #617.</action>