Skip to content

Commit 1c96f6c

Browse files
committed
[maven-release-plugin] prepare release zerocode-tdd-parent-1.3.44
1 parent bf3ffb6 commit 1c96f6c

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

Diff for: core/pom.xml

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

1010
<artifactId>zerocode-tdd</artifactId>

Diff for: http-testing/pom.xml

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

1010
<groupId>org.jsmart</groupId>

Diff for: junit5-testing/pom.xml

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

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

Diff for: kafka-testing/pom.xml

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

1010
<artifactId>kafka-testing</artifactId>

Diff for: pom.xml

+2-3
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.44-SNAPSHOT</version>
12+
<version>1.3.44</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 - - Note: or remove the specific plugins from the build section and try dry-run and prepare stages, if full "commenting out" has issues
328-
-->
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
<build>
331330
<pluginManagement>

Diff for: zerocode-maven-archetype/pom.xml

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

0 commit comments

Comments
 (0)