Compare commits

...

3 commits

Author SHA1 Message Date
703e049d57 [maven-release-plugin] prepare release v1.0.0
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/tag/push-image Pipeline failed
2024-11-28 13:36:50 +01:00
93dee2413d fix 2024-11-28 13:36:37 +01:00
ec79ee76f5 try to fix 2024-11-28 13:02:53 +01:00

23
pom.xml
View file

@ -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>
@ -20,17 +19,17 @@
<assertj.version>3.26.3</assertj.version> <assertj.version>3.26.3</assertj.version>
<dnsjava.version>3.6.2</dnsjava.version> <dnsjava.version>3.6.2</dnsjava.version>
<jib.version>3.4.4</jib.version> <jib.version>3.4.4</jib.version>
<docker.repo.username/> <docker.repo.username />
<docker.repo.password/> <docker.repo.password />
<maven-scm-plugin.version>2.1.0</maven-scm-plugin.version> <maven-scm-plugin.version>2.1.0</maven-scm-plugin.version>
<maven-release-plugin.version>3.1.1</maven-release-plugin.version> <maven-release-plugin.version>3.1.1</maven-release-plugin.version>
<project.scm.id>git-azw27-de</project.scm.id> <project.scm.id>git-azw27-de</project.scm.id>
</properties> </properties>
<scm> <scm>
<connection>scm:git:ssh://git@git.azw27.de:2222/ryan_harg/ddns-client.git</connection> <connection>scm:git:https://git.azw27.de/ryan_harg/ddns-client.git</connection>
<developerConnection>scm:git:ssh://git@git.azw27.de:2222/ryan_harg/ddns-client.git</developerConnection> <developerConnection>scm:git:https://git.azw27.de/ryan_harg/ddns-client.git</developerConnection>
<url>https://git.azw27.de/ryan_harg/ddns-client</url> <tag>v1.0.0</tag>
</scm> </scm>
<dependencyManagement> <dependencyManagement>
@ -183,14 +182,6 @@
</container> </container>
</configuration> </configuration>
</plugin> </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> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>