[maven-release-plugin] prepare release core-2.13.0
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.mustangproject</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>2.13.0-SNAPSHOT</version>
|
||||
<version>2.13.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>Mustang-CLI</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.mustangproject</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>2.13.0-SNAPSHOT</version>
|
||||
<version>2.13.0</version>
|
||||
</parent>
|
||||
<artifactId>library</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
@@ -207,7 +207,7 @@
|
||||
<phase>package</phase>
|
||||
<configuration>
|
||||
<artifactSet>
|
||||
<excludes></excludes>
|
||||
<excludes />
|
||||
</artifactSet>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
7
pom.xml
7
pom.xml
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.mustangproject</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>2.13.0-SNAPSHOT</version>
|
||||
<version>2.13.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Mustang</name>
|
||||
|
||||
@@ -83,7 +83,8 @@
|
||||
<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>
|
||||
</scm>
|
||||
<tag>core-2.13.0</tag>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
@@ -247,7 +248,7 @@
|
||||
<phase>package</phase>
|
||||
<configuration>
|
||||
<artifactSet>
|
||||
<excludes></excludes>
|
||||
<excludes />
|
||||
</artifactSet>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.mustangproject</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>2.13.0-SNAPSHOT</version>
|
||||
<version>2.13.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>validator</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user