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 8fb49ddd95ca152818d336ad19b1409de288c3ea Author: P. Ottlinger <[email protected]> AuthorDate: Thu Dec 12 14:41:35 2024 +0100 Add name to testdata artifact --- apache-rat-testdata/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/apache-rat-testdata/pom.xml b/apache-rat-testdata/pom.xml index 15ec7e4d..6e157534 100644 --- a/apache-rat-testdata/pom.xml +++ b/apache-rat-testdata/pom.xml @@ -23,6 +23,7 @@ <version>0.17-SNAPSHOT</version> </parent> <artifactId>apache-rat-testdata</artifactId> + <name>Apache Creadur Rat::Testdata</name> <properties> <maven.compiler.source>${javaVersion}</maven.compiler.source> <maven.compiler.target>${javaVersion}</maven.compiler.target>
