[maven-release-plugin] prepare release v0.2.1

This commit is contained in:
Manuel Friedli 2026-01-24 01:43:00 +01:00
parent 1ee2b68471
commit e833a2cadf
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.1-SNAPSHOT</version> <version>0.2.1</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.2.1</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>