[maven-release-plugin] prepare release v1.0.0
This commit is contained in:
parent
93dee2413d
commit
703e049d57
1 changed files with 6 additions and 6 deletions
6
pom.xml
6
pom.xml
|
@ -1,10 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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"
|
<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">
|
||||||
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>de.rpr</groupId>
|
<groupId>de.rpr</groupId>
|
||||||
<artifactId>ddnsclient</artifactId>
|
<artifactId>ddnsclient</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<compiler-plugin.version>3.13.0</compiler-plugin.version>
|
<compiler-plugin.version>3.13.0</compiler-plugin.version>
|
||||||
|
@ -30,6 +29,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.0</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|
Loading…
Reference in a new issue