Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
th-schwarz committed Sep 1, 2024
1 parent fa2285d commit 2383509
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?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>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>codes.thischwa</groupId>
<artifactId>dyndrest</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>DynDRest</name>
<description>A simple REST-service for dynamic DNS.</description>
<url>https://github.com/th-schwarz/DynDRest</url>
Expand Down Expand Up @@ -80,7 +79,7 @@
<scm>
<developerConnection>scm:git:git@github.com:th-schwarz/dyndrest</developerConnection>
<connection>scm:git:git@github.com:th-schwarz/dyndrest</connection>
<tag>HEAD</tag>
<tag>v0.8.0</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 2383509

Please sign in to comment.