[maven-release-plugin] prepare for next development iteration

This commit is contained in:
jstaerk
2023-04-17 11:44:22 +02:00
parent 81f091a98a
commit 24ae48c8ca
4 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.7.0</version>
<version>2.7.1-SNAPSHOT</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.7.0</version>
<version>2.7.1-SNAPSHOT</version>
<repositories>
<repository>
<!-- for jargs -->
@@ -38,7 +38,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>library</artifactId>
<version>2.7.0</version>
<version>2.7.1-SNAPSHOT</version>
</dependency>
<!-- for java9 -->
<dependency>
@@ -98,7 +98,7 @@
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.7.0</version>
<version>2.7.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>