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 <cohei...@apache.org>
Authored: Fri Aug 14 10:32:02 2015 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
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 @@
 <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/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 @@
 -->
 <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/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 @@
 <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>

Reply via email to