[maven-release-plugin] rollback the release of core-2.19.1

This commit is contained in:
jstaerk
2025-10-09 11:46:03 +02:00
parent 70d59b5449
commit 1f89299da6
4 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.mustangproject</groupId> <groupId>org.mustangproject</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>2.19.2-SNAPSHOT</version> <version>2.19.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@@ -18,7 +18,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>core-2.19.1</tag> <tag>core-2.3.2</tag>
</scm> </scm>
<repositories> <repositories>
<repository><!-- for jargs --> <repository><!-- for jargs -->

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.19.2-SNAPSHOT</version> <version>2.19.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Mustang</name> <name>Mustang</name>
@@ -20,7 +20,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.19.1</tag> <tag>core-2.3.2</tag>
</scm> </scm>
<properties> <properties>
@@ -58,7 +58,7 @@
<version.org.apache.maven.plugins.maven-source-plugin>3.3.1</version.org.apache.maven.plugins.maven-source-plugin><!-- from 3.2.1, 3.3.1 --> <version.org.apache.maven.plugins.maven-source-plugin>3.3.1</version.org.apache.maven.plugins.maven-source-plugin><!-- from 3.2.1, 3.3.1 -->
<version.org.apache.maven.plugins.maven-surefire-plugin>3.5.3</version.org.apache.maven.plugins.maven-surefire-plugin> <version.org.apache.maven.plugins.maven-surefire-plugin>3.5.3</version.org.apache.maven.plugins.maven-surefire-plugin>
<version.org.apache.maven.plugins.maven-toolchains-plugin>3.2.0</version.org.apache.maven.plugins.maven-toolchains-plugin><!-- from 3.1.0 --> <version.org.apache.maven.plugins.maven-toolchains-plugin>3.2.0</version.org.apache.maven.plugins.maven-toolchains-plugin><!-- from 3.1.0 -->
<version.org.apache.maven.scm>2.0.1</version.org.apache.maven.scm> <version.org.apache.maven.scm>2.2.1</version.org.apache.maven.scm>
<version.org.codehaus.mojo>1.0.0</version.org.codehaus.mojo> <version.org.codehaus.mojo>1.0.0</version.org.codehaus.mojo>
<version.com.helger.maven>8.0.0</version.com.helger.maven> <version.com.helger.maven>8.0.0</version.com.helger.maven>
<version.org.sonatype.plugins>1.7.0</version.org.sonatype.plugins> <version.org.sonatype.plugins>1.7.0</version.org.sonatype.plugins>

View File

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