[maven-release-plugin] prepare release v1.0.4
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/tag/push-image Pipeline was successful

This commit is contained in:
Ryan Harg 2024-11-29 09:53:26 +01:00
parent 38d29b5d13
commit 4d2aed0d9b

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>de.rpr</groupId> <groupId>de.rpr</groupId>
<artifactId>ddnsclient</artifactId> <artifactId>ddnsclient</artifactId>
<version>1.0.4-SNAPSHOT</version> <version>1.0.4</version>
<properties> <properties>
<compiler-plugin.version>3.13.0</compiler-plugin.version> <compiler-plugin.version>3.13.0</compiler-plugin.version>
@ -26,7 +26,7 @@
<scm> <scm>
<connection>scm:git:https://git.azw27.de/ryan_harg/ddns-client.git</connection> <connection>scm:git:https://git.azw27.de/ryan_harg/ddns-client.git</connection>
<developerConnection>scm:git:https://git.azw27.de/ryan_harg/ddns-client.git</developerConnection> <developerConnection>scm:git:https://git.azw27.de/ryan_harg/ddns-client.git</developerConnection>
<tag>v1.0.1</tag> <tag>v1.0.4</tag>
</scm> </scm>
<dependencyManagement> <dependencyManagement>