[maven-release-plugin] prepare release realweather-0.9a2

This commit is contained in:
Minecon724 2024-06-18 13:25:23 +02:00
parent 00a774e779
commit 6c691ef0b4
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.m724</groupId>
<artifactId>realweather</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9-alpha.2</version>
<properties>
<maven.compiler.source>21</maven.compiler.source>
@ -14,7 +14,8 @@
<scm>
<developerConnection>scm:git:git@git.724.rocks:Minecon724/realweather.git</developerConnection>
</scm>
<tag>realweather-0.9a2</tag>
</scm>
<repositories>
<repository>
@ -53,6 +54,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>