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

This commit is contained in:
jstaerk
2024-08-28 17:55:29 +02:00
parent da8fc9a457
commit f289b61b03
4 changed files with 15 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject</groupId>
@@ -11,7 +11,7 @@
<name>Library to validate e-invoices (ZUGFeRD, Factur-X and Xrechnung)</name>
<packaging>jar</packaging>
<version>2.12.0-SNAPSHOT</version>
<version>2.13.0</version>
<repositories>
<repository>
<!-- for jargs -->
@@ -38,7 +38,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>library</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>