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

This commit is contained in:
2025-03-24 18:26:11 +01:00
parent be7f1798bf
commit 9b5d791f9e
+3 -4
View File
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>codes.thischwa</groupId>
<artifactId>cloudflaredns</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>CloudflareDNS-java</name>
<inceptionYear>2025</inceptionYear>
<packaging>jar</packaging>
@@ -18,7 +17,7 @@
<scm>
<developerConnection>scm:git:git@github.com:th-schwarz/CloudflareDNS-java</developerConnection>
<connection>scm:git:git@github.com:th-schwarz/CloudflareDNS-java</connection>
<tag>HEAD</tag>
<tag>v0.1.0</tag>
</scm>
<properties>