Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB80A1020E for ; Tue, 3 Jun 2014 14:04:42 +0000 (UTC) Received: (qmail 94050 invoked by uid 500); 3 Jun 2014 14:04:42 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 93983 invoked by uid 500); 3 Jun 2014 14:04:42 -0000 Mailing-List: contact commits-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 commits@cxf.apache.org Received: (qmail 93970 invoked by uid 99); 3 Jun 2014 14:04:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 14:04:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7D2949421E2; Tue, 3 Jun 2014 14:04:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Date: Tue, 03 Jun 2014 14:04:43 -0000 Message-Id: In-Reply-To: <51283ee0c6404e05b20e8c4960e7f052@git.apache.org> References: <51283ee0c6404e05b20e8c4960e7f052@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: More plugin versions More plugin versions Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/7506f31a Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/7506f31a Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/7506f31a Branch: refs/heads/1.1.x-fixes Commit: 7506f31af3c3a785ba42858e5782642c22642b0d Parents: c83d42e Author: Colm O hEigeartaigh Authored: Tue Jun 3 15:04:30 2014 +0100 Committer: Colm O hEigeartaigh Committed: Tue Jun 3 15:04:30 2014 +0100 ---------------------------------------------------------------------- plugins/core/pom.xml | 2 +- plugins/cxf/pom.xml | 4 ++-- plugins/jetty/pom.xml | 6 +++--- plugins/spring/pom.xml | 4 ++-- plugins/spring2/pom.xml | 4 ++-- services/sts/pom.xml | 8 ++++---- systests/jetty8/pom.xml | 8 ++++---- systests/spring/pom.xml | 8 ++++---- systests/tests/pom.xml | 2 +- 9 files changed, 23 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/7506f31a/plugins/core/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml index b48e9cf..95bce07 100644 --- a/plugins/core/pom.xml +++ b/plugins/core/pom.xml @@ -112,7 +112,7 @@ org.apache.felix maven-bundle-plugin - 2.3.4 + 2.4.0 true http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/7506f31a/plugins/cxf/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml index 9b7eda3..4264ec1 100644 --- a/plugins/cxf/pom.xml +++ b/plugins/cxf/pom.xml @@ -56,7 +56,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.2.1 + 2.4 zip-file @@ -75,7 +75,7 @@ org.apache.felix maven-bundle-plugin - 2.3.4 + 2.4.0 true http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/7506f31a/plugins/jetty/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/jetty/pom.xml b/plugins/jetty/pom.xml index 039e2d6..a094746 100644 --- a/plugins/jetty/pom.xml +++ b/plugins/jetty/pom.xml @@ -120,7 +120,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.2.1 + 2.4 zip-file @@ -139,7 +139,7 @@ org.apache.felix maven-bundle-plugin - 2.3.4 + 2.4.0 true @@ -165,7 +165,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.6 + 2.8 copy-idp-sts http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/7506f31a/plugins/spring/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml index 70292ba..ccc41ba 100644 --- a/plugins/spring/pom.xml +++ b/plugins/spring/pom.xml @@ -72,7 +72,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.2.1 + 2.4 zip-file @@ -91,7 +91,7 @@ org.apache.felix maven-bundle-plugin - 2.3.4 + 2.4.0 true http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/7506f31a/plugins/spring2/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/spring2/pom.xml b/plugins/spring2/pom.xml index ccbae81..f2731d7 100644 --- a/plugins/spring2/pom.xml +++ b/plugins/spring2/pom.xml @@ -76,7 +76,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.2.1 + 2.4 zip-file @@ -95,7 +95,7 @@ org.apache.felix maven-bundle-plugin - 2.3.4 + 2.4.0 true http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/7506f31a/services/sts/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 3cea1b3..0a68806 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -84,7 +84,7 @@ org.apache.maven.plugins maven-war-plugin - 2.1.1 + 2.3 @@ -163,7 +163,7 @@ org.codehaus.mojo build-helper-maven-plugin - 1.7 + 1.8 reserve-network-port @@ -230,7 +230,7 @@ maven-failsafe-plugin - 2.12.2 + 2.17 true @@ -263,7 +263,7 @@ maven-surefire-plugin - 2.14 + 2.17 default-test http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/7506f31a/systests/jetty8/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jetty8/pom.xml b/systests/jetty8/pom.xml index be4e7f3..60cdba2 100644 --- a/systests/jetty8/pom.xml +++ b/systests/jetty8/pom.xml @@ -113,7 +113,7 @@ org.codehaus.mojo build-helper-maven-plugin - 1.7 + 1.8 reserve-network-port @@ -133,7 +133,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.6 + 2.8 copy-idp-sts @@ -186,7 +186,7 @@ maven-failsafe-plugin - 2.12.2 + 2.17 true @@ -220,7 +220,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.12 + 2.17 true http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/7506f31a/systests/spring/pom.xml ---------------------------------------------------------------------- diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml index 2322897..6bd00c5 100644 --- a/systests/spring/pom.xml +++ b/systests/spring/pom.xml @@ -101,7 +101,7 @@ org.codehaus.mojo build-helper-maven-plugin - 1.7 + 1.8 reserve-network-port @@ -121,7 +121,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.6 + 2.8 copy-idp-sts @@ -171,7 +171,7 @@ maven-failsafe-plugin - 2.12.2 + 2.17 true @@ -205,7 +205,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.12 + 2.17 true http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/7506f31a/systests/tests/pom.xml ---------------------------------------------------------------------- diff --git a/systests/tests/pom.xml b/systests/tests/pom.xml index 5a1ef71..e25fd81 100644 --- a/systests/tests/pom.xml +++ b/systests/tests/pom.xml @@ -60,7 +60,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.2 + 2.4