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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 3da882f Remove CLIRR report 3da882f is described below commit 3da882f555a38f09f3d298a935002566b755fd79 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 4 10:03:58 2024 -0400 Remove CLIRR report --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index c80503f..6bd3ee5 100644 --- a/pom.xml +++ b/pom.xml @@ -529,13 +529,6 @@ <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>clirr-maven-plugin</artifactId> - <configuration> - <minSeverity>info</minSeverity> - </configuration> - </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> <version>3.22.0</version>