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 2016/07/28 22:06:16 UTC

cxf git commit: add jax_rs/websocket_osgi in samples/pom.xml

Repository: cxf
Updated Branches:
  refs/heads/master f5e753380 -> 45d54d558


add jax_rs/websocket_osgi in samples/pom.xml


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

Branch: refs/heads/master
Commit: 45d54d558625236b84752b0d7976f0cf85518c16
Parents: f5e7533
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Fri Jul 29 00:05:25 2016 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Fri Jul 29 00:06:07 2016 +0200

----------------------------------------------------------------------
 .../src/main/release/samples/jax_rs/websocket_web/pom.xml        | 4 ++--
 distribution/src/main/release/samples/pom.xml                    | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/45d54d55/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml b/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
index 49c4540..1976690 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/websocket_web/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>jax_rs_websocket_web</artifactId>
-    <name>JAX-RS WebSocket Demo</name>
-    <description>JAX-RS WebSocket WebApp Demo</description>
+    <name>JAX-RS WebSocket WebApp Demo</name>
+    <description>JAX-RS WebSocket Demo</description>
     <packaging>war</packaging>
     <parent>
         <groupId>org.apache.cxf.samples</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/45d54d55/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 d73a7d0..ca874f3 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -52,6 +52,7 @@
         <module>jax_rs/basic</module>
         <module>jax_rs/websocket</module>
         <module>jax_rs/websocket_web</module>
+        <module>jax_rs/websocket_osgi</module>
         <module>jax_rs/search</module>
         <module>jax_rs/description_swagger</module>
         <module>jax_rs/description_swagger2</module>