You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2015/07/30 23:05:56 UTC

cxf git commit: add the samples ws_security/sign_enc_policy to its parent pom

Repository: cxf
Updated Branches:
  refs/heads/master 424672743 -> aeff8782d


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/aeff8782
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/aeff8782
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/aeff8782

Branch: refs/heads/master
Commit: aeff8782d28ec57e5aaab9c7b709d89e1d2a7c15
Parents: 4246727
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Thu Jul 30 23:05:26 2015 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Thu Jul 30 23:05:50 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/aeff8782/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 7e5fc26..40b6910 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -76,6 +76,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/aeff8782/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 9dc6383..82b56fc 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.1.3-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <build>