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

This commit is contained in:
jstaerk
2025-08-05 09:23:12 +02:00
parent e63f82b1bd
commit b93382aef7
4 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.18.0.2-SNAPSHOT</version>
<version>2.18.0.2</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.18.0.2-SNAPSHOT</version>
<version>2.18.0.2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>false
@@ -25,7 +25,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>library</artifactId>
<version>2.18.0.2-SNAPSHOT</version>
<version>2.18.0.2</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>