Skip to content

Commit

Permalink
Merge pull request authorjapps#671 from authorjapps/sonatype_release_…
Browse files Browse the repository at this point in the history
…20240705

PR - Sonatype release 20240705
  • Loading branch information
authorjapps authored Jul 5, 2024
2 parents bf3ffb6 + 7cef608 commit 22e788d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.44-SNAPSHOT</version>
<version>1.3.45-SNAPSHOT</version>
</parent>

<artifactId>zerocode-tdd</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.44-SNAPSHOT</version>
<version>1.3.45-SNAPSHOT</version>
</parent>

<groupId>org.jsmart</groupId>
Expand Down
2 changes: 1 addition & 1 deletion junit5-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.44-SNAPSHOT</version>
<version>1.3.45-SNAPSHOT</version>
</parent>

<artifactId>zerocode-tdd-jupiter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kafka-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.44-SNAPSHOT</version>
<version>1.3.45-SNAPSHOT</version>
</parent>

<artifactId>kafka-testing</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.44-SNAPSHOT</version>
<version>1.3.45-SNAPSHOT</version>

<packaging>pom</packaging>
<name>ZeroCode TDD Parent</name>
Expand Down Expand Up @@ -324,8 +324,7 @@
-
- How to check or reproduce this javadoc error?
- From your local laptop
- 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
-->
- 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 -->

<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion zerocode-maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd-parent</artifactId>
<version>1.3.44-SNAPSHOT</version>
<version>1.3.45-SNAPSHOT</version>
</parent>
<artifactId>zerocode-maven-archetype</artifactId>

Expand Down

0 comments on commit 22e788d

Please sign in to comment.