diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 9683e3bb27..80bb2f5a66 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,8 +26,8 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3 with: - jdk-matrix: '[ "8", "11", "17", "19" ]' - ff-jdk: '19' + jdk-matrix: '[ "8", "11", "17", "20" ]' + ff-jdk: '20' ff-goal: 'clean install site site:stage -P reporting -nsu' ff-site-goal: '-v' verify-goal: 'clean install -nsu -P run-its' diff --git a/Jenkinsfile b/Jenkinsfile index 004b09ec46..f60cc67642 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ properties( final def oses = ['linux':'ubuntu && maven'] final def mavens = env.BRANCH_NAME == 'master' ? ['3.8.x', '3.2.x'] : ['3.8.x'] // all non-EOL versions and the first EA -final def jdks = [19, 17, 11, 8] +final def jdks = [20, 17, 11, 8] final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its'] final def goals = ['clean', 'install'] diff --git a/maven-failsafe-plugin/src/it/jetty-war-test-failing/pom.xml b/maven-failsafe-plugin/src/it/jetty-war-test-failing/pom.xml index 997d50765b..54e397329e 100644 --- a/maven-failsafe-plugin/src/it/jetty-war-test-failing/pom.xml +++ b/maven-failsafe-plugin/src/it/jetty-war-test-failing/pom.xml @@ -131,8 +131,8 @@ 8083 18009 9.2.2.v20140723 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/maven-failsafe-plugin/src/it/jetty-war-test-passing/pom.xml b/maven-failsafe-plugin/src/it/jetty-war-test-passing/pom.xml index 8d1563532f..214a4be4ab 100644 --- a/maven-failsafe-plugin/src/it/jetty-war-test-passing/pom.xml +++ b/maven-failsafe-plugin/src/it/jetty-war-test-passing/pom.xml @@ -131,8 +131,8 @@ 8083 18009 9.2.2.v20140723 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/maven-failsafe-plugin/src/it/multiple-summaries-failing/pom.xml b/maven-failsafe-plugin/src/it/multiple-summaries-failing/pom.xml index 0f5343a76f..caef8e1af5 100644 --- a/maven-failsafe-plugin/src/it/multiple-summaries-failing/pom.xml +++ b/maven-failsafe-plugin/src/it/multiple-summaries-failing/pom.xml @@ -27,8 +27,8 @@ Run tests multiple times - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/maven-failsafe-plugin/src/it/multiple-summaries/pom.xml b/maven-failsafe-plugin/src/it/multiple-summaries/pom.xml index ec3cfab2a5..5381e07506 100644 --- a/maven-failsafe-plugin/src/it/multiple-summaries/pom.xml +++ b/maven-failsafe-plugin/src/it/multiple-summaries/pom.xml @@ -27,8 +27,8 @@ Run tests multiple times - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/maven-failsafe-plugin/src/it/working-directory/pom.xml b/maven-failsafe-plugin/src/it/working-directory/pom.xml index 1ce69205c2..0277c22251 100644 --- a/maven-failsafe-plugin/src/it/working-directory/pom.xml +++ b/maven-failsafe-plugin/src/it/working-directory/pom.xml @@ -27,8 +27,8 @@ Run tests in a nonexistent working directory - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/environment-variables/pom.xml b/surefire-its/src/test/resources/environment-variables/pom.xml index 049f2d7c04..1ead4fc588 100644 --- a/surefire-its/src/test/resources/environment-variables/pom.xml +++ b/surefire-its/src/test/resources/environment-variables/pom.xml @@ -32,8 +32,8 @@ 1 false false - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/failingBuilds/pom.xml b/surefire-its/src/test/resources/failingBuilds/pom.xml index 22d4326b49..5972073345 100644 --- a/surefire-its/src/test/resources/failingBuilds/pom.xml +++ b/surefire-its/src/test/resources/failingBuilds/pom.xml @@ -34,7 +34,7 @@ 4.8.1 1 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/failsafe-notests/pom.xml b/surefire-its/src/test/resources/failsafe-notests/pom.xml index 331f83a424..6c4493e855 100644 --- a/surefire-its/src/test/resources/failsafe-notests/pom.xml +++ b/surefire-its/src/test/resources/failsafe-notests/pom.xml @@ -28,8 +28,8 @@ failsafe-notests - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/failure-result-counting/pom.xml b/surefire-its/src/test/resources/failure-result-counting/pom.xml index a629e5df30..5be562cb6b 100644 --- a/surefire-its/src/test/resources/failure-result-counting/pom.xml +++ b/surefire-its/src/test/resources/failure-result-counting/pom.xml @@ -34,7 +34,7 @@ 4.10 1 true - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/failureOutput/pom.xml b/surefire-its/src/test/resources/failureOutput/pom.xml index fd871e49d1..b6e2bf6b18 100644 --- a/surefire-its/src/test/resources/failureOutput/pom.xml +++ b/surefire-its/src/test/resources/failureOutput/pom.xml @@ -45,8 +45,8 @@ true true brief - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/fork-consoleOutput/pom.xml b/surefire-its/src/test/resources/fork-consoleOutput/pom.xml index ba911d3698..8545e8c403 100644 --- a/surefire-its/src/test/resources/fork-consoleOutput/pom.xml +++ b/surefire-its/src/test/resources/fork-consoleOutput/pom.xml @@ -42,8 +42,8 @@ true true brief - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/fork-consoleOutputWithErrors/pom.xml b/surefire-its/src/test/resources/fork-consoleOutputWithErrors/pom.xml index c5086256c4..aa18bf963a 100644 --- a/surefire-its/src/test/resources/fork-consoleOutputWithErrors/pom.xml +++ b/surefire-its/src/test/resources/fork-consoleOutputWithErrors/pom.xml @@ -45,8 +45,8 @@ true true brief - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/fork-count-multimodule/pom.xml b/surefire-its/src/test/resources/fork-count-multimodule/pom.xml index c9e78e9c33..21f07b8234 100644 --- a/surefire-its/src/test/resources/fork-count-multimodule/pom.xml +++ b/surefire-its/src/test/resources/fork-count-multimodule/pom.xml @@ -31,8 +31,8 @@ pom - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/fork-count-resource-loading/pom.xml b/surefire-its/src/test/resources/fork-count-resource-loading/pom.xml index dad2889e5c..7484b85fad 100644 --- a/surefire-its/src/test/resources/fork-count-resource-loading/pom.xml +++ b/surefire-its/src/test/resources/fork-count-resource-loading/pom.xml @@ -29,8 +29,8 @@ Test for forkCount - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/fork-count-testng/pom.xml b/surefire-its/src/test/resources/fork-count-testng/pom.xml index a314954939..c041cc02e0 100644 --- a/surefire-its/src/test/resources/fork-count-testng/pom.xml +++ b/surefire-its/src/test/resources/fork-count-testng/pom.xml @@ -13,8 +13,8 @@ Test for forkCount - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/fork-count/pom.xml b/surefire-its/src/test/resources/fork-count/pom.xml index a4ebd32abd..f1a2cc2aaf 100644 --- a/surefire-its/src/test/resources/fork-count/pom.xml +++ b/surefire-its/src/test/resources/fork-count/pom.xml @@ -29,8 +29,8 @@ Test for forkCount - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/fork-fail/pom.xml b/surefire-its/src/test/resources/fork-fail/pom.xml index b426d99ebd..58b1f041fa 100644 --- a/surefire-its/src/test/resources/fork-fail/pom.xml +++ b/surefire-its/src/test/resources/fork-fail/pom.xml @@ -30,8 +30,8 @@ -Xmxxxx712743m - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/fork-timeout/pom.xml b/surefire-its/src/test/resources/fork-timeout/pom.xml index 09b7a58a04..085f0dcc89 100644 --- a/surefire-its/src/test/resources/fork-timeout/pom.xml +++ b/surefire-its/src/test/resources/fork-timeout/pom.xml @@ -13,8 +13,8 @@ 1 true 1 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/includes-excludes-from-file/pom.xml b/surefire-its/src/test/resources/includes-excludes-from-file/pom.xml index 39313db17a..92d46d6f3b 100644 --- a/surefire-its/src/test/resources/includes-excludes-from-file/pom.xml +++ b/surefire-its/src/test/resources/includes-excludes-from-file/pom.xml @@ -31,8 +31,8 @@ under the License. 3.8.2 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/includes-excludes/pom.xml b/surefire-its/src/test/resources/includes-excludes/pom.xml index 77711f758a..0e3ea3c339 100644 --- a/surefire-its/src/test/resources/includes-excludes/pom.xml +++ b/surefire-its/src/test/resources/includes-excludes/pom.xml @@ -31,8 +31,8 @@ under the License. 3.8.2 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/isolated-classloader/pom.xml b/surefire-its/src/test/resources/isolated-classloader/pom.xml index a853063ecd..072884c358 100644 --- a/surefire-its/src/test/resources/isolated-classloader/pom.xml +++ b/surefire-its/src/test/resources/isolated-classloader/pom.xml @@ -29,8 +29,8 @@ Test for useSystemClassLoader=false - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit-ignore/pom.xml b/surefire-its/src/test/resources/junit-ignore/pom.xml index d9c38170aa..5227f24f73 100644 --- a/surefire-its/src/test/resources/junit-ignore/pom.xml +++ b/surefire-its/src/test/resources/junit-ignore/pom.xml @@ -32,8 +32,8 @@ 4.4 3 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit-innerClass/pom.xml b/surefire-its/src/test/resources/junit-innerClass/pom.xml index fb1ffd6f2e..cfec9224ca 100644 --- a/surefire-its/src/test/resources/junit-innerClass/pom.xml +++ b/surefire-its/src/test/resources/junit-innerClass/pom.xml @@ -29,8 +29,8 @@ Test JUnit classes with inner classes - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit-notExtendingTestCase/pom.xml b/surefire-its/src/test/resources/junit-notExtendingTestCase/pom.xml index 8a952017e9..00c0d23101 100644 --- a/surefire-its/src/test/resources/junit-notExtendingTestCase/pom.xml +++ b/surefire-its/src/test/resources/junit-notExtendingTestCase/pom.xml @@ -29,8 +29,8 @@ Test for JUnit tests that don't extend TestCase - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml b/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml index f20ebee624..68c05ef211 100644 --- a/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml +++ b/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml @@ -29,8 +29,8 @@ Test path with Ümlaut - 1.7 - 1.7 + 1.8 + 1.8 false diff --git a/surefire-its/src/test/resources/junit-twoTestCaseSuite/pom.xml b/surefire-its/src/test/resources/junit-twoTestCaseSuite/pom.xml index f2075ae631..5f22017615 100644 --- a/surefire-its/src/test/resources/junit-twoTestCaseSuite/pom.xml +++ b/surefire-its/src/test/resources/junit-twoTestCaseSuite/pom.xml @@ -29,8 +29,8 @@ Test for single suite with two test cases - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit-twoTestCases/pom.xml b/surefire-its/src/test/resources/junit-twoTestCases/pom.xml index 89684adc21..46ffd1d667 100644 --- a/surefire-its/src/test/resources/junit-twoTestCases/pom.xml +++ b/surefire-its/src/test/resources/junit-twoTestCases/pom.xml @@ -24,8 +24,8 @@ 4.0.0 - 1.7 - 1.7 + 1.8 + 1.8 org.apache.maven.plugins.surefire diff --git a/surefire-its/src/test/resources/junit4-forkAlways-staticInit/pom.xml b/surefire-its/src/test/resources/junit4-forkAlways-staticInit/pom.xml index d5177ed30f..b11506c018 100644 --- a/surefire-its/src/test/resources/junit4-forkAlways-staticInit/pom.xml +++ b/surefire-its/src/test/resources/junit4-forkAlways-staticInit/pom.xml @@ -11,8 +11,8 @@ - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit4-rerun-failing-tests/pom.xml b/surefire-its/src/test/resources/junit4-rerun-failing-tests/pom.xml index 9456a29f39..810243c98d 100644 --- a/surefire-its/src/test/resources/junit4-rerun-failing-tests/pom.xml +++ b/surefire-its/src/test/resources/junit4-rerun-failing-tests/pom.xml @@ -29,8 +29,8 @@ Test for rerun failing tests in JUnit 4 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit4-runlistener/pom.xml b/surefire-its/src/test/resources/junit4-runlistener/pom.xml index d7765334e0..71336d91da 100644 --- a/surefire-its/src/test/resources/junit4-runlistener/pom.xml +++ b/surefire-its/src/test/resources/junit4-runlistener/pom.xml @@ -31,8 +31,8 @@ 4.4 surefire-junit4 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit4-twoTestCaseSuite/pom.xml b/surefire-its/src/test/resources/junit4-twoTestCaseSuite/pom.xml index 867cd09927..ea7f2071e6 100644 --- a/surefire-its/src/test/resources/junit4-twoTestCaseSuite/pom.xml +++ b/surefire-its/src/test/resources/junit4-twoTestCaseSuite/pom.xml @@ -31,8 +31,8 @@ 4.4 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit4/pom.xml b/surefire-its/src/test/resources/junit4/pom.xml index f795955ef9..f878bf280c 100644 --- a/surefire-its/src/test/resources/junit4/pom.xml +++ b/surefire-its/src/test/resources/junit4/pom.xml @@ -29,8 +29,8 @@ 4.13.2 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit44-dep/pom.xml b/surefire-its/src/test/resources/junit44-dep/pom.xml index d26c024020..6590bf298d 100644 --- a/surefire-its/src/test/resources/junit44-dep/pom.xml +++ b/surefire-its/src/test/resources/junit44-dep/pom.xml @@ -29,8 +29,8 @@ Test for junit-dep - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit44-environment/pom.xml b/surefire-its/src/test/resources/junit44-environment/pom.xml index eb0444336c..89cf295373 100644 --- a/surefire-its/src/test/resources/junit44-environment/pom.xml +++ b/surefire-its/src/test/resources/junit44-environment/pom.xml @@ -29,8 +29,8 @@ Test for setting environment variables - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit44-hamcrest/pom.xml b/surefire-its/src/test/resources/junit44-hamcrest/pom.xml index 4140b41da6..2ff74b1f88 100644 --- a/surefire-its/src/test/resources/junit44-hamcrest/pom.xml +++ b/surefire-its/src/test/resources/junit44-hamcrest/pom.xml @@ -29,8 +29,8 @@ Test for JUnit44 with Hamcrest extensions - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit44-method-pattern/pom.xml b/surefire-its/src/test/resources/junit44-method-pattern/pom.xml index e3db51981e..71cae0d7f3 100644 --- a/surefire-its/src/test/resources/junit44-method-pattern/pom.xml +++ b/surefire-its/src/test/resources/junit44-method-pattern/pom.xml @@ -31,8 +31,8 @@ 4.4 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit44-single-method/pom.xml b/surefire-its/src/test/resources/junit44-single-method/pom.xml index c74aee2d0e..692041d4fd 100644 --- a/surefire-its/src/test/resources/junit44-single-method/pom.xml +++ b/surefire-its/src/test/resources/junit44-single-method/pom.xml @@ -31,8 +31,8 @@ 4.4 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit47-parallel-with-suite/pom.xml b/surefire-its/src/test/resources/junit47-parallel-with-suite/pom.xml index 5dcbaba959..d0baf0cf51 100644 --- a/surefire-its/src/test/resources/junit47-parallel-with-suite/pom.xml +++ b/surefire-its/src/test/resources/junit47-parallel-with-suite/pom.xml @@ -16,8 +16,8 @@ methods - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit47-redirect-output/pom.xml b/surefire-its/src/test/resources/junit47-redirect-output/pom.xml index 94cca5d02f..d953380cbc 100644 --- a/surefire-its/src/test/resources/junit47-redirect-output/pom.xml +++ b/surefire-its/src/test/resources/junit47-redirect-output/pom.xml @@ -53,8 +53,8 @@ true true none - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit47-static-inner-class-tests/pom.xml b/surefire-its/src/test/resources/junit47-static-inner-class-tests/pom.xml index bb92b20945..bee90e6f7e 100644 --- a/surefire-its/src/test/resources/junit47-static-inner-class-tests/pom.xml +++ b/surefire-its/src/test/resources/junit47-static-inner-class-tests/pom.xml @@ -8,8 +8,8 @@ junit47-static-inner-class-tests http://maven.apache.org - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit48-categories/pom.xml b/surefire-its/src/test/resources/junit48-categories/pom.xml index a83b687f8f..858eabb189 100644 --- a/surefire-its/src/test/resources/junit48-categories/pom.xml +++ b/surefire-its/src/test/resources/junit48-categories/pom.xml @@ -33,8 +33,8 @@ 4.8.1 junit4.CategoryA,junit4.CategoryB - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/junit48-smartStackTrace/pom.xml b/surefire-its/src/test/resources/junit48-smartStackTrace/pom.xml index fe104a4bbd..6b16ad8a13 100644 --- a/surefire-its/src/test/resources/junit48-smartStackTrace/pom.xml +++ b/surefire-its/src/test/resources/junit48-smartStackTrace/pom.xml @@ -31,8 +31,8 @@ 4.8.1 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/norunnableTests/pom.xml b/surefire-its/src/test/resources/norunnableTests/pom.xml index dd1a3cce34..aa9d67bb03 100644 --- a/surefire-its/src/test/resources/norunnableTests/pom.xml +++ b/surefire-its/src/test/resources/norunnableTests/pom.xml @@ -29,8 +29,8 @@ Test JUnit classes with inner classes - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/parallel-runtime/pom.xml b/surefire-its/src/test/resources/parallel-runtime/pom.xml index f39f949748..a425b4dc1a 100644 --- a/surefire-its/src/test/resources/parallel-runtime/pom.xml +++ b/surefire-its/src/test/resources/parallel-runtime/pom.xml @@ -18,8 +18,8 @@ classes 3 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/plain-old-java-classpath/pom.xml b/surefire-its/src/test/resources/plain-old-java-classpath/pom.xml index 72bd38c948..df60dcf153 100644 --- a/surefire-its/src/test/resources/plain-old-java-classpath/pom.xml +++ b/surefire-its/src/test/resources/plain-old-java-classpath/pom.xml @@ -29,8 +29,8 @@ Test for useManifestOnlyJar=false - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/plexus-conflict/pom.xml b/surefire-its/src/test/resources/plexus-conflict/pom.xml index 338904af5c..d15b643dbd 100644 --- a/surefire-its/src/test/resources/plexus-conflict/pom.xml +++ b/surefire-its/src/test/resources/plexus-conflict/pom.xml @@ -29,8 +29,8 @@ Test for plexus conflict - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/pojo-simple/pom.xml b/surefire-its/src/test/resources/pojo-simple/pom.xml index 45986acc5e..57c8d705e1 100644 --- a/surefire-its/src/test/resources/pojo-simple/pom.xml +++ b/surefire-its/src/test/resources/pojo-simple/pom.xml @@ -29,8 +29,8 @@ Pojo simple test - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/pom.xml b/surefire-its/src/test/resources/pom.xml index 606722ae9a..4f3e25bfb9 100644 --- a/surefire-its/src/test/resources/pom.xml +++ b/surefire-its/src/test/resources/pom.xml @@ -9,8 +9,8 @@ It parent - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/reporters/pom.xml b/surefire-its/src/test/resources/reporters/pom.xml index 7dfd1b5de0..f3369ef1fa 100644 --- a/surefire-its/src/test/resources/reporters/pom.xml +++ b/surefire-its/src/test/resources/reporters/pom.xml @@ -45,7 +45,7 @@ 1 true true - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/result-counting/pom.xml b/surefire-its/src/test/resources/result-counting/pom.xml index 3e7844cc27..243d616f37 100644 --- a/surefire-its/src/test/resources/result-counting/pom.xml +++ b/surefire-its/src/test/resources/result-counting/pom.xml @@ -37,7 +37,7 @@ 4.8.1 1 true - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/runOrder/pom.xml b/surefire-its/src/test/resources/runOrder/pom.xml index 012da053df..19d0cfdf28 100644 --- a/surefire-its/src/test/resources/runOrder/pom.xml +++ b/surefire-its/src/test/resources/runOrder/pom.xml @@ -29,8 +29,8 @@ Test for runOrder - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/runorder-parallel/pom.xml b/surefire-its/src/test/resources/runorder-parallel/pom.xml index 1dee7d8f92..0acd6e4982 100644 --- a/surefire-its/src/test/resources/runorder-parallel/pom.xml +++ b/surefire-its/src/test/resources/runorder-parallel/pom.xml @@ -16,8 +16,8 @@ - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/sibling-aggregator/aggregator/pom.xml b/surefire-its/src/test/resources/sibling-aggregator/aggregator/pom.xml index c36018d73b..e3c15a4bfd 100644 --- a/surefire-its/src/test/resources/sibling-aggregator/aggregator/pom.xml +++ b/surefire-its/src/test/resources/sibling-aggregator/aggregator/pom.xml @@ -30,8 +30,8 @@ pom - 1.7 - 1.7 + 1.8 + 1.8 @@ -39,4 +39,4 @@ ../child2 - \ No newline at end of file + diff --git a/surefire-its/src/test/resources/sibling-aggregator/child1/pom.xml b/surefire-its/src/test/resources/sibling-aggregator/child1/pom.xml index 282b455d1a..ff06e537ec 100644 --- a/surefire-its/src/test/resources/sibling-aggregator/child1/pom.xml +++ b/surefire-its/src/test/resources/sibling-aggregator/child1/pom.xml @@ -29,8 +29,8 @@ Test for aggregated child1 - 1.7 - 1.7 + 1.8 + 1.8 @@ -50,4 +50,4 @@ - \ No newline at end of file + diff --git a/surefire-its/src/test/resources/sibling-aggregator/child2/pom.xml b/surefire-its/src/test/resources/sibling-aggregator/child2/pom.xml index c431a28f85..6e2914e36f 100644 --- a/surefire-its/src/test/resources/sibling-aggregator/child2/pom.xml +++ b/surefire-its/src/test/resources/sibling-aggregator/child2/pom.xml @@ -29,8 +29,8 @@ Test for aggregated child2 - 1.7 - 1.7 + 1.8 + 1.8 @@ -55,4 +55,4 @@ - \ No newline at end of file + diff --git a/surefire-its/src/test/resources/small-result-counting/pom.xml b/surefire-its/src/test/resources/small-result-counting/pom.xml index 44c6389486..338d1baec8 100644 --- a/surefire-its/src/test/resources/small-result-counting/pom.xml +++ b/surefire-its/src/test/resources/small-result-counting/pom.xml @@ -34,7 +34,7 @@ 4.8.1 1 true - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-1024/jiras-surefire-1024-testjar/pom.xml b/surefire-its/src/test/resources/surefire-1024/jiras-surefire-1024-testjar/pom.xml index 5bf2badf29..c2086144ab 100644 --- a/surefire-its/src/test/resources/surefire-1024/jiras-surefire-1024-testjar/pom.xml +++ b/surefire-its/src/test/resources/surefire-1024/jiras-surefire-1024-testjar/pom.xml @@ -32,8 +32,8 @@ 1.0 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-1080-parallel-fork-double-test/pom.xml b/surefire-its/src/test/resources/surefire-1080-parallel-fork-double-test/pom.xml index 2f24bc4f57..4f6e96617c 100644 --- a/surefire-its/src/test/resources/surefire-1080-parallel-fork-double-test/pom.xml +++ b/surefire-its/src/test/resources/surefire-1080-parallel-fork-double-test/pom.xml @@ -45,8 +45,8 @@ - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-1082-parallel-junit-parameterized/pom.xml b/surefire-its/src/test/resources/surefire-1082-parallel-junit-parameterized/pom.xml index 4229cc916a..869a8a6b80 100644 --- a/surefire-its/src/test/resources/surefire-1082-parallel-junit-parameterized/pom.xml +++ b/surefire-its/src/test/resources/surefire-1082-parallel-junit-parameterized/pom.xml @@ -40,8 +40,8 @@ - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml b/surefire-its/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml index 6bc1c31dea..e620e2788c 100644 --- a/surefire-its/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml +++ b/surefire-its/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml @@ -26,8 +26,8 @@ 1.0 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-1135-improve-ignore-message-for-testng/pom.xml b/surefire-its/src/test/resources/surefire-1135-improve-ignore-message-for-testng/pom.xml index daecfc013d..84b69f69b0 100644 --- a/surefire-its/src/test/resources/surefire-1135-improve-ignore-message-for-testng/pom.xml +++ b/surefire-its/src/test/resources/surefire-1135-improve-ignore-message-for-testng/pom.xml @@ -30,8 +30,8 @@ Surefire 1135 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-1202-rerun-and-failfast/pom.xml b/surefire-its/src/test/resources/surefire-1202-rerun-and-failfast/pom.xml index d82d0a1345..fc1caa724d 100644 --- a/surefire-its/src/test/resources/surefire-1202-rerun-and-failfast/pom.xml +++ b/surefire-its/src/test/resources/surefire-1202-rerun-and-failfast/pom.xml @@ -41,8 +41,8 @@ - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-1209-rerun-and-forkcount/pom.xml b/surefire-its/src/test/resources/surefire-1209-rerun-and-forkcount/pom.xml index 9bb5c27146..fc2b58abd5 100644 --- a/surefire-its/src/test/resources/surefire-1209-rerun-and-forkcount/pom.xml +++ b/surefire-its/src/test/resources/surefire-1209-rerun-and-forkcount/pom.xml @@ -41,8 +41,8 @@ - 1.7 - 1.7 + 1.8 + 1.8 @@ -112,4 +112,4 @@ - \ No newline at end of file + diff --git a/surefire-its/src/test/resources/surefire-1278-group-name-ending/pom.xml b/surefire-its/src/test/resources/surefire-1278-group-name-ending/pom.xml index d262525b24..6d04864282 100644 --- a/surefire-its/src/test/resources/surefire-1278-group-name-ending/pom.xml +++ b/surefire-its/src/test/resources/surefire-1278-group-name-ending/pom.xml @@ -29,8 +29,8 @@ Test for testng groups - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-1396-pluggableproviders-classpath-provider/pom.xml b/surefire-its/src/test/resources/surefire-1396-pluggableproviders-classpath-provider/pom.xml index 274057cc59..6ac9ac9698 100644 --- a/surefire-its/src/test/resources/surefire-1396-pluggableproviders-classpath-provider/pom.xml +++ b/surefire-its/src/test/resources/surefire-1396-pluggableproviders-classpath-provider/pom.xml @@ -27,8 +27,8 @@ Test provider - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-1396-pluggableproviders-classpath/pom.xml b/surefire-its/src/test/resources/surefire-1396-pluggableproviders-classpath/pom.xml index be5cf976d8..0387efbdc0 100644 --- a/surefire-its/src/test/resources/surefire-1396-pluggableproviders-classpath/pom.xml +++ b/surefire-its/src/test/resources/surefire-1396-pluggableproviders-classpath/pom.xml @@ -29,8 +29,8 @@ pluggableproviders-classpath-test - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-141-pluggableproviders-provider/pom.xml b/surefire-its/src/test/resources/surefire-141-pluggableproviders-provider/pom.xml index 1aa279abbc..58f3a37a91 100644 --- a/surefire-its/src/test/resources/surefire-141-pluggableproviders-provider/pom.xml +++ b/surefire-its/src/test/resources/surefire-141-pluggableproviders-provider/pom.xml @@ -27,8 +27,8 @@ Test provider - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-141-pluggableproviders/pom.xml b/surefire-its/src/test/resources/surefire-141-pluggableproviders/pom.xml index cb406ded45..335ffcc1f2 100644 --- a/surefire-its/src/test/resources/surefire-141-pluggableproviders/pom.xml +++ b/surefire-its/src/test/resources/surefire-141-pluggableproviders/pom.xml @@ -38,8 +38,8 @@ - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-146-forkPerTestNoSetup/pom.xml b/surefire-its/src/test/resources/surefire-146-forkPerTestNoSetup/pom.xml index 309fc7ce3f..77597429eb 100644 --- a/surefire-its/src/test/resources/surefire-146-forkPerTestNoSetup/pom.xml +++ b/surefire-its/src/test/resources/surefire-146-forkPerTestNoSetup/pom.xml @@ -29,8 +29,8 @@ Test for SUREFIRE-146 (forkMode=pertest fails to call setUp) - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-1535-parallel-testng/pom.xml b/surefire-its/src/test/resources/surefire-1535-parallel-testng/pom.xml index 6aa6599ac3..18addd70db 100644 --- a/surefire-its/src/test/resources/surefire-1535-parallel-testng/pom.xml +++ b/surefire-its/src/test/resources/surefire-1535-parallel-testng/pom.xml @@ -29,8 +29,8 @@ Test execution testng suites in parallel - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-1602/pom.xml b/surefire-its/src/test/resources/surefire-1602/pom.xml index 68d120c833..5a969689d6 100644 --- a/surefire-its/src/test/resources/surefire-1602/pom.xml +++ b/surefire-its/src/test/resources/surefire-1602/pom.xml @@ -11,8 +11,8 @@ pom - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-162-charsetProvider/pom.xml b/surefire-its/src/test/resources/surefire-162-charsetProvider/pom.xml index 66b1156508..5877b766e9 100644 --- a/surefire-its/src/test/resources/surefire-162-charsetProvider/pom.xml +++ b/surefire-its/src/test/resources/surefire-162-charsetProvider/pom.xml @@ -6,8 +6,8 @@ Test alternate CharsetProvider 1.0-SNAPSHOT - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-224-wellFormedXmlFailures/pom.xml b/surefire-its/src/test/resources/surefire-224-wellFormedXmlFailures/pom.xml index 74217ef4a5..30f88cad20 100644 --- a/surefire-its/src/test/resources/surefire-224-wellFormedXmlFailures/pom.xml +++ b/surefire-its/src/test/resources/surefire-224-wellFormedXmlFailures/pom.xml @@ -29,8 +29,8 @@ Test for MSUREFIRE-54 (well-formed XML failures) - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-257-rerunningTests/pom.xml b/surefire-its/src/test/resources/surefire-257-rerunningTests/pom.xml index c3e67382ca..287ffd1e9f 100644 --- a/surefire-its/src/test/resources/surefire-257-rerunningTests/pom.xml +++ b/surefire-its/src/test/resources/surefire-257-rerunningTests/pom.xml @@ -8,8 +8,8 @@ pom - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-260-testWithIdenticalNames/pom.xml b/surefire-its/src/test/resources/surefire-260-testWithIdenticalNames/pom.xml index 4bb71da60f..4aa101ba56 100644 --- a/surefire-its/src/test/resources/surefire-260-testWithIdenticalNames/pom.xml +++ b/surefire-its/src/test/resources/surefire-260-testWithIdenticalNames/pom.xml @@ -29,8 +29,8 @@ surefire-260-testsWithIdenticalNames - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-34-securityManager-success/pom.xml b/surefire-its/src/test/resources/surefire-34-securityManager-success/pom.xml index 541f499d25..d409355950 100644 --- a/surefire-its/src/test/resources/surefire-34-securityManager-success/pom.xml +++ b/surefire-its/src/test/resources/surefire-34-securityManager-success/pom.xml @@ -30,8 +30,8 @@ 3.8.1 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-34-securityManager/pom.xml b/surefire-its/src/test/resources/surefire-34-securityManager/pom.xml index 541f499d25..d409355950 100644 --- a/surefire-its/src/test/resources/surefire-34-securityManager/pom.xml +++ b/surefire-its/src/test/resources/surefire-34-securityManager/pom.xml @@ -30,8 +30,8 @@ 3.8.1 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-408-manual-provider-selection/pom.xml b/surefire-its/src/test/resources/surefire-408-manual-provider-selection/pom.xml index ac94779646..b48adfe301 100644 --- a/surefire-its/src/test/resources/surefire-408-manual-provider-selection/pom.xml +++ b/surefire-its/src/test/resources/surefire-408-manual-provider-selection/pom.xml @@ -29,8 +29,8 @@ Test for two test cases - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-500-puzzling-error/pom.xml b/surefire-its/src/test/resources/surefire-500-puzzling-error/pom.xml index ce01272f4d..ccd82acb50 100644 --- a/surefire-its/src/test/resources/surefire-500-puzzling-error/pom.xml +++ b/surefire-its/src/test/resources/surefire-500-puzzling-error/pom.xml @@ -9,8 +9,8 @@ http://maven.apache.org 4.4 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-510-testClassPath/pom.xml b/surefire-its/src/test/resources/surefire-510-testClassPath/pom.xml index d501b0a2a9..6cb2b507c8 100644 --- a/surefire-its/src/test/resources/surefire-510-testClassPath/pom.xml +++ b/surefire-its/src/test/resources/surefire-510-testClassPath/pom.xml @@ -29,8 +29,8 @@ Surefire-510-systemprops - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-570-multipleReportDirectories/pom.xml b/surefire-its/src/test/resources/surefire-570-multipleReportDirectories/pom.xml index ba51625470..c8e0930ef8 100644 --- a/surefire-its/src/test/resources/surefire-570-multipleReportDirectories/pom.xml +++ b/surefire-its/src/test/resources/surefire-570-multipleReportDirectories/pom.xml @@ -8,8 +8,8 @@ pom - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-613-testCount-in-parallel/pom.xml b/surefire-its/src/test/resources/surefire-613-testCount-in-parallel/pom.xml index 5fffa765db..f2d008a851 100644 --- a/surefire-its/src/test/resources/surefire-613-testCount-in-parallel/pom.xml +++ b/surefire-its/src/test/resources/surefire-613-testCount-in-parallel/pom.xml @@ -8,8 +8,8 @@ junit4-test http://maven.apache.org - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml b/surefire-its/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml index 68b99be933..1291723055 100644 --- a/surefire-its/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml +++ b/surefire-its/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml @@ -9,8 +9,8 @@ http://maven.apache.org 4.8.1 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml b/surefire-its/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml index 0bec5d9208..9685535979 100644 --- a/surefire-its/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml +++ b/surefire-its/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml @@ -10,8 +10,8 @@ 4.8.1 methods - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml b/surefire-its/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml index 211a99d644..45e1ff128d 100644 --- a/surefire-its/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml +++ b/surefire-its/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml @@ -30,8 +30,8 @@ 4.4 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-673-mockito/pom.xml b/surefire-its/src/test/resources/surefire-673-mockito/pom.xml index 8e8881da43..acbb2602fb 100644 --- a/surefire-its/src/test/resources/surefire-673-mockito/pom.xml +++ b/surefire-its/src/test/resources/surefire-673-mockito/pom.xml @@ -7,8 +7,8 @@ 1.0.0-SNAPSHOT - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-674-buildFailingWhenErrors/pom.xml b/surefire-its/src/test/resources/surefire-674-buildFailingWhenErrors/pom.xml index 006e9f9eb5..155bfcaf91 100644 --- a/surefire-its/src/test/resources/surefire-674-buildFailingWhenErrors/pom.xml +++ b/surefire-its/src/test/resources/surefire-674-buildFailingWhenErrors/pom.xml @@ -37,7 +37,7 @@ 4.8.1 1 true - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-685-commaseparatedIncludes/pom.xml b/surefire-its/src/test/resources/surefire-685-commaseparatedIncludes/pom.xml index d3e8dc76fd..178a089181 100644 --- a/surefire-its/src/test/resources/surefire-685-commaseparatedIncludes/pom.xml +++ b/surefire-its/src/test/resources/surefire-685-commaseparatedIncludes/pom.xml @@ -29,8 +29,8 @@ surefire-685-commaseparatedIncludes - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-697-niceSummary/pom.xml b/surefire-its/src/test/resources/surefire-697-niceSummary/pom.xml index 52663e5b5b..3772db131c 100644 --- a/surefire-its/src/test/resources/surefire-697-niceSummary/pom.xml +++ b/surefire-its/src/test/resources/surefire-697-niceSummary/pom.xml @@ -29,8 +29,8 @@ Tests summary with long/multiline exception messages - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-733-allOverridesCaptured/pom.xml b/surefire-its/src/test/resources/surefire-733-allOverridesCaptured/pom.xml index acb0d5ef88..1350dd4bc3 100644 --- a/surefire-its/src/test/resources/surefire-733-allOverridesCaptured/pom.xml +++ b/surefire-its/src/test/resources/surefire-733-allOverridesCaptured/pom.xml @@ -50,7 +50,7 @@ 4.8.1 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-803-multiFailsafeExec-failureInFirst/pom.xml b/surefire-its/src/test/resources/surefire-803-multiFailsafeExec-failureInFirst/pom.xml index 9c039d48c6..f2fe509f90 100644 --- a/surefire-its/src/test/resources/surefire-803-multiFailsafeExec-failureInFirst/pom.xml +++ b/surefire-its/src/test/resources/surefire-803-multiFailsafeExec-failureInFirst/pom.xml @@ -11,8 +11,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-803-multiFailsafeExec-rebuildOverwrites/pom.xml b/surefire-its/src/test/resources/surefire-803-multiFailsafeExec-rebuildOverwrites/pom.xml index ae8ad785e2..2791186e90 100644 --- a/surefire-its/src/test/resources/surefire-803-multiFailsafeExec-rebuildOverwrites/pom.xml +++ b/surefire-its/src/test/resources/surefire-803-multiFailsafeExec-rebuildOverwrites/pom.xml @@ -11,8 +11,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-806-specifiedTests-multi/pom.xml b/surefire-its/src/test/resources/surefire-806-specifiedTests-multi/pom.xml index 296ded6956..c707a8b193 100644 --- a/surefire-its/src/test/resources/surefire-806-specifiedTests-multi/pom.xml +++ b/surefire-its/src/test/resources/surefire-806-specifiedTests-multi/pom.xml @@ -29,8 +29,8 @@ Test for single test in one of multiple executions - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-806-specifiedTests-single/pom.xml b/surefire-its/src/test/resources/surefire-806-specifiedTests-single/pom.xml index 74e261a385..cf0eb9003d 100644 --- a/surefire-its/src/test/resources/surefire-806-specifiedTests-single/pom.xml +++ b/surefire-its/src/test/resources/surefire-806-specifiedTests-single/pom.xml @@ -29,8 +29,8 @@ Test for single test in one of multiple executions - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-809-groupExpr-junit48/pom.xml b/surefire-its/src/test/resources/surefire-809-groupExpr-junit48/pom.xml index 30f1708c0f..38dd327789 100644 --- a/surefire-its/src/test/resources/surefire-809-groupExpr-junit48/pom.xml +++ b/surefire-its/src/test/resources/surefire-809-groupExpr-junit48/pom.xml @@ -31,8 +31,8 @@ 4.8.1 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-809-groupExpr-testng/pom.xml b/surefire-its/src/test/resources/surefire-809-groupExpr-testng/pom.xml index 983e5bbdce..c3debfc199 100644 --- a/surefire-its/src/test/resources/surefire-809-groupExpr-testng/pom.xml +++ b/surefire-its/src/test/resources/surefire-809-groupExpr-testng/pom.xml @@ -30,8 +30,8 @@ !CategoryC - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-812-log4j-classloader/pom.xml b/surefire-its/src/test/resources/surefire-812-log4j-classloader/pom.xml index 20749f3225..08e4d6ecf0 100644 --- a/surefire-its/src/test/resources/surefire-812-log4j-classloader/pom.xml +++ b/surefire-its/src/test/resources/surefire-812-log4j-classloader/pom.xml @@ -7,8 +7,8 @@ 1.0.0-SNAPSHOT - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml b/surefire-its/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml index cd4862d95b..3b771a3ac0 100644 --- a/surefire-its/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml +++ b/surefire-its/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml @@ -7,8 +7,8 @@ cyril - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-828-emptyGroupExpr-junit48/pom.xml b/surefire-its/src/test/resources/surefire-828-emptyGroupExpr-junit48/pom.xml index 2d005b6430..cb3d4120d3 100644 --- a/surefire-its/src/test/resources/surefire-828-emptyGroupExpr-junit48/pom.xml +++ b/surefire-its/src/test/resources/surefire-828-emptyGroupExpr-junit48/pom.xml @@ -32,8 +32,8 @@ 4.8.1 junit4.CategoryA,junit4.CategoryB - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-828-emptyGroupExpr-testng/pom.xml b/surefire-its/src/test/resources/surefire-828-emptyGroupExpr-testng/pom.xml index 989f8af26e..77d5e7a56e 100644 --- a/surefire-its/src/test/resources/surefire-828-emptyGroupExpr-testng/pom.xml +++ b/surefire-its/src/test/resources/surefire-828-emptyGroupExpr-testng/pom.xml @@ -19,8 +19,8 @@ TestNG group expressions tests - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-832-provider-selection/pom.xml b/surefire-its/src/test/resources/surefire-832-provider-selection/pom.xml index 895dd9182c..2b5a438904 100644 --- a/surefire-its/src/test/resources/surefire-832-provider-selection/pom.xml +++ b/surefire-its/src/test/resources/surefire-832-provider-selection/pom.xml @@ -32,8 +32,8 @@ 4.8.1 junit4.CategoryA,junit4.CategoryB - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-847-testngfail/pom.xml b/surefire-its/src/test/resources/surefire-847-testngfail/pom.xml index 18cb6799f9..9aca4a78ab 100644 --- a/surefire-its/src/test/resources/surefire-847-testngfail/pom.xml +++ b/surefire-its/src/test/resources/surefire-847-testngfail/pom.xml @@ -54,7 +54,7 @@ ${basedir}/src/test/resources/suite.xml - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-930-failsafe-runtests/pom.xml b/surefire-its/src/test/resources/surefire-930-failsafe-runtests/pom.xml index 5cdb2a0dd4..8c66d0370b 100644 --- a/surefire-its/src/test/resources/surefire-930-failsafe-runtests/pom.xml +++ b/surefire-its/src/test/resources/surefire-930-failsafe-runtests/pom.xml @@ -10,8 +10,8 @@ surefire-930 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-931-provider-failure/pom.xml b/surefire-its/src/test/resources/surefire-931-provider-failure/pom.xml index 62321490ab..8b9cf6059e 100644 --- a/surefire-its/src/test/resources/surefire-931-provider-failure/pom.xml +++ b/surefire-its/src/test/resources/surefire-931-provider-failure/pom.xml @@ -12,8 +12,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-943-report-content/pom.xml b/surefire-its/src/test/resources/surefire-943-report-content/pom.xml index 3b2958fc21..a4a8d8abfb 100644 --- a/surefire-its/src/test/resources/surefire-943-report-content/pom.xml +++ b/surefire-its/src/test/resources/surefire-943-report-content/pom.xml @@ -10,8 +10,8 @@ 2.13 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-946-dummy-dependency/pom.xml b/surefire-its/src/test/resources/surefire-946-dummy-dependency/pom.xml index ed6c4ea21e..982b382d27 100644 --- a/surefire-its/src/test/resources/surefire-946-dummy-dependency/pom.xml +++ b/surefire-its/src/test/resources/surefire-946-dummy-dependency/pom.xml @@ -8,8 +8,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-946-killMainProcessInReusableFork/pom.xml b/surefire-its/src/test/resources/surefire-946-killMainProcessInReusableFork/pom.xml index 2240fe4083..1b31510e14 100644 --- a/surefire-its/src/test/resources/surefire-946-killMainProcessInReusableFork/pom.xml +++ b/surefire-its/src/test/resources/surefire-946-killMainProcessInReusableFork/pom.xml @@ -28,8 +28,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-946-self-destruct-plugin/pom.xml b/surefire-its/src/test/resources/surefire-946-self-destruct-plugin/pom.xml index ddad27e4e6..ee04ab1140 100644 --- a/surefire-its/src/test/resources/surefire-946-self-destruct-plugin/pom.xml +++ b/surefire-its/src/test/resources/surefire-946-self-destruct-plugin/pom.xml @@ -12,8 +12,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-972-bizarre-noclassdef/pom.xml b/surefire-its/src/test/resources/surefire-972-bizarre-noclassdef/pom.xml index 7a2ac4de1a..20db6c8179 100644 --- a/surefire-its/src/test/resources/surefire-972-bizarre-noclassdef/pom.xml +++ b/surefire-its/src/test/resources/surefire-972-bizarre-noclassdef/pom.xml @@ -10,8 +10,8 @@ boom - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-975-wrong-encoding/pom.xml b/surefire-its/src/test/resources/surefire-975-wrong-encoding/pom.xml index 49848d6b48..de8f847eed 100755 --- a/surefire-its/src/test/resources/surefire-975-wrong-encoding/pom.xml +++ b/surefire-its/src/test/resources/surefire-975-wrong-encoding/pom.xml @@ -9,8 +9,8 @@ UTF-8 UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1/pom.xml b/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1/pom.xml index 79e1c7d438..d6baf4bf97 100644 --- a/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1/pom.xml +++ b/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1/pom.xml @@ -7,8 +7,8 @@ surefire-979-base - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module2/pom.xml b/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module2/pom.xml index cae9147aff..6387f35906 100644 --- a/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module2/pom.xml +++ b/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module2/pom.xml @@ -7,8 +7,8 @@ surefire-979 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/pom.xml b/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/pom.xml index c9c1f912d0..bdc566f2d6 100644 --- a/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/pom.xml +++ b/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/pom.xml @@ -13,8 +13,8 @@ - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/system-properties/pom.xml b/surefire-its/src/test/resources/system-properties/pom.xml index 565b8fbcd7..c663d11ad7 100644 --- a/surefire-its/src/test/resources/system-properties/pom.xml +++ b/surefire-its/src/test/resources/system-properties/pom.xml @@ -91,8 +91,8 @@ fool - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/test-helper-dump-pid-plugin/pom.xml b/surefire-its/src/test/resources/test-helper-dump-pid-plugin/pom.xml index 69e4d91bfb..1d4a75cb36 100644 --- a/surefire-its/src/test/resources/test-helper-dump-pid-plugin/pom.xml +++ b/surefire-its/src/test/resources/test-helper-dump-pid-plugin/pom.xml @@ -12,8 +12,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-740-parallel-without-threadcount/pom.xml b/surefire-its/src/test/resources/testng-740-parallel-without-threadcount/pom.xml index 3ebb853089..216efb5a3c 100644 --- a/surefire-its/src/test/resources/testng-740-parallel-without-threadcount/pom.xml +++ b/surefire-its/src/test/resources/testng-740-parallel-without-threadcount/pom.xml @@ -32,8 +32,8 @@ 0 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-740-parallel/pom.xml b/surefire-its/src/test/resources/testng-740-parallel/pom.xml index fa02e67120..bc39aae81d 100644 --- a/surefire-its/src/test/resources/testng-740-parallel/pom.xml +++ b/surefire-its/src/test/resources/testng-740-parallel/pom.xml @@ -32,8 +32,8 @@ 0 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-afterSuiteFailure/pom.xml b/surefire-its/src/test/resources/testng-afterSuiteFailure/pom.xml index 0b96853d6d..788d400982 100644 --- a/surefire-its/src/test/resources/testng-afterSuiteFailure/pom.xml +++ b/surefire-its/src/test/resources/testng-afterSuiteFailure/pom.xml @@ -29,8 +29,8 @@ TestNG failure after suite - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-beforeMethod/pom.xml b/surefire-its/src/test/resources/testng-beforeMethod/pom.xml index 1072958f99..40085f5840 100644 --- a/surefire-its/src/test/resources/testng-beforeMethod/pom.xml +++ b/surefire-its/src/test/resources/testng-beforeMethod/pom.xml @@ -29,8 +29,8 @@ TestNG @BeforeMethod annotation - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-beforeMethodFailure/pom.xml b/surefire-its/src/test/resources/testng-beforeMethodFailure/pom.xml index 88b6a4e14a..2d8179586d 100644 --- a/surefire-its/src/test/resources/testng-beforeMethodFailure/pom.xml +++ b/surefire-its/src/test/resources/testng-beforeMethodFailure/pom.xml @@ -29,8 +29,8 @@ TestNG failure in @BeforeMethod annotation - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-execute-error/pom.xml b/surefire-its/src/test/resources/testng-execute-error/pom.xml index ef4484933c..657fe73454 100644 --- a/surefire-its/src/test/resources/testng-execute-error/pom.xml +++ b/surefire-its/src/test/resources/testng-execute-error/pom.xml @@ -29,8 +29,8 @@ Test proper output from forked execution in case of uncatched error during suite run - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-groups/pom.xml b/surefire-its/src/test/resources/testng-groups/pom.xml index f6b7447d65..1d679e7c5b 100644 --- a/surefire-its/src/test/resources/testng-groups/pom.xml +++ b/surefire-its/src/test/resources/testng-groups/pom.xml @@ -29,8 +29,8 @@ Test for testng groups - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-jdk14/pom.xml b/surefire-its/src/test/resources/testng-jdk14/pom.xml index 337f71c139..19d9a9919f 100644 --- a/surefire-its/src/test/resources/testng-jdk14/pom.xml +++ b/surefire-its/src/test/resources/testng-jdk14/pom.xml @@ -29,8 +29,8 @@ Test for testng jdk14 integration - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-junit-together/pom.xml b/surefire-its/src/test/resources/testng-junit-together/pom.xml index 93c9942bfc..3342796078 100644 --- a/surefire-its/src/test/resources/testng-junit-together/pom.xml +++ b/surefire-its/src/test/resources/testng-junit-together/pom.xml @@ -29,8 +29,8 @@ TestNG and Junit Together - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-listener-reporter/pom.xml b/surefire-its/src/test/resources/testng-listener-reporter/pom.xml index af6ac28c49..cc7d86f992 100644 --- a/surefire-its/src/test/resources/testng-listener-reporter/pom.xml +++ b/surefire-its/src/test/resources/testng-listener-reporter/pom.xml @@ -29,8 +29,8 @@ TestNG listener and reporter test - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-method-pattern-after/pom.xml b/surefire-its/src/test/resources/testng-method-pattern-after/pom.xml index c894f12b47..84bada55ec 100644 --- a/surefire-its/src/test/resources/testng-method-pattern-after/pom.xml +++ b/surefire-its/src/test/resources/testng-method-pattern-after/pom.xml @@ -29,8 +29,8 @@ Test for Testng - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-method-pattern-before/pom.xml b/surefire-its/src/test/resources/testng-method-pattern-before/pom.xml index c894f12b47..84bada55ec 100644 --- a/surefire-its/src/test/resources/testng-method-pattern-before/pom.xml +++ b/surefire-its/src/test/resources/testng-method-pattern-before/pom.xml @@ -29,8 +29,8 @@ Test for Testng - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-method-pattern/pom.xml b/surefire-its/src/test/resources/testng-method-pattern/pom.xml index 905a56c21d..5e8c3dc0f8 100644 --- a/surefire-its/src/test/resources/testng-method-pattern/pom.xml +++ b/surefire-its/src/test/resources/testng-method-pattern/pom.xml @@ -29,8 +29,8 @@ Test for Testng - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-parallel-with-annotations/pom.xml b/surefire-its/src/test/resources/testng-parallel-with-annotations/pom.xml index 9464c84844..87fd811da5 100644 --- a/surefire-its/src/test/resources/testng-parallel-with-annotations/pom.xml +++ b/surefire-its/src/test/resources/testng-parallel-with-annotations/pom.xml @@ -18,8 +18,8 @@ 1.0-SNAPSHOT TestNG group/parallel thread tests, with parallel settings set by @Test(threadPoolSize) - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-path with spaces/pom.xml b/surefire-its/src/test/resources/testng-path with spaces/pom.xml index 3f1138a4ba..5882ad7d1d 100644 --- a/surefire-its/src/test/resources/testng-path with spaces/pom.xml +++ b/surefire-its/src/test/resources/testng-path with spaces/pom.xml @@ -29,8 +29,8 @@ TestNG test in a path with spaces - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-simple/pom.xml b/surefire-its/src/test/resources/testng-simple/pom.xml index d361ddc175..427c713e0e 100644 --- a/surefire-its/src/test/resources/testng-simple/pom.xml +++ b/surefire-its/src/test/resources/testng-simple/pom.xml @@ -76,8 +76,8 @@ 0 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-single-method-5-14-9/pom.xml b/surefire-its/src/test/resources/testng-single-method-5-14-9/pom.xml index a10bd0fa2d..198e388dd9 100644 --- a/surefire-its/src/test/resources/testng-single-method-5-14-9/pom.xml +++ b/surefire-its/src/test/resources/testng-single-method-5-14-9/pom.xml @@ -29,8 +29,8 @@ Test for Testng - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-single-method/pom.xml b/surefire-its/src/test/resources/testng-single-method/pom.xml index 32ebfafb44..4dbbac998c 100644 --- a/surefire-its/src/test/resources/testng-single-method/pom.xml +++ b/surefire-its/src/test/resources/testng-single-method/pom.xml @@ -29,8 +29,8 @@ Test for Testng - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-suite-xml/pom.xml b/surefire-its/src/test/resources/testng-suite-xml/pom.xml index ec02455cfd..280c2174ae 100644 --- a/surefire-its/src/test/resources/testng-suite-xml/pom.xml +++ b/surefire-its/src/test/resources/testng-suite-xml/pom.xml @@ -29,8 +29,8 @@ TestNG Suite XML File - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/testng-twoTestCaseSuite/pom.xml b/surefire-its/src/test/resources/testng-twoTestCaseSuite/pom.xml index f7477febd1..b6f315f615 100644 --- a/surefire-its/src/test/resources/testng-twoTestCaseSuite/pom.xml +++ b/surefire-its/src/test/resources/testng-twoTestCaseSuite/pom.xml @@ -29,8 +29,8 @@ TestNG Suite XML with two test cases - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/timeout-forked/pom.xml b/surefire-its/src/test/resources/timeout-forked/pom.xml index fc95eb337b..f798643671 100644 --- a/surefire-its/src/test/resources/timeout-forked/pom.xml +++ b/surefire-its/src/test/resources/timeout-forked/pom.xml @@ -29,8 +29,8 @@ Timeout forked process - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/unicode-testnames/pom.xml b/surefire-its/src/test/resources/unicode-testnames/pom.xml index fe43d47075..955f46702b 100644 --- a/surefire-its/src/test/resources/unicode-testnames/pom.xml +++ b/surefire-its/src/test/resources/unicode-testnames/pom.xml @@ -31,8 +31,8 @@ UTF-8 UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/working-directory-is-invalid-property/pom.xml b/surefire-its/src/test/resources/working-directory-is-invalid-property/pom.xml index fa19695edf..4f5973a75f 100644 --- a/surefire-its/src/test/resources/working-directory-is-invalid-property/pom.xml +++ b/surefire-its/src/test/resources/working-directory-is-invalid-property/pom.xml @@ -28,8 +28,8 @@ Don't run tests if working directory is invalid property. - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/working-directory-missing/pom.xml b/surefire-its/src/test/resources/working-directory-missing/pom.xml index 515a41438c..fe15fea383 100644 --- a/surefire-its/src/test/resources/working-directory-missing/pom.xml +++ b/surefire-its/src/test/resources/working-directory-missing/pom.xml @@ -26,8 +26,8 @@ 1.0 Run tests in a nonexistent working directory - 1.7 - 1.7 + 1.8 + 1.8 diff --git a/surefire-its/src/test/resources/working-directory/pom.xml b/surefire-its/src/test/resources/working-directory/pom.xml index 1a7b7d7ab2..389d1f2ae2 100644 --- a/surefire-its/src/test/resources/working-directory/pom.xml +++ b/surefire-its/src/test/resources/working-directory/pom.xml @@ -30,8 +30,8 @@ pom - 1.7 - 1.7 + 1.8 + 1.8 @@ -49,4 +49,4 @@ - \ No newline at end of file +