You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/22 09:07:15 UTC

[camel] 08/13: Add first version

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f16ff3939c6890b2c97489ab49b0043a5966c8af
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Mar 22 09:02:32 2020 +0100

    Add first version
---
 components/camel-platform-http-vertx/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-platform-http-vertx/pom.xml b/components/camel-platform-http-vertx/pom.xml
index b92e1f2..a6e4d1a 100644
--- a/components/camel-platform-http-vertx/pom.xml
+++ b/components/camel-platform-http-vertx/pom.xml
@@ -32,6 +32,11 @@
     <name>Camel :: Platform HTTP :: Vert.x</name>
     <description>Implementation of the Platform HTTP Engine based on Vert.x Web</description>
 
+    <properties>
+        <firstVersion>3.2.0</firstVersion>
+        <label>http</label>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>