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

This commit is contained in:
jstaerk
2024-09-23 18:25:32 +02:00
parent 271c4044ac
commit 9a2bc8f00e
4 changed files with 6 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.14.0-SNAPSHOT</version> <version>2.14.0</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.14.0-SNAPSHOT</version> <version>2.14.0</version>
</parent> </parent>
<artifactId>library</artifactId> <artifactId>library</artifactId>

View File

@@ -2,7 +2,7 @@
<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>
<groupId>org.mustangproject</groupId> <groupId>org.mustangproject</groupId>
<version>2.14.0-SNAPSHOT</version> <version>2.14.0</version>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
@@ -100,7 +100,8 @@
<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>
</scm> <tag>core-2.14.0</tag>
</scm>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

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