[maven-release-plugin] prepare for next development iteration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2023-05-16 03:16:40 +02:00
parent d8caae1437
commit ba85f54b16
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.1.0</version> <version>0.1.1-SNAPSHOT</version>
<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>
<url>https://manuel.friedli.info/maze.html</url> <url>https://manuel.friedli.info/maze.html</url>
@ -43,7 +43,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>v0.1.0</tag> <tag>HEAD</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>