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

This commit is contained in:
jstaerk
2022-07-09 13:26:34 +02:00
parent 973bee4cea
commit dd15056656
4 changed files with 13 additions and 14 deletions

View File

@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.5.2-SNAPSHOT</version>
<version>2.5.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject</groupId>
@@ -12,7 +11,7 @@
<name>Library to validate e-invoices (ZUGFeRD, Factur-X and Xrechnung)</name>
<packaging>jar</packaging>
<version>2.5.2-SNAPSHOT</version>
<version>2.5.2</version>
<repositories>
<repository>
<!-- for jargs -->
@@ -91,7 +90,7 @@
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.5.2-SNAPSHOT</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
@@ -210,7 +209,7 @@
</goals>
<configuration>
<artifactSet>
<excludes/>
<excludes />
</artifactSet>
</configuration>
</execution>