Skip to content

Commit 1181bf9

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5de3663 commit 1181bf9

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zerocode-tdd-parent</artifactId>
66
<groupId>org.jsmart</groupId>
7-
<version>1.3.38</version>
7+
<version>1.3.39-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>zerocode-tdd</artifactId>
@@ -23,7 +23,7 @@
2323
<url>https://github.com/authorjapps/zerocode</url>
2424
<connection>scm:git:[email protected]:authorjapps/zerocode.git</connection>
2525
<developerConnection>scm:git:[email protected]:authorjapps/zerocode.git</developerConnection>
26-
<tag>zerocode-tdd-parent-1.3.38</tag>
26+
<tag>HEAD</tag>
2727
</scm>
2828

2929
<developers>

http-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zerocode-tdd-parent</artifactId>
66
<groupId>org.jsmart</groupId>
7-
<version>1.3.38</version>
7+
<version>1.3.39-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.jsmart</groupId>

junit5-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zerocode-tdd-parent</artifactId>
66
<groupId>org.jsmart</groupId>
7-
<version>1.3.38</version>
7+
<version>1.3.39-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>zerocode-tdd-jupiter</artifactId>

kafka-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zerocode-tdd-parent</artifactId>
66
<groupId>org.jsmart</groupId>
7-
<version>1.3.38</version>
7+
<version>1.3.39-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>kafka-testing</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<artifactId>zerocode-tdd-parent</artifactId>
1111
<groupId>org.jsmart</groupId>
12-
<version>1.3.38</version>
12+
<version>1.3.39-SNAPSHOT</version>
1313

1414
<packaging>pom</packaging>
1515
<name>ZeroCode TDD Parent</name>
@@ -26,7 +26,7 @@
2626
<url>https://github.com/authorjapps/zerocode</url>
2727
<connection>scm:git:[email protected]:authorjapps/zerocode.git</connection>
2828
<developerConnection>scm:git:[email protected]:authorjapps/zerocode.git</developerConnection>
29-
<tag>zerocode-tdd-parent-1.3.38</tag>
29+
<tag>HEAD</tag>
3030
</scm>
3131

3232
<modules>

zerocode-maven-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jsmart</groupId>
66
<artifactId>zerocode-tdd-parent</artifactId>
7-
<version>1.3.38</version>
7+
<version>1.3.39-SNAPSHOT</version>
88
</parent>
99
<artifactId>zerocode-maven-archetype</artifactId>
1010

0 commit comments

Comments
 (0)