[maven-release-plugin] prepare for next development iteration

This commit is contained in:
jstaerk
2025-10-30 09:23:11 +01:00
parent 6c2af83906
commit 0b92efb7ad
4 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.20.0</version>
<version>2.20.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Mustang-CLI</artifactId>

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.20.0</version>
<version>2.20.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -18,7 +18,7 @@
<connection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</connection>
<developerConnection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</developerConnection>
<url>https://github.com/ZUGFeRD/mustangproject</url>
<tag>core-2.20.0</tag>
<tag>core-2.3.2</tag>
</scm>
<repositories>
<repository><!-- for jargs -->

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.20.0</version>
<version>2.20.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Mustang</name>
@@ -20,7 +20,7 @@
<connection>scm:git:git://github.com/dexecutor/dependent-tasks-executor.git</connection>
<developerConnection>scm:git:git@github.com:dexecutor/dexecutor.git</developerConnection>
<url>https://github.com/dexecutor/dependent-tasks-executor</url>
<tag>core-2.20.0</tag>
<tag>core-2.3.2</tag>
</scm>
<properties>

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.20.0</version>
<version>2.20.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>validator</artifactId>