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-jexl.git
commit dbccd3631a736779ddc436602cc150c3f29a1d8e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 12 13:43:47 2025 -0400 Remove redundant plugin configuration --- pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index 9c1554e6..27d82942 100644 --- a/pom.xml +++ b/pom.xml @@ -331,15 +331,6 @@ <show>protected</show> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - <configuration> - <issueLinkTemplatePerSystem> - <default>%URL%/%ISSUE%</default> - </issueLinkTemplatePerSystem> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId>