Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E2321200C84 for ; Mon, 29 May 2017 13:15:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E0CB9160BCE; Mon, 29 May 2017 11:15:40 +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 0C29E160BC2 for ; Mon, 29 May 2017 13:15:39 +0200 (CEST) Received: (qmail 20703 invoked by uid 500); 29 May 2017 11:15:39 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 20691 invoked by uid 99); 29 May 2017 11:15:38 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2017 11:15:38 +0000 Received: from mail-pg0-f41.google.com (mail-pg0-f41.google.com [74.125.83.41]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 4570C1A02C0 for ; Mon, 29 May 2017 11:15:38 +0000 (UTC) Received: by mail-pg0-f41.google.com with SMTP id 8so21849510pgc.2 for ; Mon, 29 May 2017 04:15:38 -0700 (PDT) X-Gm-Message-State: AODbwcCgWbZybg22dwiLp262WExerkz7S+t/WG/Vv8nPzFn2g8WdbpIX jI2VwCeIuUXbsM4WYZPQj5HPukh80w== X-Received: by 10.84.130.99 with SMTP id 90mr49905692plc.165.1496056537898; Mon, 29 May 2017 04:15:37 -0700 (PDT) MIME-Version: 1.0 Reply-To: coheigea@apache.org Received: by 10.100.189.14 with HTTP; Mon, 29 May 2017 04:15:37 -0700 (PDT) In-Reply-To: <4e95eeedd9e84f87a7b57d2cff5d65ec@git.apache.org> References: <4e95eeedd9e84f87a7b57d2cff5d65ec@git.apache.org> From: Colm O hEigeartaigh Date: Mon, 29 May 2017 12:15:37 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: cxf git commit: Update maven-surefire-plugin and maven-failsafe-plugin To: "dev@cxf.apache.org" Content-Type: multipart/alternative; boundary="94eb2c124e048167120550a7ce79" archived-at: Mon, 29 May 2017 11:15:41 -0000 --94eb2c124e048167120550a7ce79 Content-Type: text/plain; charset="UTF-8" Hi Dennis, The surefire change to the root pom needs to be reverted due to the comment that was there previously - the CXF XKMS itests are failing after the change. Colm. On Fri, May 26, 2017 at 2:43 PM, wrote: > Repository: cxf > Updated Branches: > refs/heads/master 18418ec34 -> e3b77cc71 > > > Update maven-surefire-plugin and maven-failsafe-plugin > > > Project: http://git-wip-us.apache.org/repos/asf/cxf/repo > Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e3b77cc7 > Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e3b77cc7 > Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e3b77cc7 > > Branch: refs/heads/master > Commit: e3b77cc7100f304dcf8d5e29bce78c800c4d4cd1 > Parents: 18418ec > Author: Dennis Kieselhorst > Authored: Fri May 26 15:43:30 2017 +0200 > Committer: Dennis Kieselhorst > Committed: Fri May 26 15:43:30 2017 +0200 > > ---------------------------------------------------------------------- > distribution/src/main/release/samples/aegis/pom.xml | 2 +- > .../src/main/release/samples/jax_rs/minimal_osgi/pom.xml | 2 +- > .../src/main/resources/archetype-resources/pom.xml | 2 +- > parent/pom.xml | 1 - > pom.xml | 6 ++---- > systests/container-integration/jetty6/pom.xml | 2 +- > 6 files changed, 6 insertions(+), 9 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/ > distribution/src/main/release/samples/aegis/pom.xml > ---------------------------------------------------------------------- > diff --git a/distribution/src/main/release/samples/aegis/pom.xml > b/distribution/src/main/release/samples/aegis/pom.xml > index ae46255..f89b868 100644 > --- a/distribution/src/main/release/samples/aegis/pom.xml > +++ b/distribution/src/main/release/samples/aegis/pom.xml > @@ -34,7 +34,7 @@ > > > maven-surefire-plugin > - 2.5 > + 2.20 > > always > > > http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/ > distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml > ---------------------------------------------------------------------- > diff --git a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml > b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml > index 3fb513d..84a187f 100644 > --- a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml > +++ b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml > @@ -119,7 +119,7 @@ > > org.apache.maven.plugins > maven-surefire-plugin > - 2.10 > + 2.20 > > true > > > http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/ > maven-plugins/archetypes/cxf-jaxrs-service/src/main/ > resources/archetype-resources/pom.xml > ---------------------------------------------------------------------- > diff --git a/maven-plugins/archetypes/cxf-jaxrs-service/src/main/ > resources/archetype-resources/pom.xml b/maven-plugins/archetypes/ > cxf-jaxrs-service/src/main/resources/archetype-resources/pom.xml > index 01332ce..747ae0f 100644 > --- a/maven-plugins/archetypes/cxf-jaxrs-service/src/main/ > resources/archetype-resources/pom.xml > +++ b/maven-plugins/archetypes/cxf-jaxrs-service/src/main/ > resources/archetype-resources/pom.xml > @@ -141,7 +141,7 @@ > > org.apache.maven.plugins > maven-failsafe-plugin > - 2.8.1 > + 2.20 > > > integration-test > > http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/parent/pom.xml > ---------------------------------------------------------------------- > diff --git a/parent/pom.xml b/parent/pom.xml > index 5103557..c791c63 100644 > --- a/parent/pom.xml > +++ b/parent/pom.xml > @@ -2314,7 +2314,6 @@ > > org.apache.maven.plugins > maven-surefire- > report-plugin > - 2.18 > > > > > http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index 01971ff..dd0ae50 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -474,9 +474,7 @@ > > org.apache.maven.plugins > maven-surefire-plugin > - > - 2.18.1 > + 2.20 > > > org.apache.maven.plugins > @@ -554,7 +552,7 @@ > > org.apache.maven.plugins > maven-surefire-report-plugin > - 2.19.1 > + 2.20 > > > org.apache.maven.plugins > > http://git-wip-us.apache.org/repos/asf/cxf/blob/e3b77cc7/ > systests/container-integration/jetty6/pom.xml > ---------------------------------------------------------------------- > diff --git a/systests/container-integration/jetty6/pom.xml > b/systests/container-integration/jetty6/pom.xml > index 2b66a57..4e3d184 100644 > --- a/systests/container-integration/jetty6/pom.xml > +++ b/systests/container-integration/jetty6/pom.xml > @@ -74,7 +74,7 @@ > > org.apache.maven.plugins > maven-failsafe-plugin > - 2.5 > + 2.20 > > > integration-test > > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com --94eb2c124e048167120550a7ce79--