From commits-return-37876-apmail-cxf-commits-archive=cxf.apache.org@cxf.apache.org Fri Aug 14 10:02:51 2015 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 18A4C18E07 for ; Fri, 14 Aug 2015 10:02:51 +0000 (UTC) Received: (qmail 10230 invoked by uid 500); 14 Aug 2015 10:02:51 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 10155 invoked by uid 500); 14 Aug 2015 10:02:51 -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 10145 invoked by uid 99); 14 Aug 2015 10:02:50 -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; Fri, 14 Aug 2015 10:02:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D5E7CE042E; Fri, 14 Aug 2015 10:02:50 +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: Fri, 14 Aug 2015 10:02:50 -0000 Message-Id: <4f00f49764544f2db7e60739d9883fdf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cxf git commit: Fixing distribution build failure Repository: cxf Updated Branches: refs/heads/3.0.x-fixes dec493568 -> b891bf412 Fixing distribution build failure Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/468824b2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/468824b2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/468824b2 Branch: refs/heads/3.0.x-fixes Commit: 468824b2db99c987030ec43b6032b47c0534469e Parents: dec4935 Author: Colm O hEigeartaigh Authored: Fri Aug 14 10:32:02 2015 +0100 Committer: Colm O hEigeartaigh Committed: Fri Aug 14 11:02:33 2015 +0100 ---------------------------------------------------------------------- .../src/main/release/samples/ws_security/sign_enc/pom.xml | 4 ++-- .../release/samples/ws_security/sign_enc_policy/README.txt | 2 +- .../main/release/samples/ws_security/sign_enc_policy/pom.xml | 6 +++--- .../src/main/release/samples/ws_security/ut_policy/README.txt | 2 +- .../src/main/release/samples/ws_security/ut_policy/pom.xml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/468824b2/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml index 465d141..708cc63 100644 --- a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml +++ b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml @@ -20,8 +20,8 @@ 4.0.0 wssec_sign_enc - CXF WS-Security Sign Encoding Demo - CXF WS-Security Sign Encoding Demo + CXF WS-Security Signature Encryption Demo + CXF WS-Security Signature Encryption Demo org.apache.cxf.samples cxf-samples http://git-wip-us.apache.org/repos/asf/cxf/blob/468824b2/distribution/src/main/release/samples/ws_security/sign_enc_policy/README.txt ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/sign_enc_policy/README.txt b/distribution/src/main/release/samples/ws_security/sign_enc_policy/README.txt index dd59c59..8ca5c81 100644 --- a/distribution/src/main/release/samples/ws_security/sign_enc_policy/README.txt +++ b/distribution/src/main/release/samples/ws_security/sign_enc_policy/README.txt @@ -1,4 +1,4 @@ -WS-Security Demo (UsernameToken and Timestamp) +WS-SecurityPolicy Demo (Signature and Encryption using WS-SecurityPolicy) =============================================== This demo shows how WS-Security support in Apache CXF may be enabled. http://git-wip-us.apache.org/repos/asf/cxf/blob/468824b2/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml index c9af1f8..b887bc2 100644 --- a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml +++ b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml @@ -19,9 +19,9 @@ --> 4.0.0 - wssec_ut_policy - WS-Security UT Policy Demo - WS-Security UT Policy Demo + wssec_sign_enc_policy + CXF WS-SecurityPolicy Signature Encryption Demo + CXF WS-SecurityPolicy Signature Encryption Demo org.apache.cxf.samples cxf-samples http://git-wip-us.apache.org/repos/asf/cxf/blob/468824b2/distribution/src/main/release/samples/ws_security/ut_policy/README.txt ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/ut_policy/README.txt b/distribution/src/main/release/samples/ws_security/ut_policy/README.txt index c1f3b76..37a69c8 100644 --- a/distribution/src/main/release/samples/ws_security/ut_policy/README.txt +++ b/distribution/src/main/release/samples/ws_security/ut_policy/README.txt @@ -1,4 +1,4 @@ -WS-Security Demo (UsernameToken and Timestamp) +WS-SecurityPolicy Demo (UsernameToken and Timestamp using WS-SecurityPolicy) =============================================== This demo shows how WS-Security support in Apache CXF may be enabled. http://git-wip-us.apache.org/repos/asf/cxf/blob/468824b2/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml index e1f6fc4..cbd9eb2 100644 --- a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml +++ b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml @@ -20,8 +20,8 @@ 4.0.0 wssec_ut_policy - WS-Security UT Policy Demo - WS-Security UT Policy Demo + WS-SecurityPolicy UT Demo + WS-SecurityPolicy UT Demo org.apache.cxf.samples cxf-samples