Skip to content

Commit 926a953

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 55486cc commit 926a953

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Mustang-CLI/pom.xml

Lines changed: 1 addition & 1 deletion
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.23.1</version>
6+
<version>2.23.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>Mustang-CLI</artifactId>

library/pom.xml

Lines changed: 2 additions & 2 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.23.1</version>
6+
<version>2.23.2-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
@@ -18,7 +18,7 @@
1818
<connection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</connection>
1919
<developerConnection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</developerConnection>
2020
<url>https://github.com/ZUGFeRD/mustangproject</url>
21-
<tag>core-2.23.1</tag>
21+
<tag>core-2.3.2</tag>
2222
</scm>
2323
<repositories>
2424
<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.23.1</version>
6+
<version>2.23.2-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Mustang</name>
99

@@ -20,7 +20,7 @@
2020
<connection>scm:git:git://github.com/dexecutor/dependent-tasks-executor.git</connection>
2121
<developerConnection>scm:git:git@github.com:dexecutor/dexecutor.git</developerConnection>
2222
<url>https://github.com/dexecutor/dependent-tasks-executor</url>
23-
<tag>core-2.23.1</tag>
23+
<tag>core-2.3.2</tag>
2424
</scm>
2525

2626
<properties>

validator/pom.xml

Lines changed: 1 addition & 1 deletion
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.23.1</version>
6+
<version>2.23.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>validator</artifactId>

0 commit comments

Comments
 (0)