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

This commit is contained in:
jstaerk
2024-08-28 17:33:57 +02:00
parent 1afa52b602
commit 165f25de47
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.mustangproject</groupId> <groupId>org.mustangproject</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>2.13.0</version> <version>2.14.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>Mustang-CLI</artifactId> <artifactId>Mustang-CLI</artifactId>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.mustangproject</groupId> <groupId>org.mustangproject</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>2.13.0</version> <version>2.14.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>library</artifactId> <artifactId>library</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

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

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.mustangproject</groupId> <groupId>org.mustangproject</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>2.13.0</version> <version>2.14.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>validator</artifactId> <artifactId>validator</artifactId>