Revert "[maven-release-plugin] prepare release core-2.13.0"

This reverts commit 0190c49911.
This commit is contained in:
jstaerk
2024-08-28 17:19:54 +02:00
parent 390c0431c4
commit e18744675c
4 changed files with 7 additions and 8 deletions

View File

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

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.13.0</version>
<version>2.13.0-SNAPSHOT</version>
</parent>
<artifactId>library</artifactId>
<packaging>jar</packaging>
@@ -207,7 +207,7 @@
<phase>package</phase>
<configuration>
<artifactSet>
<excludes />
<excludes></excludes>
</artifactSet>
</configuration>
</execution>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.13.0</version>
<version>2.13.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Mustang</name>
@@ -83,8 +83,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.13.0</tag>
</scm>
</scm>
<distributionManagement>
<repository>
@@ -248,7 +247,7 @@
<phase>package</phase>
<configuration>
<artifactSet>
<excludes />
<excludes></excludes>
</artifactSet>
</configuration>
</execution>

View File

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