Actualizar pom.xml

This commit is contained in:
2024-03-18 09:05:45 +01:00
parent 25df6c66de
commit 4afb15cee9

View File

@@ -4,11 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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>
<groupId>ies.thiar</groupId> <groupId>guisquenet</groupId>
<artifactId>{{.Repository.Name}}</artifactId> <artifactId>$REPO_NAME</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<name>{{.Repository.Name}}</name> <name>$REPO_NAME</name>
<!-- FIXME change it to the project's website --> <!-- FIXME change it to the project's website -->
<url>http://www.example.com</url> <url>http://www.example.com</url>