add jax_rs/websocket_osgi in samples/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>
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>