[maven-release-plugin] rollback the release of v0.4.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2026-01-23 23:39:07 +01:00
parent 2a2de2f1d3
commit 506d3f380c
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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"> <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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
@ -10,7 +11,7 @@
<groupId>ch.fritteli.a-maze-r</groupId> <groupId>ch.fritteli.a-maze-r</groupId>
<artifactId>maze-generator</artifactId> <artifactId>maze-generator</artifactId>
<version>0.4.1-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
<description>A-Maze-R, The Maze Generator. It is a library for generating mazes in various output formats. <description>A-Maze-R, The Maze Generator. It is a library for generating mazes in various output formats.
</description> </description>