[maven-release-plugin] prepare release core-2.13.1

This commit is contained in:
David M
2024-08-28 19:22:40 +02:00
parent 64a72da942
commit abe7e663f8
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.1-SNAPSHOT</version> <version>2.13.1</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.1-SNAPSHOT</version> <version>2.13.1</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.1-SNAPSHOT</version> <version>2.13.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Mustang</name> <name>Mustang</name>
@@ -83,7 +83,7 @@
<connection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</connection> <connection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</connection>
<developerConnection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</developerConnection> <developerConnection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</developerConnection>
<url>https://github.com/ZUGFeRD/mustangproject</url> <url>https://github.com/ZUGFeRD/mustangproject</url>
<tag>HEAD</tag> <tag>core-2.13.1</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.1-SNAPSHOT</version> <version>2.13.1</version>
</parent> </parent>
<artifactId>validator</artifactId> <artifactId>validator</artifactId>