[maven-release-plugin] prepare release tweaks-0.1.0
All checks were successful
/ deploy (push) Successful in 6m50s

This commit is contained in:
Minecon724 2024-11-30 11:36:38 +01:00
parent 430eb33968
commit 72171d6ce7
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -5,14 +5,12 @@
~ in the project root for the full license text.
-->
<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>tweaks</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<properties>
<maven.compiler.source>21</maven.compiler.source>
@ -169,6 +167,6 @@
<scm>
<developerConnection>scm:git:git@git.m724.eu:Minecon724/tweaks724.git</developerConnection>
<tag>HEAD</tag>
<tag>tweaks-0.1.0</tag>
</scm>
</project>