This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 746bfaa3bcc2401904d9df627b74879e53f79159 Author: Guillaume Nodet <[email protected]> AuthorDate: Thu Apr 2 16:19:37 2020 +0200 Add missing descriptions --- extensions/attachments/runtime/pom.xml | 1 + extensions/file/runtime/pom.xml | 1 + extensions/http/runtime/pom.xml | 1 + extensions/jackson/runtime/pom.xml | 1 + extensions/jaxb/runtime/pom.xml | 1 + extensions/servlet/runtime/pom.xml | 1 + 6 files changed, 6 insertions(+) diff --git a/extensions/attachments/runtime/pom.xml b/extensions/attachments/runtime/pom.xml index 8decf13..18dad3e 100644 --- a/extensions/attachments/runtime/pom.xml +++ b/extensions/attachments/runtime/pom.xml @@ -28,6 +28,7 @@ <artifactId>camel-quarkus-attachments</artifactId> <name>Camel Quarkus :: Attachments :: Runtime</name> + <description>Support for attachments on Camel messages.</description> <properties> <firstVersion>0.3.0</firstVersion> diff --git a/extensions/file/runtime/pom.xml b/extensions/file/runtime/pom.xml index 197d38a..f5031b8 100644 --- a/extensions/file/runtime/pom.xml +++ b/extensions/file/runtime/pom.xml @@ -28,6 +28,7 @@ <artifactId>camel-quarkus-file</artifactId> <name>Camel Quarkus :: File :: Runtime</name> + <description>The file component provides access to the file system.</description> <properties> <firstVersion>0.4.0</firstVersion> diff --git a/extensions/http/runtime/pom.xml b/extensions/http/runtime/pom.xml index e3f4400..3e66559 100644 --- a/extensions/http/runtime/pom.xml +++ b/extensions/http/runtime/pom.xml @@ -28,6 +28,7 @@ <artifactId>camel-quarkus-http</artifactId> <name>Camel Quarkus :: HTTP :: Runtime</name> + <description>The http component provides support for the HTTP/HTTPS protocols.</description> <properties> <firstVersion>1.0.0-M3</firstVersion> diff --git a/extensions/jackson/runtime/pom.xml b/extensions/jackson/runtime/pom.xml index c9c6f6b..d91b059 100644 --- a/extensions/jackson/runtime/pom.xml +++ b/extensions/jackson/runtime/pom.xml @@ -27,6 +27,7 @@ <artifactId>camel-quarkus-jackson</artifactId> <name>Camel Quarkus :: Jackson :: Runtime</name> + <description>Provides support for the Jackson dataformat.</description> <properties> <firstVersion>0.3.0</firstVersion> diff --git a/extensions/jaxb/runtime/pom.xml b/extensions/jaxb/runtime/pom.xml index 9a74934..158b29f 100644 --- a/extensions/jaxb/runtime/pom.xml +++ b/extensions/jaxb/runtime/pom.xml @@ -28,6 +28,7 @@ <artifactId>camel-quarkus-jaxb</artifactId> <name>Camel Quarkus :: JAXB extension :: Runtime</name> + <description>The jaxb extensions provides JAXB support for Camel.</description> <properties> <firstVersion>1.0.0-M5</firstVersion> diff --git a/extensions/servlet/runtime/pom.xml b/extensions/servlet/runtime/pom.xml index 1566ec5..d470ac2 100644 --- a/extensions/servlet/runtime/pom.xml +++ b/extensions/servlet/runtime/pom.xml @@ -27,6 +27,7 @@ <artifactId>camel-quarkus-servlet</artifactId> <name>Camel Quarkus :: Servlet :: Runtime</name> + <description>Camel servlet transport support.</description> <properties> <firstVersion>0.2.0</firstVersion>
