[maven-release-plugin] prepare release core-1.9.0-alpha1

This commit is contained in:
Jochen Stärk
2020-08-06 16:29:30 +02:00
parent fd947e04d5
commit e0ed82baa1
4 changed files with 8 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>1.9.0-alpha1-SNAPSHOT</version>
<version>1.9.0-alpha1</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>mustang-2.0.0-SNAPSHOT</tag>
<tag>core-1.9.0-alpha1</tag>
</scm>
<repositories>
<repository><!-- for jargs -->