updated version numbers to 1.9.0-alpha1

This commit is contained in:
Jochen Stärk
2020-08-06 16:09:18 +02:00
parent e1cedcc2f4
commit a98e495947
4 changed files with 8 additions and 8 deletions

View File

@@ -3,14 +3,14 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.9.0-alpha1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.zugferd</groupId>
<artifactId>Mustang-CLI</artifactId>
<name>Mustang commandline tool</name>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>1.9.0-alpha1</version>
<repositories>
<repository>
<!-- for jargs -->

View File

@@ -3,13 +3,13 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.9.0-alpha1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.0.0-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.

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.9.0-alpha1</version>
<packaging>pom</packaging>
<name>Mustang</name>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.9.0-alpha1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject</groupId>
@@ -12,7 +12,7 @@
<name>Library to validate Factur-X/ZUGFeRD 1.0 and 2.1 as well as XRechnung e-invoices.</name>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>1.9.0-alpha1</version>
<repositories>
<repository>
<!-- for jargs -->
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.9.0-alpha1</version>
<!-- prototypes of new mustangproject versions can be installed by referring to them and installed to the local repo from a jar file with
mvn install:install-file -Dfile=mustang-1.5.4-SNAPSHOT.jar -DgroupId=org.mustangproject.ZUGFeRD -DartifactId=mustang -Dversion=1.5.4 -Dpackaging=jar -DgeneratePom=true
-->