This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 8463e30e434127a320cff5f504a92ef08f50d814
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon May 5 18:06:03 2025 +0200

    RAT-398: Apply minor pom clean ups to avoid duplicate version definitions
---
 apache-rat-plugin/pom.xml | 5 ++---
 apache-rat-tasks/pom.xml  | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index 07800fc3..c675f427 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -114,8 +114,8 @@
               <pluginExecutions>
                 <pluginExecution>
                   <pluginExecutionFilter>
-                    <groupId> org.apache.maven.plugins </groupId>
-                    <artifactId> maven-plugin-plugin </artifactId>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-plugin-plugin</artifactId>
                     <versionRange>[3.3,)</versionRange>
                     <goals>
                       <goal>descriptor</goal>
@@ -349,7 +349,6 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index 36816e24..ade9cfeb 100644
--- a/apache-rat-tasks/pom.xml
+++ b/apache-rat-tasks/pom.xml
@@ -235,7 +235,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
-        <version>3.4.0</version>
         <configuration>
           <filesets>
             <fileset>

Reply via email to