Repository: cxf-dosgi
Updated Branches:
refs/heads/master 89d9b3955 -> 87ead40c8
Fix ssl example
Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/87ead40c
Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/87ead40c
Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/87ead40c
Branch: refs/heads/master
Commit: 87ead40c8b17ef2a6eb9666afde7b509b2b668fd
Parents: 89d9b39
Author: Christian Schneider <chris@die-schneider.net>
Authored: Wed Apr 12 09:30:55 2017 +0200
Committer: Christian Schneider <chris@die-schneider.net>
Committed: Wed Apr 12 09:30:55 2017 +0200
----------------------------------------------------------------------
samples/pom.xml | 1 +
samples/ssl/pom.xml | 2 +-
samples/ssl/ssl-intent/pom.xml | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/87ead40c/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index 7f62cab..06ed768 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -42,6 +42,7 @@
<module>rest</module>
<module>soap</module>
<module>security_filter</module>
+ <module>ssl</module>
<module>repository</module>
<module>features</module>
</modules>
http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/87ead40c/samples/ssl/pom.xml
----------------------------------------------------------------------
diff --git a/samples/ssl/pom.xml b/samples/ssl/pom.xml
index 0fe4033..cde3a4a 100644
--- a/samples/ssl/pom.xml
+++ b/samples/ssl/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf.dosgi.samples</groupId>
<artifactId>cxf-dosgi-samples-parent</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/87ead40c/samples/ssl/ssl-intent/pom.xml
----------------------------------------------------------------------
diff --git a/samples/ssl/ssl-intent/pom.xml b/samples/ssl/ssl-intent/pom.xml
index 5c69ff5..69a5886 100644
--- a/samples/ssl/ssl-intent/pom.xml
+++ b/samples/ssl/ssl-intent/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf.dosgi.samples</groupId>
<artifactId>cxf-dosgi-samples-ssl-parent</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
|