[maven-release-plugin] prepare release v0.1.0
Build and Push Docker Image / build-and-push (push) Successful in 1m0s

This commit is contained in:
2026-07-12 12:08:47 +02:00
parent 69b86ceb11
commit 141b8afe26
+4 -6
View File
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>codes.thischwa</groupId> <groupId>codes.thischwa</groupId>
<artifactId>jdvc</artifactId> <artifactId>jdvc</artifactId>
<version>0.1.0-SNAPSHOT</version> <version>0.1.0</version>
<name>JavadocViewerService</name> <name>JavadocViewerService</name>
@@ -14,7 +12,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>4.0.5</version> <version>4.0.5</version>
<relativePath/> <relativePath />
</parent> </parent>
<properties> <properties>
@@ -33,7 +31,7 @@
<developerConnection>scm:git:https://git.mein-gateway.de/thischwa/JavadocViewerService.git</developerConnection> <developerConnection>scm:git:https://git.mein-gateway.de/thischwa/JavadocViewerService.git</developerConnection>
<connection>scm:git:https://git.mein-gateway.de/thischwa/JavadocViewerService.git</connection> <connection>scm:git:https://git.mein-gateway.de/thischwa/JavadocViewerService.git</connection>
<url>https://git.mein-gateway.de/thischwa/JavadocViewerService</url> <url>https://git.mein-gateway.de/thischwa/JavadocViewerService</url>
<tag>HEAD</tag> <tag>v0.1.0</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>