[maven-release-plugin] prepare release jarupdater-spigot-0.0.1

This commit is contained in:
Minecon724 2025-06-01 15:11:48 +02:00
commit 70700ccaa5
Signed by untrusted user who does not match committer: m724
GPG key ID: A02E6E67AB961189

View file

@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>eu.m724</groupId> <groupId>eu.m724</groupId>
<artifactId>jarupdater-spigot</artifactId> <artifactId>jarupdater-spigot</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1</version>
<properties> <properties>
<maven.compiler.release>21</maven.compiler.release> <maven.compiler.release>21</maven.compiler.release>
@ -105,7 +103,7 @@
<scm> <scm>
<developerConnection>scm:git:git@git.m724.eu:Minecon724/tweaks724.git</developerConnection> <developerConnection>scm:git:git@git.m724.eu:Minecon724/tweaks724.git</developerConnection>
<tag>HEAD</tag> <tag>jarupdater-spigot-0.0.1</tag>
</scm> </scm>
</project> </project>