Skip to content

Commit 4c8bd2b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6cd942a commit 4c8bd2b

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

Mustang-CLI/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mustangproject</groupId>
55
<artifactId>core</artifactId>
6-
<version>2.16.5</version>
6+
<version>2.17.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.mustangproject</groupId>
@@ -12,7 +12,7 @@
1212
should also work for XRechnung/CII.
1313
</name>
1414
<packaging>jar</packaging>
15-
<version>2.16.5</version>
15+
<version>2.17.0-SNAPSHOT</version>
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<maven.compiler.compilerVersion>11</maven.compiler.compilerVersion>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.mustangproject</groupId>
2525
<artifactId>validator</artifactId>
26-
<version>2.16.5</version>
26+
<version>2.17.0-SNAPSHOT</version>
2727
<!-- prototypes of new mustangproject versions can be installed by referring to them and installed to the local repo from a jar file with
2828
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
2929
-->

library/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mustangproject</groupId>
55
<artifactId>core</artifactId>
6-
<version>2.16.5</version>
6+
<version>2.17.0-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.mustangproject</groupId>
1111
<artifactId>library</artifactId>
12-
<version>2.16.5</version>
12+
<version>2.17.0-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<name>Library to write, read and validate e-invoices (Factur-X, ZUGFeRD, Order-X, XRechnung/CII)</name>
1515
<description>FOSS Java library to read, write and validate european electronic invoices and orders in the UN/CEFACT
@@ -20,7 +20,7 @@
2020
<connection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</connection>
2121
<developerConnection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</developerConnection>
2222
<url>https://github.com/ZUGFeRD/mustangproject</url>
23-
<tag>core-2.16.5</tag>
23+
<tag>core-2.3.2</tag>
2424
</scm>
2525
<repositories>
2626
<repository><!-- for jargs -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.mustangproject</groupId>
55
<artifactId>core</artifactId>
6-
<version>2.16.5</version> <packaging>pom</packaging>
6+
<version>2.17.0-SNAPSHOT</version> <packaging>pom</packaging>
77
<name>Mustang</name>
88

99
<modules>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:git://github.com/dexecutor/dependent-tasks-executor.git</connection>
2020
<developerConnection>scm:git:git@github.com:dexecutor/dexecutor.git</developerConnection>
2121
<url>https://github.com/dexecutor/dependent-tasks-executor</url>
22-
<tag>core-2.16.5</tag>
22+
<tag>core-2.3.2</tag>
2323
</scm>
2424
<build>
2525
<pluginManagement>

validator/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<parent>
44
<groupId>org.mustangproject</groupId>
55
<artifactId>core</artifactId>
6-
<version>2.16.5</version>
6+
<version>2.17.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.mustangproject</groupId>
1010
<artifactId>validator</artifactId>
1111
<name>Library to validate e-invoices (ZUGFeRD, Factur-X and Xrechnung)</name>
1212

1313
<packaging>jar</packaging>
14-
<version>2.16.5</version>
14+
<version>2.17.0-SNAPSHOT</version>
1515
<repositories>
1616
<repository>
1717
<!-- for jargs -->
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>${project.groupId}</groupId>
4040
<artifactId>library</artifactId>
41-
<version>2.16.5</version>
41+
<version>2.17.0-SNAPSHOT</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.dom4j</groupId>

0 commit comments

Comments
 (0)