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 902d5617 LHF: Fix typo
902d5617 is described below
commit 902d5617429ebd6ef6d49d58d98b0ebec4b12d80
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri Sep 12 13:54:52 2025 +0200
LHF: Fix typo
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 33550d4d..3c4ba5e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@ agnostic home for software distribution comprehension and
audit tools.
<tika.version>2.9.2</tika.version>
<maven.compiler.source>${javaVersion}</maven.compiler.source>
<maven.compiler.target>${javaVersion}</maven.compiler.target>
- <!-- This is the version of Maven required to use the Rat Maven Plugin -->
+ <!-- This is the version of Maven required to use the RAT Maven Plugin -->
<mavenMinVersion>3.2.5</mavenMinVersion>
<mavenVersion>3.9.11</mavenVersion>
<creadur.jira.id>RAT</creadur.jira.id>
@@ -803,14 +803,14 @@ agnostic home for software distribution comprehension and
audit tools.
</ciManagement>
<mailingLists>
<mailingList>
- <name>Rat Development (Apache Creadur project)</name>
+ <name>RAT Development (Apache Creadur project)</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>https://mail-archives.apache.org/mod_mbox/creadur-dev/</archive>
</mailingList>
<mailingList>
- <name>Rat Commits (Apache Creadur project)</name>
+ <name>RAT Commits (Apache Creadur project)</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<archive>https://mail-archives.apache.org/mod_mbox/creadur-commits/</archive>