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

This commit is contained in:
Jochen Stärk
2020-09-15 12:35:49 +02:00
parent 27dee49b42
commit 6cc3bfb998
4 changed files with 11 additions and 11 deletions

View File

@@ -3,13 +3,13 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>1.9.0-alpha2</version>
<version>1.9.0-alpha3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>1.9.0-alpha2</version>
<version>1.9.0-alpha3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Library to write and read FacturX and ZUGFeRD e-invoices. </name>
<description>The Mustang project is a java library to read and write ZUGFeRD meta data inside your invoice PDFs. To write files, a provided PDF/A will be combined with generated or provided XML.
@@ -19,7 +19,7 @@
<connection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</connection>
<developerConnection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</developerConnection>
<url>https://github.com/ZUGFeRD/mustangproject</url>
<tag>core-1.9.0-alpha2</tag>
<tag>mustang-2.0.0-SNAPSHOT</tag>
</scm>
<repositories>
<repository><!-- for jargs -->