Changed name in pom.xml

This commit is contained in:
Renzo Kottmann 2025-08-29 10:47:10 +02:00
parent e444a60695
commit 05079676b5

View file

@ -19,7 +19,7 @@
xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<name>KoSIT XML Prüftool Implementierung</name> <name>KoSIT XML Validator</name>
<groupId>org.kosit</groupId> <groupId>org.kosit</groupId>
<artifactId>validator</artifactId> <artifactId>validator</artifactId>
@ -207,8 +207,8 @@
</pluginManagement> </pluginManagement>
<plugins> <plugins>
<!-- for PR 152 --> <!-- for PR 152 -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version> <version>3.3.1</version>