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 cfe839fa Replace Maven CLIRR plugin with JApiCmp cfe839fa is described below commit cfe839fa9f8a6b216f40e7d238e6af6e19f3d077 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 11 09:19:54 2024 -0400 Replace Maven CLIRR plugin with JApiCmp --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 219770e2..be67bb31 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ </dependencies> <build> - <defaultGoal>clean apache-rat:check verify japicmp:check</defaultGoal> + <defaultGoal>clean apache-rat:check verify japicmp:cmp</defaultGoal> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId>