Repository: cxf Updated Branches: refs/heads/master a14d39997 -> 55179ca8c
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/55179ca8 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/55179ca8 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/55179ca8 Branch: refs/heads/master Commit: 55179ca8cdf817c684545fdbfe5ab095b26a4e8c Parents: a14d399 Author: Colm O hEigeartaigh <cohei...@apache.org> Authored: Fri Aug 14 10:32:02 2015 +0100 Committer: Colm O hEigeartaigh <cohei...@apache.org> Committed: Fri Aug 14 10:32:02 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/55179ca8/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 9235c83..229e610 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 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>wssec_sign_enc</artifactId> - <name>CXF WS-Security Sign Encoding Demo</name> - <description>CXF WS-Security Sign Encoding Demo</description> + <name>CXF WS-Security Signature Encryption Demo</name> + <description>CXF WS-Security Signature Encryption Demo</description> <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> http://git-wip-us.apache.org/repos/asf/cxf/blob/55179ca8/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/55179ca8/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 82b56fc..fd0f9d3 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 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>wssec_ut_policy</artifactId> - <name>WS-Security UT Policy Demo</name> - <description>WS-Security UT Policy Demo</description> + <artifactId>wssec_sign_enc_policy</artifactId> + <name>CXF WS-SecurityPolicy Signature Encryption Demo</name> + <description>CXF WS-SecurityPolicy Signature Encryption Demo</description> <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> http://git-wip-us.apache.org/repos/asf/cxf/blob/55179ca8/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/55179ca8/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 f3cfde6..67a7ff8 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 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>wssec_ut_policy</artifactId> - <name>WS-Security UT Policy Demo</name> - <description>WS-Security UT Policy Demo</description> + <name>WS-SecurityPolicy UT Demo</name> + <description>WS-SecurityPolicy UT Demo</description> <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId>