[maven-release-plugin] prepare release core-2.0.0-alpha3

This commit is contained in:
Jochen Stärk
2020-10-17 18:10:53 +02:00
parent 48f2df5f90
commit cc769c29de
4 changed files with 12 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.mustangproject</groupId>
<artifactId>core</artifactId>
<version>1.9.0-alpha3-SNAPSHOT</version>
<version>2.0.0-alpha3</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>1.9.0-alpha3-SNAPSHOT</version>
<version>2.0.0-alpha3</version>
<repositories>
<repository>
<!-- for jargs -->
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>1.9.0-alpha3-SNAPSHOT</version>
<version>2.0.0-alpha3</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
-->