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-cli.git

commit aef11a01e88484eed17a2975d4e1b13d323ac9ff
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 17 20:19:44 2024 -0400

    Bump commons-parent from 69 to 70
    
    Ignore odd SpotBug issue for compatibility
---
 pom.xml                              | 2 +-
 src/changes/changes.xml              | 1 +
 src/conf/spotbugs-exclude-filter.xml | 5 +++++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 909ed58..744b3f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>69</version>
+    <version>70</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-cli</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bb3d28f..79122ff 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,6 +32,7 @@
       <action type="fix" dev="ggregory" due-to="Claude Warren">Cleanup 
deprecation issues #272.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD 
UnnecessaryFullyQualifiedName issues.</action>
       <!-- UPDATE -->
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-parent from 69 to 70.</action>
     </release>
     <release version="1.7.0" date="2024-04-13" description="This release 
contains new features and bug fixes and requires Java 8 or above.">
       <!-- FIX -->
diff --git a/src/conf/spotbugs-exclude-filter.xml 
b/src/conf/spotbugs-exclude-filter.xml
index a8b8fd3..e665f0c 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -90,6 +90,11 @@
     <Method name="createDefaultPrintWriter" />
     <Bug pattern="DM_DEFAULT_ENCODING" />
   </Match>
+  <Match>
+    <!-- Doesn't make sense and compatibility. -->
+    <Class name="org.apache.commons.cli.TypeHandler" />
+    <Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR" />
+  </Match>
 
   <Match>
     <!-- TODO ? -->

Reply via email to