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-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 8fe3b7b6 Drop CLIRR plugin, replaced by JApiCmp
8fe3b7b6 is described below
commit 8fe3b7b63e1d053853eb65f668e7ef0732f09856
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 29 10:12:41 2023 -0500
Drop CLIRR plugin, replaced by JApiCmp
---
pom.xml | 4 ----
src/changes/changes.xml | 1 +
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 76f900ae..fa78b18c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,10 +159,6 @@
<excludeFilterFile>${basedir}/src/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 eafe3ad8..756eae66 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,6 +58,7 @@
<action dev="ggregory" type="remove" due-to="Gary
Gregory">Deprecate ExecuteWatchdog.ExecuteWatchdog(long).</action>
<action dev="ggregory" type="remove" due-to="Gary
Gregory">Deprecate Watchdog.Watchdog(long).</action>
<action dev="ggregory" type="remove" due-to="Gary Gregory">Drop
obsolete and unmaintained Ant build.</action>
+ <action dev="ggregory" type="remove" due-to="Gary Gregory">Drop
CLIRR plugin, replaced by JApiCmp.</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">
Bump github actions #52.