[maven-release-plugin] prepare release v0.1.0-beta.1

This commit is contained in:
2025-03-24 18:47:46 +01:00
parent 9dd7489803
commit 27b7048f97
+2 -2
View File
@@ -4,7 +4,7 @@
<groupId>codes.thischwa</groupId> <groupId>codes.thischwa</groupId>
<artifactId>cloudflaredns</artifactId> <artifactId>cloudflaredns</artifactId>
<version>0.1.0-SNAPSHOT</version> <version>0.1.0-beta.1</version>
<name>CloudflareDNS-java</name> <name>CloudflareDNS-java</name>
<inceptionYear>2025</inceptionYear> <inceptionYear>2025</inceptionYear>
<packaging>jar</packaging> <packaging>jar</packaging>
@@ -17,7 +17,7 @@
<scm> <scm>
<developerConnection>scm:git:git@github.com:th-schwarz/CloudflareDNS-java</developerConnection> <developerConnection>scm:git:git@github.com:th-schwarz/CloudflareDNS-java</developerConnection>
<connection>scm:git:git@github.com:th-schwarz/CloudflareDNS-java</connection> <connection>scm:git:git@github.com:th-schwarz/CloudflareDNS-java</connection>
<tag>HEAD</tag> <tag>v0.1.0-beta.1</tag>
</scm> </scm>
<properties> <properties>