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

This commit is contained in:
Ryan Harg 2024-11-28 14:05:59 +01:00
parent 426f0a850d
commit c61fed1020

View file

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.rpr</groupId>
<artifactId>ddnsclient</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<properties>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
@ -27,7 +26,7 @@
<scm>
<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>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>
<dependencyManagement>