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
The following commit(s) were added to refs/heads/master by this push:
new 57048a63 Cleanup pom as developers are in the main pom of the project
57048a63 is described below
commit 57048a63eb18935f74ab89e08a71e9b58bb22af1
Author: P. Ottlinger <[email protected]>
AuthorDate: Wed Nov 19 09:28:09 2025 +0100
Cleanup pom as developers are in the main pom of the project
---
apache-rat-plugin/pom.xml | 42 ------------------------------------------
1 file changed, 42 deletions(-)
diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index d047c435..6b55eec3 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -470,46 +470,4 @@
</plugin>
</plugins>
</reporting>
- <developers>
- <developer>
- <id>jochen</id>
- <name>Jochen Wiedmann</name>
- <email>[email protected]</email>
- </developer>
- </developers>
- <contributors>
- <contributor>
- <name>Bernd Bohmann</name>
- <email>[email protected]</email>
- </contributor>
- <contributor>
- <name>Lars Trieloff</name>
- <email>[email protected]</email>
- </contributor>
- <contributor>
- <name>Jukka Zitting</name>
- <email>[email protected]</email>
- </contributor>
- </contributors>
- <!--
- <profiles>
- <profile>
- <id>apache-release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-docck-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
--->
</project>