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-email.git
commit 3334b59af9c89bce4295290f37c3daeb0e731a69 Author: Gary Gregory <[email protected]> AuthorDate: Thu Jun 9 07:55:01 2022 -0400 Add Maven plugin JapiCmp and remove Clirr. --- pom.xml | 7 ++----- src/changes/changes.xml | 3 +++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3e0d0ab..24da23b 100644 --- a/pom.xml +++ b/pom.xml @@ -309,6 +309,7 @@ <commons.release.version>1.6.0</commons.release.version> <commons.release.desc>(Java 7)</commons.release.desc> <commons.rc.version>RC1</commons.rc.version> + <commons.bc.version>1.5</commons.bc.version> <!-- override the default commons encoding property --> <commons.encoding>UTF-8</commons.encoding> @@ -322,7 +323,7 @@ </properties> <build> - <defaultGoal>clean verify apache-rat:check clirr:check spotbugs:check javadoc:javadoc</defaultGoal> + <defaultGoal>clean verify apache-rat:check japicmp:cmp spotbugs:check javadoc:javadoc</defaultGoal> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -489,10 +490,6 @@ <excludeFilterFile>${basedir}/conf/findbugs-exclude-filter.xml</excludeFilterFile> </configuration> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>clirr-maven-plugin</artifactId> - </plugin> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bfe512b..9147785 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,6 +30,9 @@ <action type="add" due-to="Dependabot" dev="ggregory"> Add github/codeql-action #75. </action> + <action type="add" due-to="Gary Gregory" dev="ggregory"> + Add Maven plugin JapiCmp and remove Clirr. + </action> <!-- UPDATE --> <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory"> Bump actions/cache from 2 to 3.0.4 #39, #48, #60, #70.
