[maven-release-plugin] prepare release v0.0.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2023-04-04 02:19:26 +02:00
parent c9fe838891
commit 943bc71134
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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" <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">
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>
<parent> <parent>
@ -11,7 +10,7 @@
<groupId>ch.fritteli.labyrinth</groupId> <groupId>ch.fritteli.labyrinth</groupId>
<artifactId>labyrinth-generator</artifactId> <artifactId>labyrinth-generator</artifactId>
<version>0.0.3-SNAPSHOT</version> <version>0.0.3</version>
<description>The Labyrinth generator, a library for generating Labyrinths in various output formats.</description> <description>The Labyrinth generator, a library for generating Labyrinths in various output formats.</description>
<url>https://manuel.friedli.info/labyrinth.html</url> <url>https://manuel.friedli.info/labyrinth.html</url>
@ -129,7 +128,7 @@
<connection>scm:git:https://gittr.ch/java/labyrinth-generator.git</connection> <connection>scm:git:https://gittr.ch/java/labyrinth-generator.git</connection>
<developerConnection>scm:git:ssh://git@gittr.ch/java/labyrinth-generator.git</developerConnection> <developerConnection>scm:git:ssh://git@gittr.ch/java/labyrinth-generator.git</developerConnection>
<url>https://gittr.ch/java/labyrinth-generator</url> <url>https://gittr.ch/java/labyrinth-generator</url>
<tag>HEAD</tag> <tag>v0.0.3</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>
<repository> <repository>