Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 8dd26f8af -> 9f0b4be34


add the samples ws_security/sign_enc_policy to its parent pom


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/9f0b4be3
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9f0b4be3
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9f0b4be3

Branch: refs/heads/3.0.x-fixes
Commit: 9f0b4be34c4e25a2acbcb3b2053f1b8aa71bc297
Parents: 8dd26f8
Author: Akitoshi Yoshida <a...@apache.org>
Authored: Thu Jul 30 23:05:26 2015 +0200
Committer: Akitoshi Yoshida <a...@apache.org>
Committed: Thu Jul 30 23:08:37 2015 +0200

----------------------------------------------------------------------
 distribution/src/main/release/samples/pom.xml                      | 1 +
 .../src/main/release/samples/ws_security/sign_enc_policy/pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/9f0b4be3/distribution/src/main/release/samples/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/pom.xml 
b/distribution/src/main/release/samples/pom.xml
index 0c4a371..2230961 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -73,6 +73,7 @@
         <module>js_provider</module>
         <module>ws_security/ut</module>
         <module>ws_security/sign_enc</module>
+        <module>ws_security/sign_enc_policy</module>
         <module>ws_security/ut_policy</module>
         <module>mtom</module>
         <module>jaxws_async</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/9f0b4be3/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 c3b5e4e..c9af1f8 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
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.7-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <build>

Reply via email to