[maven-release-plugin] rollback the release of mstats-0.0.1

This commit is contained in:
Minecon724 2025-02-17 09:35:27 +01:00
commit df5700b663
No known key found for this signature in database
GPG key ID: 3CCC4D267742C8E8

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.m724</groupId>
<artifactId>mstats</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<properties>
<maven.compiler.release>17</maven.compiler.release>
@ -160,13 +160,6 @@
</profile>
</profiles>
<distributionManagement>
<repository>
<id>m724-repo</id>
<url>https://git.m724.eu/api/packages/Minecon724/maven</url>
</repository>
</distributionManagement>
<scm>
<developerConnection>scm:git:git@git.m724.eu:Minecon724/mstats.git</developerConnection>
<tag>HEAD</tag>