revert to old POMS (with surefire UTC)

This commit is contained in:
jstaerk
2025-08-05 10:35:07 +02:00
parent c40e07dee9
commit 7a17055f8c
4 changed files with 57 additions and 20 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.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject</groupId>
@@ -11,7 +11,20 @@
<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.1-SNAPSHOT</version>
<repositories>
<repository>
<!-- for jargs -->
<id>sonatype-oss-public</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>false
@@ -25,7 +38,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>library</artifactId>
<version>2.18.0.2-SNAPSHOT</version>
<version>2.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>