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 2167e84036f883c6334f5105819a4d43b5db3982
Author: P. Ottlinger <pottlin...@apache.org>
AuthorDate: Thu May 16 21:21:50 2024 +0200

    Fix build warnings in Eclipse about redundant version fields
---
 apache-rat-plugin/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index 41ab7aaa..5c229e56 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -157,7 +157,6 @@
     <dependency>
       <groupId>org.apache.rat</groupId>
       <artifactId>apache-rat-core</artifactId>
-      <version>${project.parent.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.rat</groupId>
@@ -185,7 +184,6 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>${mavenPluginPluginVersion}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Reply via email to