Skip to content

Commit f34136f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 76cc8b0 commit f34136f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

core/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.42</version>
7+
<version>1.3.43-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>zerocode-tdd</artifactId>

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.42</version>
7+
<version>1.3.43-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.42</version>
7+
<version>1.3.43-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.42</version>
7+
<version>1.3.43-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.42</version>
12+
<version>1.3.43-SNAPSHOT</version>
1313

1414
<packaging>pom</packaging>
1515
<name>ZeroCode TDD Parent</name>
@@ -329,7 +329,7 @@
329329
-
330330
- How to check or reproduce this javadoc error?
331331
- From your local laptop
332-
- Option-1 : Run a maven "dry run" <- Results in error e.g. javadoc error due to JAVA_HOME not set - Option-2 : Run a maven "prepare" run <- Results in error e.g. javadoc error due to JAVA_HOME not set
332+
- Option-1 : Run a maven "dry run" <- Results in error e.g. javadoc error due to JAVA_HOME not set - Option-2 : Run a maven "prepare" run <- Results in error e.g. javadoc error due to JAVA_HOME not set
333333
-
334334
- Note: or remove the specific plugins from the build section and try dry-run and prepare stages, if full "commenting out" has issues
335335
-->

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.42</version>
7+
<version>1.3.43-SNAPSHOT</version>
88
</parent>
99
<artifactId>zerocode-maven-archetype</artifactId>
1010

0 commit comments

Comments
 (0)