From f34136f01da5ae9838286f251b9757ed9ca22506 Mon Sep 17 00:00:00 2001 From: Nirmal Chandra Date: Sun, 24 Mar 2024 23:42:31 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- core/pom.xml | 2 +- http-testing/pom.xml | 2 +- junit5-testing/pom.xml | 2 +- kafka-testing/pom.xml | 2 +- pom.xml | 4 ++-- zerocode-maven-archetype/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index f7aed560..82394522 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ zerocode-tdd-parent org.jsmart - 1.3.42 + 1.3.43-SNAPSHOT zerocode-tdd diff --git a/http-testing/pom.xml b/http-testing/pom.xml index 7c0eb5fe..5fd31ee2 100644 --- a/http-testing/pom.xml +++ b/http-testing/pom.xml @@ -4,7 +4,7 @@ zerocode-tdd-parent org.jsmart - 1.3.42 + 1.3.43-SNAPSHOT org.jsmart diff --git a/junit5-testing/pom.xml b/junit5-testing/pom.xml index f05532fd..d2f1b0a9 100644 --- a/junit5-testing/pom.xml +++ b/junit5-testing/pom.xml @@ -4,7 +4,7 @@ zerocode-tdd-parent org.jsmart - 1.3.42 + 1.3.43-SNAPSHOT zerocode-tdd-jupiter diff --git a/kafka-testing/pom.xml b/kafka-testing/pom.xml index 14b7e8a5..c0c07c3e 100644 --- a/kafka-testing/pom.xml +++ b/kafka-testing/pom.xml @@ -4,7 +4,7 @@ zerocode-tdd-parent org.jsmart - 1.3.42 + 1.3.43-SNAPSHOT kafka-testing diff --git a/pom.xml b/pom.xml index 0ab5d7ab..09b66341 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ zerocode-tdd-parent org.jsmart - 1.3.42 + 1.3.43-SNAPSHOT pom ZeroCode TDD Parent @@ -329,7 +329,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 + - 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 --> diff --git a/zerocode-maven-archetype/pom.xml b/zerocode-maven-archetype/pom.xml index c26c4e4b..97daa710 100644 --- a/zerocode-maven-archetype/pom.xml +++ b/zerocode-maven-archetype/pom.xml @@ -4,7 +4,7 @@ org.jsmart zerocode-tdd-parent - 1.3.42 + 1.3.43-SNAPSHOT zerocode-maven-archetype