From commits-return-69955-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sat Feb 3 06:58:37 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 9EA2E180621 for ; Sat, 3 Feb 2018 06:58:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8E394160C59; Sat, 3 Feb 2018 05:58:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 458C4160C49 for ; Sat, 3 Feb 2018 06:58:35 +0100 (CET) Received: (qmail 25648 invoked by uid 500); 3 Feb 2018 05:58:34 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 25639 invoked by uid 99); 3 Feb 2018 05:58:34 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Feb 2018 05:58:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 41F50EE68A; Sat, 3 Feb 2018 05:58:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tibordigana@apache.org To: commits@maven.apache.org Date: Sat, 03 Feb 2018 05:58:32 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] maven-surefire git commit: [SUREFIRE-1463] integration tests should run on the top of JDK 9 [Forced Update!] Repository: maven-surefire Updated Branches: refs/heads/SUREFIRE-1463 fb8ac750b -> 46f4c2d1d (forced update) http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml b/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml index 02a2dc8..8175d3f 100644 --- a/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml @@ -7,6 +7,10 @@ 1.0-SNAPSHOT junit4-test http://maven.apache.org + + 1.7 + 1.7 + junit @@ -18,14 +22,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml b/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml index ef9e6f3..412035d 100644 --- a/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml @@ -9,6 +9,8 @@ http://maven.apache.org 4.8.1 + 1.7 + 1.7 @@ -20,16 +22,6 @@ src/it/java - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml b/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml index 571e7fb..9c975a8 100644 --- a/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml @@ -10,6 +10,8 @@ 4.8.1 methods + 1.7 + 1.7 @@ -22,14 +24,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml b/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml index cc023ec..211a99d 100644 --- a/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml @@ -28,9 +28,10 @@ 1.0-SNAPSHOT Test for warning about system properties that cannot be set - 4.4 + 1.7 + 1.7 @@ -46,14 +47,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml b/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml index 378f5fa..985d8df 100644 --- a/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml @@ -52,13 +52,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-649-systemPropertyVariables/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-649-systemPropertyVariables/pom.xml b/surefire-integration-tests/src/test/resources/surefire-649-systemPropertyVariables/pom.xml index 18b402d..e7a7fad 100644 --- a/surefire-integration-tests/src/test/resources/surefire-649-systemPropertyVariables/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-649-systemPropertyVariables/pom.xml @@ -52,13 +52,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-673-mockito/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-673-mockito/pom.xml b/surefire-integration-tests/src/test/resources/surefire-673-mockito/pom.xml index 72eb549..0b03c13 100644 --- a/surefire-integration-tests/src/test/resources/surefire-673-mockito/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-673-mockito/pom.xml @@ -6,18 +6,15 @@ surefire-673-mockito 1.0.0-SNAPSHOT + + 1.7 + 1.7 + + org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-674-buildFailingWhenErrors/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-674-buildFailingWhenErrors/pom.xml b/surefire-integration-tests/src/test/resources/surefire-674-buildFailingWhenErrors/pom.xml index 2b7a8b0..398a225 100644 --- a/surefire-integration-tests/src/test/resources/surefire-674-buildFailingWhenErrors/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-674-buildFailingWhenErrors/pom.xml @@ -18,14 +18,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} @@ -43,5 +35,7 @@ 4.8.1 once + 1.7 + 1.7 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-685-commaseparatedIncludes/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-685-commaseparatedIncludes/pom.xml b/surefire-integration-tests/src/test/resources/surefire-685-commaseparatedIncludes/pom.xml index 5e6d272..eb40366 100644 --- a/surefire-integration-tests/src/test/resources/surefire-685-commaseparatedIncludes/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-685-commaseparatedIncludes/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT surefire-685-commaseparatedIncludes + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-697-niceSummary/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-697-niceSummary/pom.xml b/surefire-integration-tests/src/test/resources/surefire-697-niceSummary/pom.xml index 9f1872c..52663e5 100644 --- a/surefire-integration-tests/src/test/resources/surefire-697-niceSummary/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-697-niceSummary/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Tests summary with long/multiline exception messages + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-733-allOverridesCaptured/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-733-allOverridesCaptured/pom.xml b/surefire-integration-tests/src/test/resources/surefire-733-allOverridesCaptured/pom.xml index da2299e..acb0d5e 100644 --- a/surefire-integration-tests/src/test/resources/surefire-733-allOverridesCaptured/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-733-allOverridesCaptured/pom.xml @@ -50,5 +50,7 @@ 4.8.1 + 1.7 + 1.7 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-803-multiFailsafeExec-failureInFirst/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-803-multiFailsafeExec-failureInFirst/pom.xml b/surefire-integration-tests/src/test/resources/surefire-803-multiFailsafeExec-failureInFirst/pom.xml index 31610dd..9c039d4 100644 --- a/surefire-integration-tests/src/test/resources/surefire-803-multiFailsafeExec-failureInFirst/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-803-multiFailsafeExec-failureInFirst/pom.xml @@ -11,6 +11,8 @@ UTF-8 + 1.7 + 1.7 @@ -26,11 +28,6 @@ org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-803-multiFailsafeExec-rebuildOverwrites/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-803-multiFailsafeExec-rebuildOverwrites/pom.xml b/surefire-integration-tests/src/test/resources/surefire-803-multiFailsafeExec-rebuildOverwrites/pom.xml index d4a436c..ae8ad78 100644 --- a/surefire-integration-tests/src/test/resources/surefire-803-multiFailsafeExec-rebuildOverwrites/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-803-multiFailsafeExec-rebuildOverwrites/pom.xml @@ -11,6 +11,8 @@ UTF-8 + 1.7 + 1.7 @@ -26,11 +28,6 @@ org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-806-specifiedTests-multi/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-806-specifiedTests-multi/pom.xml b/surefire-integration-tests/src/test/resources/surefire-806-specifiedTests-multi/pom.xml index 7b09393..296ded6 100644 --- a/surefire-integration-tests/src/test/resources/surefire-806-specifiedTests-multi/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-806-specifiedTests-multi/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for single test in one of multiple executions + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-806-specifiedTests-single/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-806-specifiedTests-single/pom.xml b/surefire-integration-tests/src/test/resources/surefire-806-specifiedTests-single/pom.xml index 717417f..74e261a 100644 --- a/surefire-integration-tests/src/test/resources/surefire-806-specifiedTests-single/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-806-specifiedTests-single/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for single test in one of multiple executions + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-junit48/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-junit48/pom.xml b/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-junit48/pom.xml index 68ed936..30f1708 100644 --- a/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-junit48/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-junit48/pom.xml @@ -31,6 +31,8 @@ 4.8.1 + 1.7 + 1.7 @@ -46,14 +48,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-testng/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-testng/pom.xml b/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-testng/pom.xml index f229292..983e5bb 100644 --- a/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-testng/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-809-groupExpr-testng/pom.xml @@ -17,6 +17,7 @@ testng-group-expressions 1.0-SNAPSHOT TestNG group expressions tests + org.testng @@ -29,6 +30,8 @@ !CategoryC + 1.7 + 1.7 @@ -37,14 +40,6 @@ maven-surefire-plugin ${surefire.version} - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-812-log4j-classloader/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-812-log4j-classloader/pom.xml b/surefire-integration-tests/src/test/resources/surefire-812-log4j-classloader/pom.xml index 2da8cc3..61be350 100644 --- a/surefire-integration-tests/src/test/resources/surefire-812-log4j-classloader/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-812-log4j-classloader/pom.xml @@ -6,18 +6,15 @@ surefire-812-log4j-classloader 1.0.0-SNAPSHOT + + 1.7 + 1.7 + + org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-817-system-exit/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-817-system-exit/pom.xml b/surefire-integration-tests/src/test/resources/surefire-817-system-exit/pom.xml index 8a27298..8f48176 100644 --- a/surefire-integration-tests/src/test/resources/surefire-817-system-exit/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-817-system-exit/pom.xml @@ -52,13 +52,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin always http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml b/surefire-integration-tests/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml index 08768f7..cef444e 100644 --- a/surefire-integration-tests/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml @@ -6,6 +6,11 @@ 0.0.1-SNAPSHOT cyril + + 1.7 + 1.7 + + junit @@ -24,11 +29,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-828-emptyGroupExpr-junit48/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-828-emptyGroupExpr-junit48/pom.xml b/surefire-integration-tests/src/test/resources/surefire-828-emptyGroupExpr-junit48/pom.xml index 4207278..2d005b6 100644 --- a/surefire-integration-tests/src/test/resources/surefire-828-emptyGroupExpr-junit48/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-828-emptyGroupExpr-junit48/pom.xml @@ -32,6 +32,8 @@ 4.8.1 junit4.CategoryA,junit4.CategoryB + 1.7 + 1.7 @@ -47,14 +49,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-828-emptyGroupExpr-testng/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-828-emptyGroupExpr-testng/pom.xml b/surefire-integration-tests/src/test/resources/surefire-828-emptyGroupExpr-testng/pom.xml index ea83f5d..989f8af 100644 --- a/surefire-integration-tests/src/test/resources/surefire-828-emptyGroupExpr-testng/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-828-emptyGroupExpr-testng/pom.xml @@ -17,6 +17,12 @@ testng-group-expressions 1.0-SNAPSHOT TestNG group expressions tests + + + 1.7 + 1.7 + + org.testng @@ -38,15 +44,6 @@ ${excludedGroups} - - org.apache.maven.plugins - maven-compiler-plugin - - ${groups} - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-832-provider-selection/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-832-provider-selection/pom.xml b/surefire-integration-tests/src/test/resources/surefire-832-provider-selection/pom.xml index afabbbe..895dd91 100644 --- a/surefire-integration-tests/src/test/resources/surefire-832-provider-selection/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-832-provider-selection/pom.xml @@ -32,6 +32,8 @@ 4.8.1 junit4.CategoryA,junit4.CategoryB + 1.7 + 1.7 @@ -47,14 +49,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-847-testngfail/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-847-testngfail/pom.xml b/surefire-integration-tests/src/test/resources/surefire-847-testngfail/pom.xml index c321c6e..18cb679 100644 --- a/surefire-integration-tests/src/test/resources/surefire-847-testngfail/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-847-testngfail/pom.xml @@ -42,15 +42,6 @@ org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} @@ -63,5 +54,7 @@ ${basedir}/src/test/resources/suite.xml + 1.7 + 1.7 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml b/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml index fdc17fc..e0d4ee2 100644 --- a/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml @@ -66,14 +66,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-source-plugin 2.3 @@ -88,7 +80,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.0.0 attach-javadoc http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-jar/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-jar/pom.xml b/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-jar/pom.xml index c6e15fc..01dc71e 100644 --- a/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-jar/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-jar/pom.xml @@ -65,14 +65,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-source-plugin 2.3 @@ -87,7 +79,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.0.0 attach-javadoc http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-war/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-war/pom.xml b/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-war/pom.xml index 61502c8..2d2cd5d 100644 --- a/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-war/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-855-failsafe-use-war/pom.xml @@ -66,14 +66,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-source-plugin 2.3 @@ -88,7 +80,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.0.0 attach-javadoc http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-930-failsafe-runtests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-930-failsafe-runtests/pom.xml b/surefire-integration-tests/src/test/resources/surefire-930-failsafe-runtests/pom.xml index 683628a..8535068 100644 --- a/surefire-integration-tests/src/test/resources/surefire-930-failsafe-runtests/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-930-failsafe-runtests/pom.xml @@ -11,6 +11,8 @@ 2.12.4 + 1.7 + 1.7 @@ -30,11 +32,6 @@ - maven-compiler-plugin - 2.5.1 - - - maven-failsafe-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-931-provider-failure/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-931-provider-failure/pom.xml b/surefire-integration-tests/src/test/resources/surefire-931-provider-failure/pom.xml index 8f34a43..6232149 100644 --- a/surefire-integration-tests/src/test/resources/surefire-931-provider-failure/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-931-provider-failure/pom.xml @@ -12,20 +12,13 @@ UTF-8 + 1.7 + 1.7 org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.7 - 1.7 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-943-report-content/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-943-report-content/pom.xml b/surefire-integration-tests/src/test/resources/surefire-943-report-content/pom.xml index 01fb7b3..3b2958f 100644 --- a/surefire-integration-tests/src/test/resources/surefire-943-report-content/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-943-report-content/pom.xml @@ -10,6 +10,8 @@ 2.13 + 1.7 + 1.7 @@ -27,11 +29,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-946-killMainProcessInReusableFork/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-946-killMainProcessInReusableFork/pom.xml b/surefire-integration-tests/src/test/resources/surefire-946-killMainProcessInReusableFork/pom.xml index fa8fd48..53bb0a3 100644 --- a/surefire-integration-tests/src/test/resources/surefire-946-killMainProcessInReusableFork/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-946-killMainProcessInReusableFork/pom.xml @@ -26,6 +26,11 @@ 1.0-SNAPSHOT Tests killing the main maven process when using reusable forks + + 1.7 + 1.7 + + junit @@ -50,14 +55,6 @@ maven-surefire-plugin ${surefire.version} - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-946-self-destruct-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-946-self-destruct-plugin/pom.xml b/surefire-integration-tests/src/test/resources/surefire-946-self-destruct-plugin/pom.xml index 8994838..811be93 100644 --- a/surefire-integration-tests/src/test/resources/surefire-946-self-destruct-plugin/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-946-self-destruct-plugin/pom.xml @@ -12,6 +12,8 @@ UTF-8 + 1.7 + 1.7 @@ -46,11 +48,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-972-bizarre-noclassdef/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-972-bizarre-noclassdef/pom.xml b/surefire-integration-tests/src/test/resources/surefire-972-bizarre-noclassdef/pom.xml index 711048e..7a2ac4d 100644 --- a/surefire-integration-tests/src/test/resources/surefire-972-bizarre-noclassdef/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-972-bizarre-noclassdef/pom.xml @@ -9,6 +9,10 @@ class-rule boom + + 1.7 + 1.7 + http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-975-wrong-encoding/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-975-wrong-encoding/pom.xml b/surefire-integration-tests/src/test/resources/surefire-975-wrong-encoding/pom.xml index dd6ec41..49848d6 100755 --- a/surefire-integration-tests/src/test/resources/surefire-975-wrong-encoding/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-975-wrong-encoding/pom.xml @@ -9,6 +9,8 @@ UTF-8 UTF-8 + 1.7 + 1.7 @@ -27,11 +29,6 @@ maven-surefire-plugin ${surefire.version} - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1/pom.xml b/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1/pom.xml index ccd8a05..79e1c7d 100644 --- a/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1/pom.xml @@ -6,6 +6,11 @@ 1.0 surefire-979-base + + 1.7 + 1.7 + + junit @@ -23,11 +28,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module2/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module2/pom.xml b/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module2/pom.xml index a0c12a9..cae9147 100644 --- a/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module2/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module2/pom.xml @@ -6,6 +6,11 @@ 1.0 surefire-979 + + 1.7 + 1.7 + + junit @@ -24,11 +29,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/pom.xml b/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/pom.xml index d540d1b..c9c1f91 100644 --- a/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/pom.xml @@ -12,14 +12,14 @@ module2 + + 1.7 + 1.7 + + - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-985-parameterized-and-categories/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-985-parameterized-and-categories/pom.xml b/surefire-integration-tests/src/test/resources/surefire-985-parameterized-and-categories/pom.xml index ba90b5b..607015e 100644 --- a/surefire-integration-tests/src/test/resources/surefire-985-parameterized-and-categories/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-985-parameterized-and-categories/pom.xml @@ -41,14 +41,6 @@ sample.CategoryActivated - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/surefire-995-categoryInheritance/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-995-categoryInheritance/pom.xml b/surefire-integration-tests/src/test/resources/surefire-995-categoryInheritance/pom.xml index d483c43..4662f24 100644 --- a/surefire-integration-tests/src/test/resources/surefire-995-categoryInheritance/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-995-categoryInheritance/pom.xml @@ -55,13 +55,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/system-properties/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/system-properties/pom.xml b/surefire-integration-tests/src/test/resources/system-properties/pom.xml index 0fcfb22..1d2952d 100644 --- a/surefire-integration-tests/src/test/resources/system-properties/pom.xml +++ b/surefire-integration-tests/src/test/resources/system-properties/pom.xml @@ -91,6 +91,8 @@ fool + 1.7 + 1.7 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/test-helper-dump-pid-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/test-helper-dump-pid-plugin/pom.xml b/surefire-integration-tests/src/test/resources/test-helper-dump-pid-plugin/pom.xml index 51b15b0..4a01e23 100644 --- a/surefire-integration-tests/src/test/resources/test-helper-dump-pid-plugin/pom.xml +++ b/surefire-integration-tests/src/test/resources/test-helper-dump-pid-plugin/pom.xml @@ -12,6 +12,8 @@ UTF-8 + 1.7 + 1.7 @@ -52,11 +54,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-afterSuiteFailure/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-afterSuiteFailure/pom.xml b/surefire-integration-tests/src/test/resources/testng-afterSuiteFailure/pom.xml index 5ad8dbc..0b96853 100644 --- a/surefire-integration-tests/src/test/resources/testng-afterSuiteFailure/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-afterSuiteFailure/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT TestNG failure after suite + + 1.7 + 1.7 + + testng-old @@ -62,20 +67,10 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-beforeMethod/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-beforeMethod/pom.xml b/surefire-integration-tests/src/test/resources/testng-beforeMethod/pom.xml index 277024a..1072958 100644 --- a/surefire-integration-tests/src/test/resources/testng-beforeMethod/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-beforeMethod/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT TestNG @BeforeMethod annotation + + 1.7 + 1.7 + + testng-old @@ -62,21 +67,10 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-beforeMethodFailure/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-beforeMethodFailure/pom.xml b/surefire-integration-tests/src/test/resources/testng-beforeMethodFailure/pom.xml index f05f369..88b6a4e 100644 --- a/surefire-integration-tests/src/test/resources/testng-beforeMethodFailure/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-beforeMethodFailure/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT TestNG failure in @BeforeMethod annotation + + 1.7 + 1.7 + + testng-old @@ -62,20 +67,10 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-execute-error/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-execute-error/pom.xml b/surefire-integration-tests/src/test/resources/testng-execute-error/pom.xml index c6809dc..7e06dbe 100644 --- a/surefire-integration-tests/src/test/resources/testng-execute-error/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-execute-error/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test proper output from forked execution in case of uncatched error during suite run + + 1.7 + 1.7 + + testng-old @@ -61,13 +66,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-group-thread-parallel/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-group-thread-parallel/pom.xml b/surefire-integration-tests/src/test/resources/testng-group-thread-parallel/pom.xml index 5cb7c0f..4405bd3 100644 --- a/surefire-integration-tests/src/test/resources/testng-group-thread-parallel/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-group-thread-parallel/pom.xml @@ -78,14 +78,6 @@ 0 - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-groups/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-groups/pom.xml b/surefire-integration-tests/src/test/resources/testng-groups/pom.xml index 5abccb2..f6b7447 100644 --- a/surefire-integration-tests/src/test/resources/testng-groups/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-groups/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for testng groups + + 1.7 + 1.7 + + org.testng @@ -44,14 +49,6 @@ maven-surefire-plugin ${surefire.version} - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-jdk14/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-jdk14/pom.xml b/surefire-integration-tests/src/test/resources/testng-jdk14/pom.xml index c7bc3c3..337f71c 100644 --- a/surefire-integration-tests/src/test/resources/testng-jdk14/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-jdk14/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for testng jdk14 integration + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-junit-together/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-junit-together/pom.xml b/surefire-integration-tests/src/test/resources/testng-junit-together/pom.xml index 295d1cb..93c9942 100644 --- a/surefire-integration-tests/src/test/resources/testng-junit-together/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-junit-together/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT TestNG and Junit Together + + 1.7 + 1.7 + + testng-old @@ -71,15 +76,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-junit4-together/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-junit4-together/pom.xml b/surefire-integration-tests/src/test/resources/testng-junit4-together/pom.xml index afe9f05..e8efb68 100644 --- a/surefire-integration-tests/src/test/resources/testng-junit4-together/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-junit4-together/pom.xml @@ -47,17 +47,4 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-listener-reporter/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-listener-reporter/pom.xml b/surefire-integration-tests/src/test/resources/testng-listener-reporter/pom.xml index 809c4b7..af6ac28 100644 --- a/surefire-integration-tests/src/test/resources/testng-listener-reporter/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-listener-reporter/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT TestNG listener and reporter test + + 1.7 + 1.7 + + testng-old @@ -69,14 +74,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} @@ -90,5 +87,4 @@ - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-method-pattern-after/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-method-pattern-after/pom.xml b/surefire-integration-tests/src/test/resources/testng-method-pattern-after/pom.xml index 760211d..41768cd 100644 --- a/surefire-integration-tests/src/test/resources/testng-method-pattern-after/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-method-pattern-after/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for Testng + + 1.7 + 1.7 + + testng-old @@ -56,22 +61,12 @@ - - + org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-method-pattern-before/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-method-pattern-before/pom.xml b/surefire-integration-tests/src/test/resources/testng-method-pattern-before/pom.xml index 760211d..41768cd 100644 --- a/surefire-integration-tests/src/test/resources/testng-method-pattern-before/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-method-pattern-before/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for Testng + + 1.7 + 1.7 + + testng-old @@ -56,22 +61,12 @@ - - + org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-method-pattern/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-method-pattern/pom.xml b/surefire-integration-tests/src/test/resources/testng-method-pattern/pom.xml index 760211d..50b08bf 100644 --- a/surefire-integration-tests/src/test/resources/testng-method-pattern/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-method-pattern/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for Testng + + 1.7 + 1.7 + + testng-old @@ -63,15 +68,6 @@ org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-multiple-method-patterns/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-multiple-method-patterns/pom.xml b/surefire-integration-tests/src/test/resources/testng-multiple-method-patterns/pom.xml index 84378e8..eef5f57 100644 --- a/surefire-integration-tests/src/test/resources/testng-multiple-method-patterns/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-multiple-method-patterns/pom.xml @@ -51,14 +51,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-objectFactory/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-objectFactory/pom.xml b/surefire-integration-tests/src/test/resources/testng-objectFactory/pom.xml index 9019a07..ee76f09 100644 --- a/surefire-integration-tests/src/test/resources/testng-objectFactory/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-objectFactory/pom.xml @@ -59,14 +59,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-parallel-suites/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-parallel-suites/pom.xml b/surefire-integration-tests/src/test/resources/testng-parallel-suites/pom.xml index c90c6e0..e3e347b 100644 --- a/surefire-integration-tests/src/test/resources/testng-parallel-suites/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-parallel-suites/pom.xml @@ -75,14 +75,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-parallel-with-annotations/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-parallel-with-annotations/pom.xml b/surefire-integration-tests/src/test/resources/testng-parallel-with-annotations/pom.xml index ca93853..9464c84 100644 --- a/surefire-integration-tests/src/test/resources/testng-parallel-with-annotations/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-parallel-with-annotations/pom.xml @@ -17,6 +17,10 @@ testng-group-thread-parallel 1.0-SNAPSHOT TestNG group/parallel thread tests, with parallel settings set by @Test(threadPoolSize) + + 1.7 + 1.7 + org.testng @@ -33,14 +37,6 @@ maven-surefire-plugin ${surefire.version} - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-path with spaces/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-path with spaces/pom.xml b/surefire-integration-tests/src/test/resources/testng-path with spaces/pom.xml index 5f2e8e7..3f1138a 100644 --- a/surefire-integration-tests/src/test/resources/testng-path with spaces/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-path with spaces/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT TestNG test in a path with spaces + + 1.7 + 1.7 + + testng-old @@ -62,21 +67,10 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-simple/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-simple/pom.xml b/surefire-integration-tests/src/test/resources/testng-simple/pom.xml index ebf9f03..6ed8614 100644 --- a/surefire-integration-tests/src/test/resources/testng-simple/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-simple/pom.xml @@ -75,21 +75,14 @@ 0 + 1.7 + 1.7 org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} @@ -103,9 +96,7 @@ - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-single-method-5-14-9/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-single-method-5-14-9/pom.xml b/surefire-integration-tests/src/test/resources/testng-single-method-5-14-9/pom.xml index 1f84839..a10bd0f 100644 --- a/surefire-integration-tests/src/test/resources/testng-single-method-5-14-9/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-single-method-5-14-9/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for Testng + + 1.7 + 1.7 + + org.testng @@ -40,15 +45,6 @@ org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-single-method/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-single-method/pom.xml b/surefire-integration-tests/src/test/resources/testng-single-method/pom.xml index e2fbaa7..32ebfaf 100644 --- a/surefire-integration-tests/src/test/resources/testng-single-method/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-single-method/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for Testng + + 1.7 + 1.7 + + testng-old @@ -63,15 +68,6 @@ org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-suite-xml/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-suite-xml/pom.xml b/surefire-integration-tests/src/test/resources/testng-suite-xml/pom.xml index 96438a0..ec02455 100644 --- a/surefire-integration-tests/src/test/resources/testng-suite-xml/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-suite-xml/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT TestNG Suite XML File + + 1.7 + 1.7 + + testng-old @@ -71,14 +76,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-testRunnerFactory/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-testRunnerFactory/pom.xml b/surefire-integration-tests/src/test/resources/testng-testRunnerFactory/pom.xml index 8955a30..818d53e 100644 --- a/surefire-integration-tests/src/test/resources/testng-testRunnerFactory/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-testRunnerFactory/pom.xml @@ -66,14 +66,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/testng-twoTestCaseSuite/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/testng-twoTestCaseSuite/pom.xml b/surefire-integration-tests/src/test/resources/testng-twoTestCaseSuite/pom.xml index abdf7a1..f7477fe 100644 --- a/surefire-integration-tests/src/test/resources/testng-twoTestCaseSuite/pom.xml +++ b/surefire-integration-tests/src/test/resources/testng-twoTestCaseSuite/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT TestNG Suite XML with two test cases + + 1.7 + 1.7 + + testng-old @@ -70,16 +75,7 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/timeout-forked/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/timeout-forked/pom.xml b/surefire-integration-tests/src/test/resources/timeout-forked/pom.xml index ef9ea09..fc95eb3 100644 --- a/surefire-integration-tests/src/test/resources/timeout-forked/pom.xml +++ b/surefire-integration-tests/src/test/resources/timeout-forked/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Timeout forked process + + 1.7 + 1.7 + + http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/unicode-testnames/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/unicode-testnames/pom.xml b/surefire-integration-tests/src/test/resources/unicode-testnames/pom.xml index 2a385b5..31dd0d0 100644 --- a/surefire-integration-tests/src/test/resources/unicode-testnames/pom.xml +++ b/surefire-integration-tests/src/test/resources/unicode-testnames/pom.xml @@ -30,6 +30,8 @@ UTF-8 + 1.7 + 1.7 @@ -48,11 +50,6 @@ maven-surefire-plugin ${surefire.version} - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/working-directory-is-invalid-property/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/working-directory-is-invalid-property/pom.xml b/surefire-integration-tests/src/test/resources/working-directory-is-invalid-property/pom.xml index 40366ab..fa19695 100644 --- a/surefire-integration-tests/src/test/resources/working-directory-is-invalid-property/pom.xml +++ b/surefire-integration-tests/src/test/resources/working-directory-is-invalid-property/pom.xml @@ -21,10 +21,17 @@ 4.0.0 + localhost working-directory-test 1.0 Don't run tests if working directory is invalid property. + + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/working-directory-missing/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/working-directory-missing/pom.xml b/surefire-integration-tests/src/test/resources/working-directory-missing/pom.xml index 677f6d3..515a414 100644 --- a/surefire-integration-tests/src/test/resources/working-directory-missing/pom.xml +++ b/surefire-integration-tests/src/test/resources/working-directory-missing/pom.xml @@ -25,6 +25,10 @@ working-directory-test 1.0 Run tests in a nonexistent working directory + + 1.7 + 1.7 + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/46f4c2d1/surefire-integration-tests/src/test/resources/working-directory/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/working-directory/pom.xml b/surefire-integration-tests/src/test/resources/working-directory/pom.xml index 88d7f46..1a7b7d7 100644 --- a/surefire-integration-tests/src/test/resources/working-directory/pom.xml +++ b/surefire-integration-tests/src/test/resources/working-directory/pom.xml @@ -28,6 +28,12 @@ 1.0-SNAPSHOT Test for working directory configuration (parent) pom + + + 1.7 + 1.7 + + child