Skip to content

Commit 98a5138

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent fd91fb3 commit 98a5138

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
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.43</version>
7+
<version>1.3.44-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.43</version>
7+
<version>1.3.44-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.43</version>
7+
<version>1.3.44-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.43</version>
7+
<version>1.3.44-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>kafka-testing</artifactId>

pom.xml

Lines changed: 2 additions & 3 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.43</version>
12+
<version>1.3.44-SNAPSHOT</version>
1313

1414
<packaging>pom</packaging>
1515
<name>ZeroCode TDD Parent</name>
@@ -324,8 +324,7 @@
324324
-
325325
- How to check or reproduce this javadoc error?
326326
- From your local laptop
327-
- 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 -
328-
- Note: or remove the specific plugins from the build section and try dry-run and prepare stages, if full "commenting out" has issues
327+
- 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 - - Note: or remove the specific plugins from the build section and try dry-run and prepare stages, if full "commenting out" has issues
329328
-->
330329

331330
<build>

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

0 commit comments

Comments
 (0)