From commits-return-69726-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sat Jan 27 06:52:22 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 2CF1A18076D for ; Sat, 27 Jan 2018 06:52:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1CF47160C2E; Sat, 27 Jan 2018 05:52:22 +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 A9E46160C51 for ; Sat, 27 Jan 2018 06:52:19 +0100 (CET) Received: (qmail 48319 invoked by uid 500); 27 Jan 2018 05:52:18 -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 48297 invoked by uid 99); 27 Jan 2018 05:52:18 -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, 27 Jan 2018 05:52:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B27DFDFD81; Sat, 27 Jan 2018 05:52:15 +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, 27 Jan 2018 05:52:16 -0000 Message-Id: <1ea9ab70e382413dbfa69673a761fed2@git.apache.org> In-Reply-To: <70b24a67fc7547259fd98d82ff91a3a3@git.apache.org> References: <70b24a67fc7547259fd98d82ff91a3a3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] maven-surefire git commit: [SUREFIRE-1463] integration tests should run on the top of JDK 9 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/junit44-multiple-methods/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit44-multiple-methods/pom.xml b/surefire-integration-tests/src/test/resources/junit44-multiple-methods/pom.xml index 2757d54..9858f4c 100644 --- a/surefire-integration-tests/src/test/resources/junit44-multiple-methods/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit44-multiple-methods/pom.xml @@ -57,14 +57,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin junit4/BasicTest#testSuccessOne+testFailOne,junit4/TestThree#testSuccessTwo http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/junit44-single-method/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit44-single-method/pom.xml b/surefire-integration-tests/src/test/resources/junit44-single-method/pom.xml index e3d28ac..c74aee2 100644 --- a/surefire-integration-tests/src/test/resources/junit44-single-method/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit44-single-method/pom.xml @@ -31,6 +31,8 @@ 4.4 + 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/94968963/surefire-integration-tests/src/test/resources/junit47-parallel-nts/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit47-parallel-nts/pom.xml b/surefire-integration-tests/src/test/resources/junit47-parallel-nts/pom.xml index d984c58..92a2fb3 100644 --- a/surefire-integration-tests/src/test/resources/junit47-parallel-nts/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit47-parallel-nts/pom.xml @@ -57,13 +57,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/junit47-parallel-with-suite/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit47-parallel-with-suite/pom.xml b/surefire-integration-tests/src/test/resources/junit47-parallel-with-suite/pom.xml index e8b08d7..5dcbaba 100644 --- a/surefire-integration-tests/src/test/resources/junit47-parallel-with-suite/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit47-parallel-with-suite/pom.xml @@ -16,19 +16,13 @@ methods + 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/94968963/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml b/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml index 2c17576..dbbd4e9 100644 --- a/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml @@ -59,13 +59,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin ${argLine} ${jacoco.agent} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/junit47-redirect-output/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit47-redirect-output/pom.xml b/surefire-integration-tests/src/test/resources/junit47-redirect-output/pom.xml index f5e7f80..38ec727 100644 --- a/surefire-integration-tests/src/test/resources/junit47-redirect-output/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit47-redirect-output/pom.xml @@ -19,14 +19,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} @@ -59,6 +51,8 @@ once true none + 1.7 + 1.7 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/junit47-static-inner-class-tests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit47-static-inner-class-tests/pom.xml b/surefire-integration-tests/src/test/resources/junit47-static-inner-class-tests/pom.xml index 60d3b99..81f26c2 100644 --- a/surefire-integration-tests/src/test/resources/junit47-static-inner-class-tests/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit47-static-inner-class-tests/pom.xml @@ -7,6 +7,10 @@ 1.0-SNAPSHOT junit47-static-inner-class-tests 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/94968963/surefire-integration-tests/src/test/resources/junit48-categories/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit48-categories/pom.xml b/surefire-integration-tests/src/test/resources/junit48-categories/pom.xml index ef40d2e..a83b687 100644 --- a/surefire-integration-tests/src/test/resources/junit48-categories/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit48-categories/pom.xml @@ -33,6 +33,8 @@ 4.8.1 junit4.CategoryA,junit4.CategoryB + 1.7 + 1.7 @@ -48,14 +50,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/94968963/surefire-integration-tests/src/test/resources/junit48-method-pattern/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit48-method-pattern/pom.xml b/surefire-integration-tests/src/test/resources/junit48-method-pattern/pom.xml index d7b99fe..8689549 100644 --- a/surefire-integration-tests/src/test/resources/junit48-method-pattern/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit48-method-pattern/pom.xml @@ -52,14 +52,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin BasicTest#testSuccess* http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/junit48-multiple-method-patterns/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit48-multiple-method-patterns/pom.xml b/surefire-integration-tests/src/test/resources/junit48-multiple-method-patterns/pom.xml index f6de751..f307687 100644 --- a/surefire-integration-tests/src/test/resources/junit48-multiple-method-patterns/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit48-multiple-method-patterns/pom.xml @@ -50,14 +50,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/94968963/surefire-integration-tests/src/test/resources/junit48-multiple-methods/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit48-multiple-methods/pom.xml b/surefire-integration-tests/src/test/resources/junit48-multiple-methods/pom.xml index 999627b..09ef51e 100644 --- a/surefire-integration-tests/src/test/resources/junit48-multiple-methods/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit48-multiple-methods/pom.xml @@ -52,14 +52,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin junit4/BasicTest#testSuccessOne+testFailOne,junit4/TestThree#testSuccessTwo http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/junit48-single-method/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit48-single-method/pom.xml b/surefire-integration-tests/src/test/resources/junit48-single-method/pom.xml index 3ab2235..96061ce 100644 --- a/surefire-integration-tests/src/test/resources/junit48-single-method/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit48-single-method/pom.xml @@ -52,14 +52,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin BasicTest#testSuccessOne http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/junit48-smartStackTrace/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/junit48-smartStackTrace/pom.xml b/surefire-integration-tests/src/test/resources/junit48-smartStackTrace/pom.xml index eaafcde..fe104a4 100644 --- a/surefire-integration-tests/src/test/resources/junit48-smartStackTrace/pom.xml +++ b/surefire-integration-tests/src/test/resources/junit48-smartStackTrace/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/94968963/surefire-integration-tests/src/test/resources/norunnableTests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/norunnableTests/pom.xml b/surefire-integration-tests/src/test/resources/norunnableTests/pom.xml index cde195f..dd1a3cc 100644 --- a/surefire-integration-tests/src/test/resources/norunnableTests/pom.xml +++ b/surefire-integration-tests/src/test/resources/norunnableTests/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test JUnit classes with inner classes + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/parallel-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/parallel-runtime/pom.xml b/surefire-integration-tests/src/test/resources/parallel-runtime/pom.xml index dba4c97..f39f949 100644 --- a/surefire-integration-tests/src/test/resources/parallel-runtime/pom.xml +++ b/surefire-integration-tests/src/test/resources/parallel-runtime/pom.xml @@ -16,22 +16,16 @@ - classes + classes 3 + 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/94968963/surefire-integration-tests/src/test/resources/plain-old-java-classpath/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/plain-old-java-classpath/pom.xml b/surefire-integration-tests/src/test/resources/plain-old-java-classpath/pom.xml index 22ef8a6..72bd38c 100644 --- a/surefire-integration-tests/src/test/resources/plain-old-java-classpath/pom.xml +++ b/surefire-integration-tests/src/test/resources/plain-old-java-classpath/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for useManifestOnlyJar=false + + 1.7 + 1.7 + + http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/plexus-conflict/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/plexus-conflict/pom.xml b/surefire-integration-tests/src/test/resources/plexus-conflict/pom.xml index 19c5486..338904a 100644 --- a/surefire-integration-tests/src/test/resources/plexus-conflict/pom.xml +++ b/surefire-integration-tests/src/test/resources/plexus-conflict/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for plexus conflict + + 1.7 + 1.7 + + org.codehaus.plexus http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/pojo-simple/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/pojo-simple/pom.xml b/surefire-integration-tests/src/test/resources/pojo-simple/pom.xml index ae30de0..45986ac 100644 --- a/surefire-integration-tests/src/test/resources/pojo-simple/pom.xml +++ b/surefire-integration-tests/src/test/resources/pojo-simple/pom.xml @@ -28,20 +28,17 @@ 1.0-SNAPSHOT Pojo simple test + + 1.7 + 1.7 + + org.apache.maven.plugins - maven-compiler-plugin - - 1.4 - 1.4 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/pom.xml b/surefire-integration-tests/src/test/resources/pom.xml index a5a9341..e01ed4c 100644 --- a/surefire-integration-tests/src/test/resources/pom.xml +++ b/surefire-integration-tests/src/test/resources/pom.xml @@ -8,15 +8,15 @@ 1.0 It parent + + 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/94968963/surefire-integration-tests/src/test/resources/reporters/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/reporters/pom.xml b/surefire-integration-tests/src/test/resources/reporters/pom.xml index 8ea3d17..2152525 100644 --- a/surefire-integration-tests/src/test/resources/reporters/pom.xml +++ b/surefire-integration-tests/src/test/resources/reporters/pom.xml @@ -21,14 +21,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin ${surefire.version} @@ -51,5 +43,7 @@ true once true + 1.7 + 1.7 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/result-counting/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/result-counting/pom.xml b/surefire-integration-tests/src/test/resources/result-counting/pom.xml index 7e7f262..fcb7372 100644 --- a/surefire-integration-tests/src/test/resources/result-counting/pom.xml +++ b/surefire-integration-tests/src/test/resources/result-counting/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/94968963/surefire-integration-tests/src/test/resources/runOrder/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/runOrder/pom.xml b/surefire-integration-tests/src/test/resources/runOrder/pom.xml index 063e82b..84abb53 100644 --- a/surefire-integration-tests/src/test/resources/runOrder/pom.xml +++ b/surefire-integration-tests/src/test/resources/runOrder/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for runOrder + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/runorder-parallel/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/runorder-parallel/pom.xml b/surefire-integration-tests/src/test/resources/runorder-parallel/pom.xml index edbc7fa..1dee7d8 100644 --- a/surefire-integration-tests/src/test/resources/runorder-parallel/pom.xml +++ b/surefire-integration-tests/src/test/resources/runorder-parallel/pom.xml @@ -15,18 +15,15 @@ + + 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/94968963/surefire-integration-tests/src/test/resources/sibling-aggregator/aggregator/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/sibling-aggregator/aggregator/pom.xml b/surefire-integration-tests/src/test/resources/sibling-aggregator/aggregator/pom.xml index eb5f25c..b12b118 100644 --- a/surefire-integration-tests/src/test/resources/sibling-aggregator/aggregator/pom.xml +++ b/surefire-integration-tests/src/test/resources/sibling-aggregator/aggregator/pom.xml @@ -28,6 +28,12 @@ 1.0-SNAPSHOT Test for aggregator whose modules are in ../child pom + + + 1.7 + 1.7 + + ../child1 ../child2 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/sibling-aggregator/child1/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/sibling-aggregator/child1/pom.xml b/surefire-integration-tests/src/test/resources/sibling-aggregator/child1/pom.xml index ba34f0a..be2f9df 100644 --- a/surefire-integration-tests/src/test/resources/sibling-aggregator/child1/pom.xml +++ b/surefire-integration-tests/src/test/resources/sibling-aggregator/child1/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for aggregated child1 + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/sibling-aggregator/child2/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/sibling-aggregator/child2/pom.xml b/surefire-integration-tests/src/test/resources/sibling-aggregator/child2/pom.xml index 5ca21cd..b8c21bf 100644 --- a/surefire-integration-tests/src/test/resources/sibling-aggregator/child2/pom.xml +++ b/surefire-integration-tests/src/test/resources/sibling-aggregator/child2/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for aggregated child2 + + 1.7 + 1.7 + + org.apache.maven.plugins.surefire.its.sibling-aggregator http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/small-result-counting/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/small-result-counting/pom.xml b/surefire-integration-tests/src/test/resources/small-result-counting/pom.xml index d48eb92..e06061c 100644 --- a/surefire-integration-tests/src/test/resources/small-result-counting/pom.xml +++ b/surefire-integration-tests/src/test/resources/small-result-counting/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} @@ -40,5 +32,7 @@ 4.8.1 once + 1.7 + 1.7 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1024/jiras-surefire-1024-testjar/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1024/jiras-surefire-1024-testjar/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1024/jiras-surefire-1024-testjar/pom.xml index b613fcb..5bf2bad 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1024/jiras-surefire-1024-testjar/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1024/jiras-surefire-1024-testjar/pom.xml @@ -31,6 +31,11 @@ jiras-surefire-1024-testjar 1.0 + + 1.7 + 1.7 + + junit @@ -39,16 +44,4 @@ true - - - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1028-unable-to-run-single-test/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1028-unable-to-run-single-test/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1028-unable-to-run-single-test/pom.xml index 2b7659e..8598f1e 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1028-unable-to-run-single-test/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1028-unable-to-run-single-test/pom.xml @@ -50,18 +50,4 @@ test - - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - maven-surefire-plugin - - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1036-NonFilterableJUnitRunnerWithCategories/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1036-NonFilterableJUnitRunnerWithCategories/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1036-NonFilterableJUnitRunnerWithCategories/pom.xml index 00ed618..6fefa7d 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1036-NonFilterableJUnitRunnerWithCategories/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1036-NonFilterableJUnitRunnerWithCategories/pom.xml @@ -59,13 +59,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin jiras.surefire1036.IntegrationTest http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1053-system-properties/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1053-system-properties/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1053-system-properties/pom.xml index 4c69f8f..1774dc4 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1053-system-properties/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1053-system-properties/pom.xml @@ -52,13 +52,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin once http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1055-parallelTestCount/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1055-parallelTestCount/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1055-parallelTestCount/pom.xml index d405a8c..51ef7bc 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1055-parallelTestCount/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1055-parallelTestCount/pom.xml @@ -52,14 +52,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin once http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1080-parallel-fork-double-test/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1080-parallel-fork-double-test/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1080-parallel-fork-double-test/pom.xml index 86f29f3..2f24bc4 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1080-parallel-fork-double-test/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1080-parallel-fork-double-test/pom.xml @@ -44,6 +44,11 @@ + + 1.7 + 1.7 + + junit @@ -56,14 +61,6 @@ - maven-compiler-plugin - 2.3.2 - - 1.5 - 1.5 - - - maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1082-parallel-junit-parameterized/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1082-parallel-junit-parameterized/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1082-parallel-junit-parameterized/pom.xml index 64e8559..4229cc9 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1082-parallel-junit-parameterized/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1082-parallel-junit-parameterized/pom.xml @@ -39,6 +39,11 @@ + + 1.7 + 1.7 + + junit @@ -51,14 +56,6 @@ - maven-compiler-plugin - 2.3.2 - - 1.5 - 1.5 - - - maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1095-npe-in-runlistener/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1095-npe-in-runlistener/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1095-npe-in-runlistener/pom.xml index 022fddf..8a39f12 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1095-npe-in-runlistener/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1095-npe-in-runlistener/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/94968963/surefire-integration-tests/src/test/resources/surefire-1098-balanced-runorder/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1098-balanced-runorder/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1098-balanced-runorder/pom.xml index 08ba73d..75f1c8e 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1098-balanced-runorder/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1098-balanced-runorder/pom.xml @@ -52,13 +52,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin balanced http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml index 479caa3..0efc935 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml @@ -25,6 +25,11 @@ jiras-surefire-1122 1.0 + + 1.7 + 1.7 + + junit @@ -37,14 +42,6 @@ - maven-compiler-plugin - 2.3.2 - - 1.5 - 1.5 - - - maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1135-improve-ignore-message-for-testng/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1135-improve-ignore-message-for-testng/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1135-improve-ignore-message-for-testng/pom.xml index 6a1b46e..daecfc0 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1135-improve-ignore-message-for-testng/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1135-improve-ignore-message-for-testng/pom.xml @@ -28,6 +28,11 @@ surefire-1135-improve-ignore-message-for-testng 1.0-SNAPSHOT Surefire 1135 + + + 1.7 + 1.7 + @@ -69,14 +74,6 @@ SkipExceptionReportTest - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/pom.xml index 943fac7..d8c5a01 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/pom.xml @@ -52,14 +52,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/94968963/surefire-integration-tests/src/test/resources/surefire-1144-xml-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1144-xml-runtime/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1144-xml-runtime/pom.xml index b35d70e..b183414 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1144-xml-runtime/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1144-xml-runtime/pom.xml @@ -47,17 +47,4 @@ 4.0 - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1146-rerunFailingTests-with-Parameterized/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1146-rerunFailingTests-with-Parameterized/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1146-rerunFailingTests-with-Parameterized/pom.xml index 3867dd2..77e10e7 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1146-rerunFailingTests-with-Parameterized/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1146-rerunFailingTests-with-Parameterized/pom.xml @@ -52,13 +52,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin 2 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1152-rerunFailingTestsCount-suite/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1152-rerunFailingTestsCount-suite/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1152-rerunFailingTestsCount-suite/pom.xml index fd11c14..bdba56b 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1152-rerunFailingTestsCount-suite/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1152-rerunFailingTestsCount-suite/pom.xml @@ -41,13 +41,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - org.apache.maven.plugins maven-surefire-plugin @@ -57,7 +50,6 @@ - org.apache.maven.plugins maven-failsafe-plugin http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1153-includesAndSpecifiedTest/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1153-includesAndSpecifiedTest/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1153-includesAndSpecifiedTest/pom.xml index b430563..13ae6b6 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1153-includesAndSpecifiedTest/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1153-includesAndSpecifiedTest/pom.xml @@ -41,13 +41,6 @@ - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1158-remove-info-lines/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1158-remove-info-lines/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1158-remove-info-lines/pom.xml index d93b047..37e65bf 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1158-remove-info-lines/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1158-remove-info-lines/pom.xml @@ -51,14 +51,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin always http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1179-testng-parallel-dataprovider/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1179-testng-parallel-dataprovider/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1179-testng-parallel-dataprovider/pom.xml index 84bc233..e61abeb 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1179-testng-parallel-dataprovider/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1179-testng-parallel-dataprovider/pom.xml @@ -54,14 +54,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/94968963/surefire-integration-tests/src/test/resources/surefire-1185/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1185/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1185/pom.xml index 910c7a8..ca15310 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1185/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1185/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/94968963/surefire-integration-tests/src/test/resources/surefire-1202-rerun-and-failfast/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1202-rerun-and-failfast/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1202-rerun-and-failfast/pom.xml index e25752c..4fb9d72 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1202-rerun-and-failfast/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1202-rerun-and-failfast/pom.xml @@ -40,6 +40,11 @@ + + 1.7 + 1.7 + + junit @@ -50,16 +55,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/pom.xml index 15fe206..9bb5c27 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/pom.xml @@ -40,6 +40,11 @@ + + 1.7 + 1.7 + + junit @@ -50,16 +55,6 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1211/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1211/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1211/pom.xml index d8d24f4..98db2a7 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1211/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1211/pom.xml @@ -54,14 +54,6 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin once http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1278-group-name-ending/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1278-group-name-ending/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1278-group-name-ending/pom.xml index b1764ba..d262525 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1278-group-name-ending/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1278-group-name-ending/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for testng groups + + 1.7 + 1.7 + + org.testng @@ -47,14 +52,6 @@ group - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1364/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1364/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1364/pom.xml index f93565a..952ca06 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1364/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1364/pom.xml @@ -34,8 +34,6 @@ UTF-8 - 1.6 - 1.6 once @@ -54,6 +52,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.7.0 FirstTest.java http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1367/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1367/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1367/pom.xml index 4bca308..b1d3ac3 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1367/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1367/pom.xml @@ -34,8 +34,6 @@ UTF-8 - 1.5 - 1.5 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1396-pluggableproviders-classpath-provider/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1396-pluggableproviders-classpath-provider/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1396-pluggableproviders-classpath-provider/pom.xml index 5d6da34..30e5199 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1396-pluggableproviders-classpath-provider/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1396-pluggableproviders-classpath-provider/pom.xml @@ -25,6 +25,11 @@ surefire-test-classpath-provider 1.0-SNAPSHOT Test provider + + + 1.7 + 1.7 + http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-1396-pluggableproviders-classpath/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-1396-pluggableproviders-classpath/pom.xml b/surefire-integration-tests/src/test/resources/surefire-1396-pluggableproviders-classpath/pom.xml index 1c441a8..be5cf97 100644 --- a/surefire-integration-tests/src/test/resources/surefire-1396-pluggableproviders-classpath/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-1396-pluggableproviders-classpath/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT pluggableproviders-classpath-test + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-141-pluggableproviders-provider/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-141-pluggableproviders-provider/pom.xml b/surefire-integration-tests/src/test/resources/surefire-141-pluggableproviders-provider/pom.xml index dded577..10a40c4 100644 --- a/surefire-integration-tests/src/test/resources/surefire-141-pluggableproviders-provider/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-141-pluggableproviders-provider/pom.xml @@ -27,8 +27,10 @@ Test provider - 2.12.4 + 1.7 + 1.7 + org.apache.maven.surefire @@ -44,18 +46,6 @@ META-INF - - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - 1.5 - 1.5 - - - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-141-pluggableproviders/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-141-pluggableproviders/pom.xml b/surefire-integration-tests/src/test/resources/surefire-141-pluggableproviders/pom.xml index 14f9739..1a92a0c 100644 --- a/surefire-integration-tests/src/test/resources/surefire-141-pluggableproviders/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-141-pluggableproviders/pom.xml @@ -39,7 +39,10 @@ 2.12.4 + 1.7 + 1.7 + @@ -59,15 +62,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - 1.5 - 1.5 - - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-146-forkPerTestNoSetup/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-146-forkPerTestNoSetup/pom.xml b/surefire-integration-tests/src/test/resources/surefire-146-forkPerTestNoSetup/pom.xml index b222456..671a654 100644 --- a/surefire-integration-tests/src/test/resources/surefire-146-forkPerTestNoSetup/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-146-forkPerTestNoSetup/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for SUREFIRE-146 (forkMode=pertest fails to call setUp) + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-162-charsetProvider/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-162-charsetProvider/pom.xml b/surefire-integration-tests/src/test/resources/surefire-162-charsetProvider/pom.xml index bd4809f..3eb6175 100644 --- a/surefire-integration-tests/src/test/resources/surefire-162-charsetProvider/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-162-charsetProvider/pom.xml @@ -5,16 +5,13 @@ surefire-162-charsetProvider Test alternate CharsetProvider 1.0-SNAPSHOT + + 1.7 + 1.7 + - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-224-wellFormedXmlFailures/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-224-wellFormedXmlFailures/pom.xml b/surefire-integration-tests/src/test/resources/surefire-224-wellFormedXmlFailures/pom.xml index ff7f25f..74217ef 100644 --- a/surefire-integration-tests/src/test/resources/surefire-224-wellFormedXmlFailures/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-224-wellFormedXmlFailures/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for MSUREFIRE-54 (well-formed XML failures) + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-257-rerunningTests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-257-rerunningTests/pom.xml b/surefire-integration-tests/src/test/resources/surefire-257-rerunningTests/pom.xml index 02f581d..c3e6738 100644 --- a/surefire-integration-tests/src/test/resources/surefire-257-rerunningTests/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-257-rerunningTests/pom.xml @@ -1,11 +1,16 @@ 4.0.0 + org.apache.maven.surefire-257-rerunningTests surefire-257-rerunningTests 0.0.1-SNAPSHOT pom + + 1.7 + 1.7 + http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-260-testWithIdenticalNames/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-260-testWithIdenticalNames/pom.xml b/surefire-integration-tests/src/test/resources/surefire-260-testWithIdenticalNames/pom.xml index 8d555b3..16035fe 100644 --- a/surefire-integration-tests/src/test/resources/surefire-260-testWithIdenticalNames/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-260-testWithIdenticalNames/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT surefire-260-testsWithIdenticalNames + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-34-securityManager-success/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-34-securityManager-success/pom.xml b/surefire-integration-tests/src/test/resources/surefire-34-securityManager-success/pom.xml index f01e319..541f499 100644 --- a/surefire-integration-tests/src/test/resources/surefire-34-securityManager-success/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-34-securityManager-success/pom.xml @@ -28,9 +28,10 @@ 1.0-SNAPSHOT Surefire-34-SecurityManager - 3.8.1 + 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/94968963/surefire-integration-tests/src/test/resources/surefire-34-securityManager/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-34-securityManager/pom.xml b/surefire-integration-tests/src/test/resources/surefire-34-securityManager/pom.xml index f01e319..541f499 100644 --- a/surefire-integration-tests/src/test/resources/surefire-34-securityManager/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-34-securityManager/pom.xml @@ -28,9 +28,10 @@ 1.0-SNAPSHOT Surefire-34-SecurityManager - 3.8.1 + 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/94968963/surefire-integration-tests/src/test/resources/surefire-408-manual-provider-selection/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-408-manual-provider-selection/pom.xml b/surefire-integration-tests/src/test/resources/surefire-408-manual-provider-selection/pom.xml index 72a1c7b..ac94779 100644 --- a/surefire-integration-tests/src/test/resources/surefire-408-manual-provider-selection/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-408-manual-provider-selection/pom.xml @@ -28,6 +28,11 @@ 1.0-SNAPSHOT Test for two test cases + + 1.7 + 1.7 + + junit http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-500-puzzling-error/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-500-puzzling-error/pom.xml b/surefire-integration-tests/src/test/resources/surefire-500-puzzling-error/pom.xml index f65975b..ce01272 100644 --- a/surefire-integration-tests/src/test/resources/surefire-500-puzzling-error/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-500-puzzling-error/pom.xml @@ -8,9 +8,9 @@ surefire-500-puzzling-error http://maven.apache.org - 1.5 - 1.5 4.4 + 1.7 + 1.7 @@ -24,16 +24,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - true - - ${java.source.version} - ${java.target.version} - - - - maven-surefire-plugin ${surefire.version} @@ -41,7 +31,6 @@ true - http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-510-testClassPath/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-510-testClassPath/pom.xml b/surefire-integration-tests/src/test/resources/surefire-510-testClassPath/pom.xml index b6534c4..5cb7b92 100644 --- a/surefire-integration-tests/src/test/resources/surefire-510-testClassPath/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-510-testClassPath/pom.xml @@ -28,16 +28,14 @@ 1.0-SNAPSHOT Surefire-510-systemprops + + 1.7 + 1.7 + + - maven-compiler-plugin - - 1.5 - 1.5 - - - maven-surefire-plugin ${surefire.version} http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/surefire-integration-tests/src/test/resources/surefire-570-multipleReportDirectories/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/surefire-570-multipleReportDirectories/pom.xml b/surefire-integration-tests/src/test/resources/surefire-570-multipleReportDirectories/pom.xml index 0bd6b91..b3238ea 100644 --- a/surefire-integration-tests/src/test/resources/surefire-570-multipleReportDirectories/pom.xml +++ b/surefire-integration-tests/src/test/resources/surefire-570-multipleReportDirectories/pom.xml @@ -1,11 +1,16 @@ 4.0.0 + org.apache.maven.surefire-report surefire-570-multipleReportDirectories 0.0.1-SNAPSHOT pom + + 1.7 + 1.7 + http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/94968963/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/94968963/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/94968963/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/94968963/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/94968963/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/94968963/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/94968963/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/94968963/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