You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/12/13 09:35:28 UTC

[camel] 05/15: CAMEL-12954 - maven name for the jsr356 module

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 33799342ab7e19f5d18bab359d10ce3421d69ece
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Fri Nov 23 16:24:24 2018 +0100

    CAMEL-12954 - maven name for the jsr356 module
---
 components/camel-websocket-jsr356/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-websocket-jsr356/pom.xml b/components/camel-websocket-jsr356/pom.xml
index dcc234c..0cd9b65 100644
--- a/components/camel-websocket-jsr356/pom.xml
+++ b/components/camel-websocket-jsr356/pom.xml
@@ -30,6 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>camel-websocket-jsr356</artifactId>
+  <name>Camel :: WebSocket JSR356</name>
   <description>Camel WebSocket using JSR356 (javax)</description>
 
   <properties>