Merge branch 'master' into POM-Cleanup

This commit is contained in:
David M
2024-09-14 14:30:39 +02:00
35 changed files with 3536 additions and 166 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.13.1-SNAPSHOT</version>
<version>2.14.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>HEAD</tag>
</scm>
</scm>
<distributionManagement>
<repository>
@@ -248,7 +247,7 @@
<phase>package</phase>
<configuration>
<artifactSet>
<excludes />
<excludes></excludes>
</artifactSet>
</configuration>
</execution>