checkin for alpha release attempt

This commit is contained in:
Jochen Stärk
2020-08-06 16:26:53 +02:00
parent a98e495947
commit fd947e04d5
5 changed files with 51 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
<artifactId>Mustang-CLI</artifactId>
<name>Mustang commandline tool</name>
<packaging>jar</packaging>
<version>1.9.0-alpha1</version>
<version>1.9.0-alpha1-SNAPSHOT</version>
<repositories>
<repository>
<!-- for jargs -->
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>validator</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
-->