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 A0CC018E5A for ; Tue, 19 Jan 2016 12:47:13 +0000 (UTC) Received: (qmail 92554 invoked by uid 500); 19 Jan 2016 12:47:13 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 92490 invoked by uid 500); 19 Jan 2016 12:47:13 -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 92478 invoked by uid 99); 19 Jan 2016 12:47:13 -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; Tue, 19 Jan 2016 12:47:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D5FD7DFBAF; Tue, 19 Jan 2016 12:47:12 +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, 19 Jan 2016 12:47:13 -0000 Message-Id: <880b15556c8b40a5a11dd38bb8a0c3fa@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] cxf-fediz git commit: Updating Spring security plugin to Spring 3.2 Updating Spring security plugin to Spring 3.2 Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/c820b5a5 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/c820b5a5 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/c820b5a5 Branch: refs/heads/master Commit: c820b5a5ef5a4cbd312b752bbfe2c6446f672fd9 Parents: 1f3ca8a Author: Colm O hEigeartaigh Authored: Tue Jan 19 12:06:58 2016 +0000 Committer: Colm O hEigeartaigh Committed: Tue Jan 19 12:06:58 2016 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- services/idp/pom.xml | 1 + .../src/main/webapp/WEB-INF/applicationContext-security.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c820b5a5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bbba1aa..c4f5423 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 2.5 1.7.13 4.1.7.RELEASE - 3.1.7.RELEASE + 3.2.9.RELEASE 7.0.65 8.0.30 2.1.4 http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c820b5a5/services/idp/pom.xml ---------------------------------------------------------------------- diff --git a/services/idp/pom.xml b/services/idp/pom.xml index c1fa70f..9b68184 100644 --- a/services/idp/pom.xml +++ b/services/idp/pom.xml @@ -31,6 +31,7 @@ 2.1.0 + 3.1.7.RELEASE http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c820b5a5/systests/webapps/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml ---------------------------------------------------------------------- diff --git a/systests/webapps/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml b/systests/webapps/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml index 76061a5..2f5a518 100644 --- a/systests/webapps/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/systests/webapps/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -23,7 +23,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:util="http://www.springframework.org/schema/util" - xsi:schemaLocation="http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.1.xsd + xsi:schemaLocation="http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.2.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">