[maven-release-plugin] prepare for next development iteration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7d622d8463
commit
e12bea67cd
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>ch.fritteli.labyrinth</groupId>
|
<groupId>ch.fritteli.labyrinth</groupId>
|
||||||
<artifactId>labyrinth-server</artifactId>
|
<artifactId>labyrinth-server</artifactId>
|
||||||
<version>0.0.4</version>
|
<version>0.0.5-SNAPSHOT</version>
|
||||||
<description>The Labyrinth server, offering a REST endpoint to access the Labyrinth Generator.</description>
|
<description>The Labyrinth server, offering a REST endpoint to access the Labyrinth Generator.</description>
|
||||||
<url>https://manuel.friedli.info/labyrinth.html</url>
|
<url>https://manuel.friedli.info/labyrinth.html</url>
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
<connection>scm:git:https://gittr.ch/java/labyrinth-server.git</connection>
|
<connection>scm:git:https://gittr.ch/java/labyrinth-server.git</connection>
|
||||||
<developerConnection>scm:git:ssh://git@gittr.ch/java/labyrinth-server.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@gittr.ch/java/labyrinth-server.git</developerConnection>
|
||||||
<url>https://gittr.ch/java/labyrinth-server</url>
|
<url>https://gittr.ch/java/labyrinth-server</url>
|
||||||
<tag>v0.0.4</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
Loading…
Reference in a new issue