[maven-release-plugin] prepare release mstats-spigot-0.1.0

This commit is contained in:
Minecon724 2024-12-07 18:09:35 +01:00
parent 239bce872d
commit 6d165faa17
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>eu.m724</groupId>
<artifactId>mstats-spigot</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<developers>
<developer>
@ -49,7 +47,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>${project.spigot.version}</version>
<version>1.21.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
@ -121,5 +119,6 @@
<connection>scm:git:git@git.m724.eu:Minecon724/mstats-spigot.git</connection>
<developerConnection>scm:git:git@git.m724.eu:Minecon724/mstats-spigot.git</developerConnection>
<url>https://git.m724.eu/Minecon724/mstats-spigot</url>
<tag>mstats-spigot-0.1.0</tag>
</scm>
</project>