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 08:35:12 UTC

[camel] 04/10: 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 77d08f5dae7223695f34b2cfac82d2362bcf50f0
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>