Compare commits
3 commits
9b9ec7dd39
...
703e049d57
Author | SHA1 | Date | |
---|---|---|---|
703e049d57 | |||
93dee2413d | |||
ec79ee76f5 |
1 changed files with 8 additions and 17 deletions
19
pom.xml
19
pom.xml
|
@ -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>
|
||||
|
@ -28,9 +27,9 @@
|
|||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:ssh://git@git.azw27.de:2222/ryan_harg/ddns-client.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@git.azw27.de:2222/ryan_harg/ddns-client.git</developerConnection>
|
||||
<url>https://git.azw27.de/ryan_harg/ddns-client</url>
|
||||
<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>v1.0.0</tag>
|
||||
</scm>
|
||||
|
||||
<dependencyManagement>
|
||||
|
@ -183,14 +182,6 @@
|
|||
</container>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-scm-plugin</artifactId>
|
||||
<version>${maven-scm-plugin.version}</version>
|
||||
<configuration>
|
||||
<connectionType>developerConnection</connectionType>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
|
|
Loading…
Reference in a new issue