This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/1.X by this push:
     new 6bee9663 Replace Maven CLIRR plugin with JApiCmp
6bee9663 is described below

commit 6bee9663e63aa5fb8159bf3ca0add420efd097b5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Aug 11 09:18:31 2024 -0400

    Replace Maven CLIRR plugin with JApiCmp
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dc72b9e4..219770e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
   </dependencies>
 
   <build>
-      <defaultGoal>clean apache-rat:check verify clirr:check</defaultGoal>
+      <defaultGoal>clean apache-rat:check verify japicmp:check</defaultGoal>
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7636701f..c83958c8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,6 +32,7 @@
       <!-- FIX -->
       <action type="fix" issue="BEANUTILS-541" dev="ggregory" due-to="Sergey 
Chernov">FluentPropertyBeanIntrospector caches corrupted writeMethod (1.x 
backport) #69.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Replace internal 
use of Locale.ENGLISH with Locale.ROOT.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Replace Maven 
CLIRR plugin with JApiCmp.</action>
       <!-- UPDATE -->
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 47 to 71.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 
requirement from Java 6 to 7.</action>

Reply via email to