[maven-release-plugin] prepare release v0.3.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Manuel Friedli 2026-01-24 04:43:37 +01:00
parent e5823a9408
commit a115fae3ab
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -10,7 +10,7 @@
<groupId>ch.fritteli.a-maze-r</groupId> <groupId>ch.fritteli.a-maze-r</groupId>
<artifactId>maze-server</artifactId> <artifactId>maze-server</artifactId>
<version>0.2.2-SNAPSHOT</version> <version>0.3.0</version>
<name>A-Maze-R Server</name> <name>A-Maze-R Server</name>
<description>The A-Maze-R server, offering a REST endpoint to access the Maze Generator.</description> <description>The A-Maze-R server, offering a REST endpoint to access the Maze Generator.</description>
@ -44,7 +44,7 @@
<connection>scm:git:https://gittr.ch/java/maze-server.git</connection> <connection>scm:git:https://gittr.ch/java/maze-server.git</connection>
<developerConnection>scm:git:ssh://git@gittr.ch/java/maze-server.git</developerConnection> <developerConnection>scm:git:ssh://git@gittr.ch/java/maze-server.git</developerConnection>
<url>https://gittr.ch/java/maze-server</url> <url>https://gittr.ch/java/maze-server</url>
<tag>HEAD</tag> <tag>v0.3.0</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>