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 191aa46  Freeze SpotBugs implementation (ommons.spotbugs.impl.version) 
on Java 8, 9, and 10 to 4.8.6
191aa46 is described below

commit 191aa4625434d313979b1bc44fc70be9a331b244
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Apr 25 10:50:44 2025 -0400

    Freeze SpotBugs implementation (ommons.spotbugs.impl.version) on Java 8,
    9, and 10 to 4.8.6
---
 pom.xml                 | 11 +++++++++++
 src/changes/changes.xml |  4 ++++
 2 files changed, 15 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9f092e8..9e7c844 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1771,6 +1771,17 @@
                </plugins>
          </build>
     </profile>
+    <profile>
+      <!-- Java 8, 9, 10 -->
+      <id>java-8-9-10</id>
+      <activation>
+             <jdk>[8,10]</jdk>
+      </activation>
+      <properties>
+        <!-- SpotBugs 4.9.0 requires Java 11 -->
+        <commons.spotbugs.impl.version>4.8.6</commons.spotbugs.impl.version>
+      </properties>
+    </profile>
     <profile>
       <!-- Java 11 and up -->
       <id>java-11-up</id>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e49bd1a..c5b44fb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,6 +58,10 @@ 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>
+        <!-- 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>
       </release>
       <release version="82" date="2025-04-20" description="Version 82: This is 
a feature and maintenance release. Java 8 or later is required.">

Reply via email to