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

This commit is contained in:
jstaerk
2021-12-21 16:03:45 +01:00
parent b037c2d9a8
commit f4e3436ec1
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.3.3</version>
<version>2.3.4-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.3.3</version>
<version>2.3.4-SNAPSHOT</version>
<repositories>
<repository>
<!-- for jargs -->
@@ -77,7 +77,7 @@
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.3.3</version>
<version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>