From 38e9dcdad44194fc42a1bd726ef00db1c1da1a9d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 10 Nov 2022 23:06:59 +0000 Subject: [PATCH] [maven-release-plugin] update version in sub-projects --- ...iling_test_output.ExceptionStackTrace.adoc | 35 ++++++++++--------- documentationtestingdoc/pom.xml | 2 +- samples/demo_asciidoc/pom.xml | 2 +- samples/demo_basic_approvals/pom.xml | 2 +- samples/demo_fizzbuzz/pom.xml | 2 +- samples/demo_gameoflife/pom.xml | 2 +- samples/demo_gildedrose/pom.xml | 2 +- samples/demo_hero/pom.xml | 2 +- samples/demo_minimal/pom.xml | 2 +- samples/demo_property_base_testing/pom.xml | 2 +- samples/demo_tennis/pom.xml | 2 +- samples/demo_trainbook/pom.xml | 2 +- samples/demo_trivia/pom.xml | 2 +- samples/samples_tools/pom.xml | 2 +- samples/tech_junit4/pom.xml | 2 +- samples/tech_junit5_extension/pom.xml | 2 +- samples/tech_kotlin/pom.xml | 2 +- samples/tech_perf/pom.xml | 2 +- samples/tech_using_asciidoctorj/pom.xml | 2 +- samples/tech_using_git/pom.xml | 2 +- samples/tech_using_git_or_approvals/pom.xml | 2 +- 21 files changed, 39 insertions(+), 36 deletions(-) diff --git a/documentationtesting/src/test/docs/org/sfvl/doctesting/junitextension/_ApprovalsExtensionTest.failing_test_output.ExceptionStackTrace.adoc b/documentationtesting/src/test/docs/org/sfvl/doctesting/junitextension/_ApprovalsExtensionTest.failing_test_output.ExceptionStackTrace.adoc index 5294266b..5e54f37a 100644 --- a/documentationtesting/src/test/docs/org/sfvl/doctesting/junitextension/_ApprovalsExtensionTest.failing_test_output.ExceptionStackTrace.adoc +++ b/documentationtesting/src/test/docs/org/sfvl/doctesting/junitextension/_ApprovalsExtensionTest.failing_test_output.ExceptionStackTrace.adoc @@ -1,10 +1,10 @@ at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39) at org.junit.jupiter.api.Assertions.fail(Assertions.java:134) at org.sfvl.samples.FailingTest.failing_test(FailingTest.java:23) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:566) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) @@ -32,7 +32,7 @@ at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) - at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) + at java.util.ArrayList.forEach(ArrayList.java:1259) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) @@ -42,7 +42,7 @@ at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) - at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) + at java.util.ArrayList.forEach(ArrayList.java:1259) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) @@ -67,10 +67,10 @@ at org.sfvl.test_tools.TestRunnerFromTest.runTestClass(TestRunnerFromTest.java:53) at org.sfvl.test_tools.ProjectTestExtension.runTestAndWriteResultAsComment(ProjectTestExtension.java:14) at org.sfvl.doctesting.junitextension.ApprovalsExtensionTest.failing_test_output(ApprovalsExtensionTest.java:247) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:566) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) @@ -98,7 +98,7 @@ at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) - at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) + at java.util.ArrayList.forEach(ArrayList.java:1259) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) @@ -108,7 +108,7 @@ at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) - at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) + at java.util.ArrayList.forEach(ArrayList.java:1259) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) @@ -130,7 +130,10 @@ at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) - at com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs(JUnit5IdeaTestRunner.java:71) - at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) - at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) - at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) \ No newline at end of file + at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) + at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) + at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) + at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) + at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) + at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) + at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) \ No newline at end of file diff --git a/documentationtestingdoc/pom.xml b/documentationtestingdoc/pom.xml index 9c18657a..d98a0ceb 100644 --- a/documentationtestingdoc/pom.xml +++ b/documentationtestingdoc/pom.xml @@ -13,7 +13,7 @@ 1.8 1.8 3.0.0-M5 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/demo_asciidoc/pom.xml b/samples/demo_asciidoc/pom.xml index e65163a9..d2496fd5 100644 --- a/samples/demo_asciidoc/pom.xml +++ b/samples/demo_asciidoc/pom.xml @@ -15,7 +15,7 @@ 1.8 3.0.0-M5 5.8.2 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/demo_basic_approvals/pom.xml b/samples/demo_basic_approvals/pom.xml index 0870cdae..5f819d08 100644 --- a/samples/demo_basic_approvals/pom.xml +++ b/samples/demo_basic_approvals/pom.xml @@ -16,7 +16,7 @@ 1.8 3.0.0-M5 5.8.2 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/demo_fizzbuzz/pom.xml b/samples/demo_fizzbuzz/pom.xml index e17b4bb9..6515b05a 100644 --- a/samples/demo_fizzbuzz/pom.xml +++ b/samples/demo_fizzbuzz/pom.xml @@ -16,7 +16,7 @@ 3.0.0-M5 5.8.2 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/demo_gameoflife/pom.xml b/samples/demo_gameoflife/pom.xml index 55246742..46735f82 100644 --- a/samples/demo_gameoflife/pom.xml +++ b/samples/demo_gameoflife/pom.xml @@ -16,7 +16,7 @@ 5.8.2 2.22.1 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/demo_gildedrose/pom.xml b/samples/demo_gildedrose/pom.xml index c793b915..ce1d81c9 100644 --- a/samples/demo_gildedrose/pom.xml +++ b/samples/demo_gildedrose/pom.xml @@ -18,7 +18,7 @@ 5.8.2 3.6.1 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/demo_hero/pom.xml b/samples/demo_hero/pom.xml index 145a387a..ff39e810 100644 --- a/samples/demo_hero/pom.xml +++ b/samples/demo_hero/pom.xml @@ -16,7 +16,7 @@ 5.8.2 2.22.1 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/demo_minimal/pom.xml b/samples/demo_minimal/pom.xml index 7eb9df9d..5954cf5d 100644 --- a/samples/demo_minimal/pom.xml +++ b/samples/demo_minimal/pom.xml @@ -15,7 +15,7 @@ 1.8 3.0.0-M5 5.8.2 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/demo_property_base_testing/pom.xml b/samples/demo_property_base_testing/pom.xml index d0fd34e2..61641acb 100644 --- a/samples/demo_property_base_testing/pom.xml +++ b/samples/demo_property_base_testing/pom.xml @@ -17,7 +17,7 @@ 3.0.0-M5 5.8.2 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/demo_tennis/pom.xml b/samples/demo_tennis/pom.xml index 26eef72c..97d36d0e 100644 --- a/samples/demo_tennis/pom.xml +++ b/samples/demo_tennis/pom.xml @@ -16,7 +16,7 @@ 3.0.0-M5 5.8.2 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/demo_trainbook/pom.xml b/samples/demo_trainbook/pom.xml index e8655ea1..eaac251a 100644 --- a/samples/demo_trainbook/pom.xml +++ b/samples/demo_trainbook/pom.xml @@ -15,7 +15,7 @@ 1.8 3.0.0-M5 5.8.2 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/demo_trivia/pom.xml b/samples/demo_trivia/pom.xml index 90b3cbdb..7dafe0db 100644 --- a/samples/demo_trivia/pom.xml +++ b/samples/demo_trivia/pom.xml @@ -17,7 +17,7 @@ 3.0.0-M5 5.8.2 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/samples_tools/pom.xml b/samples/samples_tools/pom.xml index 34452f3f..825ccd3f 100644 --- a/samples/samples_tools/pom.xml +++ b/samples/samples_tools/pom.xml @@ -15,7 +15,7 @@ 1.8 3.0.0-M5 5.8.2 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/tech_junit4/pom.xml b/samples/tech_junit4/pom.xml index a55d4cc2..7fade62a 100644 --- a/samples/tech_junit4/pom.xml +++ b/samples/tech_junit4/pom.xml @@ -17,7 +17,7 @@ 3.0.0-M5 4.13.1 2.1.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT diff --git a/samples/tech_junit5_extension/pom.xml b/samples/tech_junit5_extension/pom.xml index d163dd24..284a1c15 100644 --- a/samples/tech_junit5_extension/pom.xml +++ b/samples/tech_junit5_extension/pom.xml @@ -18,7 +18,7 @@ 5.8.2 2.0-M10 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/tech_kotlin/pom.xml b/samples/tech_kotlin/pom.xml index d2b33c9b..91e3dc2b 100644 --- a/samples/tech_kotlin/pom.xml +++ b/samples/tech_kotlin/pom.xml @@ -15,7 +15,7 @@ 3.0.0-M5 5.8.2 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 1.5.10 diff --git a/samples/tech_perf/pom.xml b/samples/tech_perf/pom.xml index e45b0100..ba1a20f5 100644 --- a/samples/tech_perf/pom.xml +++ b/samples/tech_perf/pom.xml @@ -18,7 +18,7 @@ 5.8.2 5.2.1.201812262042-r 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/tech_using_asciidoctorj/pom.xml b/samples/tech_using_asciidoctorj/pom.xml index 9a6dd805..2424b791 100644 --- a/samples/tech_using_asciidoctorj/pom.xml +++ b/samples/tech_using_asciidoctorj/pom.xml @@ -18,7 +18,7 @@ 5.8.2 2.4.0 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT diff --git a/samples/tech_using_git/pom.xml b/samples/tech_using_git/pom.xml index e2902dc3..e5e32710 100644 --- a/samples/tech_using_git/pom.xml +++ b/samples/tech_using_git/pom.xml @@ -18,7 +18,7 @@ 5.8.2 5.2.1.201812262042-r 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0 diff --git a/samples/tech_using_git_or_approvals/pom.xml b/samples/tech_using_git_or_approvals/pom.xml index 39a3f830..79d0a6fb 100644 --- a/samples/tech_using_git_or_approvals/pom.xml +++ b/samples/tech_using_git_or_approvals/pom.xml @@ -18,7 +18,7 @@ 5.8.2 5.2.1.201812262042-r 1.0.0 - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 2.1.0