You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/03/04 12:29:39 UTC

[camel-quarkus] branch master updated (2384fe4 -> 014697f)

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

ppalaga pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from 2384fe4  Regen docs
     new 0e245b7  The next is 1.0.0-M5
     new 014697f  Fix since versions on various places

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/modules/ROOT/pages/extensions/ahc.adoc        |  2 +-
 docs/modules/ROOT/pages/extensions/http.adoc       |  2 +-
 docs/modules/ROOT/pages/extensions/sql.adoc        |  2 +-
 .../pages/list-of-camel-quarkus-extensions.adoc    | 36 +++++++++++-----------
 extensions/azure/runtime/pom.xml                   |  2 +-
 extensions/bindy/runtime/pom.xml                   |  2 +-
 extensions/box/runtime/pom.xml                     |  2 +-
 extensions/gson/runtime/pom.xml                    |  2 +-
 extensions/ical/runtime/pom.xml                    |  2 +-
 extensions/jira/runtime/pom.xml                    |  2 +-
 extensions/johnzon/runtime/pom.xml                 |  2 +-
 extensions/lzf/runtime/pom.xml                     |  2 +-
 extensions/olingo4/runtime/pom.xml                 |  2 +-
 extensions/readme.adoc                             | 36 +++++++++++-----------
 extensions/stream/runtime/pom.xml                  |  2 +-
 extensions/support/policy/runtime/pom.xml          |  2 +-
 extensions/telegram/runtime/pom.xml                |  2 +-
 extensions/websocket-jsr356/runtime/pom.xml        |  2 +-
 extensions/xpath/runtime/pom.xml                   |  2 +-
 extensions/zip-deflater/runtime/pom.xml            |  2 +-
 tooling/create-extension-templates/runtime-pom.xml |  2 +-
 21 files changed, 55 insertions(+), 55 deletions(-)


[camel-quarkus] 02/02: Fix since versions on various places

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 014697fe9ba98699d3bf6352a1547a9d3d737f0b
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Mar 4 12:38:45 2020 +0100

    Fix since versions on various places
---
 docs/modules/ROOT/pages/extensions/ahc.adoc        |  2 +-
 docs/modules/ROOT/pages/extensions/http.adoc       |  2 +-
 docs/modules/ROOT/pages/extensions/sql.adoc        |  2 +-
 .../pages/list-of-camel-quarkus-extensions.adoc    | 36 +++++++++++-----------
 extensions/azure/runtime/pom.xml                   |  2 +-
 extensions/bindy/runtime/pom.xml                   |  2 +-
 extensions/box/runtime/pom.xml                     |  2 +-
 extensions/gson/runtime/pom.xml                    |  2 +-
 extensions/ical/runtime/pom.xml                    |  2 +-
 extensions/jira/runtime/pom.xml                    |  2 +-
 extensions/johnzon/runtime/pom.xml                 |  2 +-
 extensions/lzf/runtime/pom.xml                     |  2 +-
 extensions/olingo4/runtime/pom.xml                 |  2 +-
 extensions/readme.adoc                             | 36 +++++++++++-----------
 extensions/stream/runtime/pom.xml                  |  2 +-
 extensions/support/policy/runtime/pom.xml          |  2 +-
 extensions/telegram/runtime/pom.xml                |  2 +-
 extensions/websocket-jsr356/runtime/pom.xml        |  2 +-
 extensions/xpath/runtime/pom.xml                   |  2 +-
 extensions/zip-deflater/runtime/pom.xml            |  2 +-
 20 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/docs/modules/ROOT/pages/extensions/ahc.adoc b/docs/modules/ROOT/pages/extensions/ahc.adoc
index 8ea06a3..45fc877 100644
--- a/docs/modules/ROOT/pages/extensions/ahc.adoc
+++ b/docs/modules/ROOT/pages/extensions/ahc.adoc
@@ -1,7 +1,7 @@
 [[ahc]]
 = Async HTTP Client (AHC) Extension
 
-*Since Camel Quarkus 1.0.0*
+*Since Camel Quarkus 1.0.0-M3*
 
 The AHC component provides HTTP based endpoints for consuming external HTTP resources (as a client to call external
 servers using HTTP). It is using the https://github.com/AsyncHttpClient/async-http-client[Async Http Client library]
diff --git a/docs/modules/ROOT/pages/extensions/http.adoc b/docs/modules/ROOT/pages/extensions/http.adoc
index 06ac77c..f48099a 100644
--- a/docs/modules/ROOT/pages/extensions/http.adoc
+++ b/docs/modules/ROOT/pages/extensions/http.adoc
@@ -1,7 +1,7 @@
 [[http]]
 = HTTP Extension
 
-*Since Camel Quarkus 1.0.0*
+*Since Camel Quarkus 1.0.0-M3*
 
 The HTTP component provides HTTP based endpoints for calling external HTTP resources (as a client to call external
 servers using HTTP).
diff --git a/docs/modules/ROOT/pages/extensions/sql.adoc b/docs/modules/ROOT/pages/extensions/sql.adoc
index a1d89a3..e596ea9 100644
--- a/docs/modules/ROOT/pages/extensions/sql.adoc
+++ b/docs/modules/ROOT/pages/extensions/sql.adoc
@@ -1,7 +1,7 @@
 [[sql]]
 = SQL Extension
 
-*Since Camel Quarkus 1.1.0*
+*Since Camel Quarkus 1.0.0-M2*
 
 The SQL component allows you to work with databases using JDBC queries.
 
diff --git a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
index 3914027..bc90dd6 100644
--- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
+++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
@@ -67,10 +67,10 @@ Number of Camel components: 71 in 61 JAR artifacts (0 deprecated)
 `aws-translate:label` | 1.0.0-M3 | The aws-translate component is used for managing Amazon Translate
 
 | link:https://camel.apache.org/components/latest/azure-blob-component.html[Azure Storage Blob Service] (camel-quarkus-azure) +
-`azure-blob:containerOrBlobUri` | 1.2.0 | The azure-blob component is used for storing and retrieving blobs from Azure Storage Blob Service.
+`azure-blob:containerOrBlobUri` | 1.0.0-M4 | The azure-blob component is used for storing and retrieving blobs from Azure Storage Blob Service.
 
 | link:https://camel.apache.org/components/latest/azure-queue-component.html[Azure Storage Queue Service] (camel-quarkus-azure) +
-`azure-queue:containerAndQueueUri` | 1.2.0 | The azure-queue component is used for storing and retrieving messages from Azure Storage Queue Service.
+`azure-queue:containerAndQueueUri` | 1.0.0-M4 | The azure-queue component is used for storing and retrieving messages from Azure Storage Queue Service.
 
 | link:https://camel.apache.org/components/latest/bean-component.html[Bean] (camel-quarkus-bean) +
 `bean:beanName` | 0.2.0 | The bean component is for invoking Java beans from Camel.
@@ -79,7 +79,7 @@ Number of Camel components: 71 in 61 JAR artifacts (0 deprecated)
 `bean-validator:label` | 1.0.0-M1 | The Validator component performs bean validation of the message body using the Java Bean Validation API.
 
 | link:https://camel.apache.org/components/latest/box-component.html[Box] (camel-quarkus-box) +
-`box:apiName/methodName` | 1.2.0 | For uploading downloading and managing files folders groups collaborations etc on box DOT com.
+`box:apiName/methodName` | 1.0.0-M4 | For uploading downloading and managing files folders groups collaborations etc on box DOT com.
 
 | link:https://camel.apache.org/components/latest/braintree-component.html[Braintree] (camel-quarkus-braintree) +
 `braintree:apiName/methodName` | 1.2.0 | The braintree component is used for integrating with the Braintree Payment System.
@@ -124,13 +124,13 @@ Number of Camel components: 71 in 61 JAR artifacts (0 deprecated)
 `infinispan:cacheName` | 0.2.0 | For reading/writing from/to Infinispan distributed key/value store and data grid.
 
 | xref:extensions/websocket-jsr356.adoc[Javax Websocket] (camel-quarkus-websocket-jsr356) +
-`websocket-jsr356:uri` | 1.2.0 | Camel WebSocket using JSR356 (javax)
+`websocket-jsr356:uri` | 1.0.0-M4 | Camel WebSocket using JSR356 (javax)
 
 | link:https://camel.apache.org/components/latest/jdbc-component.html[JDBC] (camel-quarkus-jdbc) +
 `jdbc:dataSourceName` | 0.2.0 | The jdbc component enables you to access databases through JDBC, where SQL queries are sent in the message body.
 
 | link:https://camel.apache.org/components/latest/jira-component.html[Jira] (camel-quarkus-jira) +
-`jira:type` | 1.1.0 | The jira component interacts with the JIRA issue tracker.
+`jira:type` | 1.0.0-M4 | The jira component interacts with the JIRA issue tracker.
 
 | link:https://camel.apache.org/components/latest/jms-component.html[JMS] (camel-quarkus-jms) +
 `jms:destinationType:destinationName` | 1.2.0 | The jms component allows messages to be sent to (or consumed from) a JMS Queue or Topic.
@@ -157,7 +157,7 @@ Number of Camel components: 71 in 61 JAR artifacts (0 deprecated)
 `netty-http:protocol:host:port/path` | 0.2.0 | Netty HTTP server and client using the Netty 4.x library.
 
 | link:https://camel.apache.org/components/latest/olingo4-component.html[Olingo4] (camel-quarkus-olingo4) +
-`olingo4:apiName/methodName` | 1.2.0 | Communicates with OData 4.0 services using Apache Olingo OData API.
+`olingo4:apiName/methodName` | 1.0.0-M4 | Communicates with OData 4.0 services using Apache Olingo OData API.
 
 | link:https://camel.apache.org/components/latest/paho-component.html[Paho] (camel-quarkus-paho) +
 `paho:topic` | 0.2.0 | Component for communicating with MQTT message brokers using Eclipse Paho MQTT Client.
@@ -211,10 +211,10 @@ Number of Camel components: 71 in 61 JAR artifacts (0 deprecated)
 `sql-stored:template` | 1.0.0-M2 | The sql component allows you to work with databases using JDBC Stored Procedure queries.
 
 | xref:extensions/stream.adoc[Stream] (camel-quarkus-stream) +
-`stream:kind` | 1.2.0 | The stream: component provides access to the system-in, system-out and system-err streams as well as allowing streaming of file.
+`stream:kind` | 1.0.0-M4 | The stream: component provides access to the system-in, system-out and system-err streams as well as allowing streaming of file.
 
 | link:https://camel.apache.org/components/latest/telegram-component.html[Telegram] (camel-quarkus-telegram) +
-`telegram:type` | 1.0.0 | The telegram component provides access to the Telegram Bot API.
+`telegram:type` | 1.0.0-M4 | The telegram component provides access to the Telegram Bot API.
 
 | link:https://camel.apache.org/components/latest/timer-component.html[Timer] (camel-quarkus-timer) +
 `timer:timerName` | 0.2.0 | The timer component is used for generating message exchanges when a timer fires.
@@ -251,11 +251,11 @@ Number of Camel data formats: 19 in 15 JAR artifacts (0 deprecated)
 
 | link:https://camel.apache.org/components/latest/base64-dataformat.html[Base64] (camel-quarkus-base64) | 1.0.0-M1 | The Base64 data format is used for base64 encoding and decoding.
 
-| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy CSV] (camel-quarkus-bindy) | 1.0.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
+| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy CSV] (camel-quarkus-bindy) | 1.0.0-M4 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
-| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy Fixed Length] (camel-quarkus-bindy) | 1.0.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
+| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy Fixed Length] (camel-quarkus-bindy) | 1.0.0-M4 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
-| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy Key Value Pair] (camel-quarkus-bindy) | 1.0.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
+| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy Key Value Pair] (camel-quarkus-bindy) | 1.0.0-M4 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
 | link:https://camel.apache.org/components/latest/csv-dataformat.html[CSV] (camel-quarkus-csv) | 0.2.0 | The CSV data format is used for handling CSV payloads.
 
@@ -263,17 +263,17 @@ Number of Camel data formats: 19 in 15 JAR artifacts (0 deprecated)
 
 | xref:extensions/fhir.adoc[FHIR XML] (camel-quarkus-fhir) | 0.3.0 | The FHIR XML data format is used to marshall/unmarshall from/to FHIR objects to/from XML.
 
-| link:https://camel.apache.org/components/latest/gzipdeflater-dataformat.html[GZip Deflater] (camel-quarkus-zip-deflater) | 1.2.0 | The GZip data format is a message compression and de-compression format (which works with the popular gzip/gunzip tools).
+| link:https://camel.apache.org/components/latest/gzipdeflater-dataformat.html[GZip Deflater] (camel-quarkus-zip-deflater) | 1.0.0-M4 | The GZip data format is a message compression and de-compression format (which works with the popular gzip/gunzip tools).
 
-| link:https://camel.apache.org/components/latest/ical-dataformat.html[iCal] (camel-quarkus-ical) | 1.2.0 | The iCal dataformat is used for working with iCalendar messages.
+| link:https://camel.apache.org/components/latest/ical-dataformat.html[iCal] (camel-quarkus-ical) | 1.0.0-M5 | The iCal dataformat is used for working with iCalendar messages.
 
-| link:https://camel.apache.org/components/latest/json-gson-dataformat.html[JSon GSon] (camel-quarkus-gson) | 1.0.0 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
+| link:https://camel.apache.org/components/latest/json-gson-dataformat.html[JSon GSon] (camel-quarkus-gson) | 1.0.0-M4 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
 | link:https://camel.apache.org/components/latest/json-jackson-dataformat.html[JSon Jackson] (camel-quarkus-jackson) | 0.3.0 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
-| link:https://camel.apache.org/components/latest/json-johnzon-dataformat.html[JSon Johnzon] (camel-quarkus-johnzon) | 1.0.0 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
+| link:https://camel.apache.org/components/latest/json-johnzon-dataformat.html[JSon Johnzon] (camel-quarkus-johnzon) | 1.0.0-M5 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
-| link:https://camel.apache.org/components/latest/lzf-dataformat.html[LZF Deflate Compression] (camel-quarkus-lzf) | 1.2.0 | The LZF data format is a message compression and de-compression format (uses the LZF deflate algorithm).
+| link:https://camel.apache.org/components/latest/lzf-dataformat.html[LZF Deflate Compression] (camel-quarkus-lzf) | 1.0.0-M4 | The LZF data format is a message compression and de-compression format (uses the LZF deflate algorithm).
 
 | link:https://camel.apache.org/components/latest/mime-multipart-dataformat.html[MIME Multipart] (camel-quarkus-mail) | 0.2.0 | The MIME Multipart data format is used for marshalling Camel messages with attachments into MIME-Multipart message, and vise-versa.
 
@@ -283,7 +283,7 @@ Number of Camel data formats: 19 in 15 JAR artifacts (0 deprecated)
 
 | link:https://camel.apache.org/components/latest/yaml-snakeyaml-dataformat.html[YAML SnakeYAML] (camel-quarkus-snakeyaml) | 0.4.0 | YAML is a data format to marshal and unmarshal Java objects to and from YAML.
 
-| link:https://camel.apache.org/components/latest/zipdeflater-dataformat.html[Zip Deflate Compression] (camel-quarkus-zip-deflater) | 1.2.0 | Zip Deflate Compression data format is a message compression and de-compression format (not zip files).
+| link:https://camel.apache.org/components/latest/zipdeflater-dataformat.html[Zip Deflate Compression] (camel-quarkus-zip-deflater) | 1.0.0-M4 | Zip Deflate Compression data format is a message compression and de-compression format (not zip files).
 
 | link:https://camel.apache.org/components/latest/zipfile-dataformat.html[Zip File] (camel-quarkus-zipfile) | 0.2.0 | The Zip File data format is a message compression and de-compression format of zip files.
 |===
@@ -316,7 +316,7 @@ Number of Camel languages: 10 in 4 JAR artifacts (0 deprecated)
 
 | link:https://camel.apache.org/components/latest/tokenize-language.html[Tokenize] (camel-quarkus-core) | 0.2.0 | To use Camel message body or header with a tokenizer in Camel expressions or predicates.
 
-| link:https://camel.apache.org/components/latest/xpath-language.html[XPath] (camel-quarkus-xpath) | 1.2.0 | To use XPath (XML) in Camel expressions or predicates.
+| link:https://camel.apache.org/components/latest/xpath-language.html[XPath] (camel-quarkus-xpath) | 1.0.0-M4 | To use XPath (XML) in Camel expressions or predicates.
 |===
 // languages: END
 
diff --git a/extensions/azure/runtime/pom.xml b/extensions/azure/runtime/pom.xml
index 024122e..3695b5c 100644
--- a/extensions/azure/runtime/pom.xml
+++ b/extensions/azure/runtime/pom.xml
@@ -32,7 +32,7 @@
     <name>Camel Quarkus :: Azure :: Runtime</name>
 
     <properties>
-        <firstVersion>1.2.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/bindy/runtime/pom.xml b/extensions/bindy/runtime/pom.xml
index d5d44ec..e7817ab 100644
--- a/extensions/bindy/runtime/pom.xml
+++ b/extensions/bindy/runtime/pom.xml
@@ -33,7 +33,7 @@
     <description>Camel Bindy Data Format</description>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/box/runtime/pom.xml b/extensions/box/runtime/pom.xml
index ace3e75..86f9104 100644
--- a/extensions/box/runtime/pom.xml
+++ b/extensions/box/runtime/pom.xml
@@ -32,7 +32,7 @@
     <name>Camel Quarkus :: Box :: Runtime</name>
 
     <properties>
-        <firstVersion>1.2.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/gson/runtime/pom.xml b/extensions/gson/runtime/pom.xml
index 851120b..31ccf8a 100644
--- a/extensions/gson/runtime/pom.xml
+++ b/extensions/gson/runtime/pom.xml
@@ -32,7 +32,7 @@
     <name>Camel Quarkus :: Gson :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/ical/runtime/pom.xml b/extensions/ical/runtime/pom.xml
index 17445c4..53f6af4 100644
--- a/extensions/ical/runtime/pom.xml
+++ b/extensions/ical/runtime/pom.xml
@@ -32,7 +32,7 @@
     <name>Camel Quarkus :: iCal :: Runtime</name>
 
     <properties>
-        <firstVersion>1.2.0</firstVersion>
+        <firstVersion>1.0.0-M5</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml
index 92e9eb8..35b928c 100644
--- a/extensions/jira/runtime/pom.xml
+++ b/extensions/jira/runtime/pom.xml
@@ -32,7 +32,7 @@
     <name>Camel Quarkus :: Jira :: Runtime</name>
 
     <properties>
-        <firstVersion>1.1.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <repositories>
diff --git a/extensions/johnzon/runtime/pom.xml b/extensions/johnzon/runtime/pom.xml
index 7a8689d..447548d 100644
--- a/extensions/johnzon/runtime/pom.xml
+++ b/extensions/johnzon/runtime/pom.xml
@@ -32,7 +32,7 @@
     <name>Camel Quarkus :: Johnzon :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M5</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/lzf/runtime/pom.xml b/extensions/lzf/runtime/pom.xml
index f64569b..6b568c6 100644
--- a/extensions/lzf/runtime/pom.xml
+++ b/extensions/lzf/runtime/pom.xml
@@ -32,7 +32,7 @@
     <name>Camel Quarkus :: LZF :: Runtime</name>
 
     <properties>
-        <firstVersion>1.2.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/olingo4/runtime/pom.xml b/extensions/olingo4/runtime/pom.xml
index f4d233b..f67e8ad 100644
--- a/extensions/olingo4/runtime/pom.xml
+++ b/extensions/olingo4/runtime/pom.xml
@@ -32,7 +32,7 @@
     <name>Camel Quarkus :: Olingo4 :: Runtime</name>
 
     <properties>
-        <firstVersion>1.2.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/readme.adoc b/extensions/readme.adoc
index 856ed8e..67bae4e 100644
--- a/extensions/readme.adoc
+++ b/extensions/readme.adoc
@@ -54,10 +54,10 @@ Number of Camel components: 71 in 61 JAR artifacts (0 deprecated)
 `aws-translate:label` | 1.0.0-M3 | The aws-translate component is used for managing Amazon Translate
 
 | link:https://camel.apache.org/components/latest/azure-blob-component.html[Azure Storage Blob Service] (camel-quarkus-azure) +
-`azure-blob:containerOrBlobUri` | 1.2.0 | The azure-blob component is used for storing and retrieving blobs from Azure Storage Blob Service.
+`azure-blob:containerOrBlobUri` | 1.0.0-M4 | The azure-blob component is used for storing and retrieving blobs from Azure Storage Blob Service.
 
 | link:https://camel.apache.org/components/latest/azure-queue-component.html[Azure Storage Queue Service] (camel-quarkus-azure) +
-`azure-queue:containerAndQueueUri` | 1.2.0 | The azure-queue component is used for storing and retrieving messages from Azure Storage Queue Service.
+`azure-queue:containerAndQueueUri` | 1.0.0-M4 | The azure-queue component is used for storing and retrieving messages from Azure Storage Queue Service.
 
 | link:https://camel.apache.org/components/latest/bean-component.html[Bean] (camel-quarkus-bean) +
 `bean:beanName` | 0.2.0 | The bean component is for invoking Java beans from Camel.
@@ -66,7 +66,7 @@ Number of Camel components: 71 in 61 JAR artifacts (0 deprecated)
 `bean-validator:label` | 1.0.0-M1 | The Validator component performs bean validation of the message body using the Java Bean Validation API.
 
 | link:https://camel.apache.org/components/latest/box-component.html[Box] (camel-quarkus-box) +
-`box:apiName/methodName` | 1.2.0 | For uploading downloading and managing files folders groups collaborations etc on box DOT com.
+`box:apiName/methodName` | 1.0.0-M4 | For uploading downloading and managing files folders groups collaborations etc on box DOT com.
 
 | link:https://camel.apache.org/components/latest/braintree-component.html[Braintree] (camel-quarkus-braintree) +
 `braintree:apiName/methodName` | 1.2.0 | The braintree component is used for integrating with the Braintree Payment System.
@@ -111,13 +111,13 @@ Number of Camel components: 71 in 61 JAR artifacts (0 deprecated)
 `infinispan:cacheName` | 0.2.0 | For reading/writing from/to Infinispan distributed key/value store and data grid.
 
 | xref:extensions/websocket-jsr356.adoc[Javax Websocket] (camel-quarkus-websocket-jsr356) +
-`websocket-jsr356:uri` | 1.2.0 | Camel WebSocket using JSR356 (javax)
+`websocket-jsr356:uri` | 1.0.0-M4 | Camel WebSocket using JSR356 (javax)
 
 | link:https://camel.apache.org/components/latest/jdbc-component.html[JDBC] (camel-quarkus-jdbc) +
 `jdbc:dataSourceName` | 0.2.0 | The jdbc component enables you to access databases through JDBC, where SQL queries are sent in the message body.
 
 | link:https://camel.apache.org/components/latest/jira-component.html[Jira] (camel-quarkus-jira) +
-`jira:type` | 1.1.0 | The jira component interacts with the JIRA issue tracker.
+`jira:type` | 1.0.0-M4 | The jira component interacts with the JIRA issue tracker.
 
 | link:https://camel.apache.org/components/latest/jms-component.html[JMS] (camel-quarkus-jms) +
 `jms:destinationType:destinationName` | 1.2.0 | The jms component allows messages to be sent to (or consumed from) a JMS Queue or Topic.
@@ -144,7 +144,7 @@ Number of Camel components: 71 in 61 JAR artifacts (0 deprecated)
 `netty-http:protocol:host:port/path` | 0.2.0 | Netty HTTP server and client using the Netty 4.x library.
 
 | link:https://camel.apache.org/components/latest/olingo4-component.html[Olingo4] (camel-quarkus-olingo4) +
-`olingo4:apiName/methodName` | 1.2.0 | Communicates with OData 4.0 services using Apache Olingo OData API.
+`olingo4:apiName/methodName` | 1.0.0-M4 | Communicates with OData 4.0 services using Apache Olingo OData API.
 
 | link:https://camel.apache.org/components/latest/paho-component.html[Paho] (camel-quarkus-paho) +
 `paho:topic` | 0.2.0 | Component for communicating with MQTT message brokers using Eclipse Paho MQTT Client.
@@ -198,10 +198,10 @@ Number of Camel components: 71 in 61 JAR artifacts (0 deprecated)
 `sql-stored:template` | 1.0.0-M2 | The sql component allows you to work with databases using JDBC Stored Procedure queries.
 
 | xref:extensions/stream.adoc[Stream] (camel-quarkus-stream) +
-`stream:kind` | 1.2.0 | The stream: component provides access to the system-in, system-out and system-err streams as well as allowing streaming of file.
+`stream:kind` | 1.0.0-M4 | The stream: component provides access to the system-in, system-out and system-err streams as well as allowing streaming of file.
 
 | link:https://camel.apache.org/components/latest/telegram-component.html[Telegram] (camel-quarkus-telegram) +
-`telegram:type` | 1.0.0 | The telegram component provides access to the Telegram Bot API.
+`telegram:type` | 1.0.0-M4 | The telegram component provides access to the Telegram Bot API.
 
 | link:https://camel.apache.org/components/latest/timer-component.html[Timer] (camel-quarkus-timer) +
 `timer:timerName` | 0.2.0 | The timer component is used for generating message exchanges when a timer fires.
@@ -239,11 +239,11 @@ Number of Camel data formats: 19 in 15 JAR artifacts (0 deprecated)
 
 | link:https://camel.apache.org/components/latest/base64-dataformat.html[Base64] (camel-quarkus-base64) | 1.0.0-M1 | The Base64 data format is used for base64 encoding and decoding.
 
-| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy CSV] (camel-quarkus-bindy) | 1.0.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
+| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy CSV] (camel-quarkus-bindy) | 1.0.0-M4 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
-| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy Fixed Length] (camel-quarkus-bindy) | 1.0.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
+| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy Fixed Length] (camel-quarkus-bindy) | 1.0.0-M4 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
-| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy Key Value Pair] (camel-quarkus-bindy) | 1.0.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
+| link:https://camel.apache.org/components/latest/bindy-dataformat.html[Bindy Key Value Pair] (camel-quarkus-bindy) | 1.0.0-M4 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
 | link:https://camel.apache.org/components/latest/csv-dataformat.html[CSV] (camel-quarkus-csv) | 0.2.0 | The CSV data format is used for handling CSV payloads.
 
@@ -251,17 +251,17 @@ Number of Camel data formats: 19 in 15 JAR artifacts (0 deprecated)
 
 | xref:extensions/fhir.adoc[FHIR XML] (camel-quarkus-fhir) | 0.3.0 | The FHIR XML data format is used to marshall/unmarshall from/to FHIR objects to/from XML.
 
-| link:https://camel.apache.org/components/latest/gzipdeflater-dataformat.html[GZip Deflater] (camel-quarkus-zip-deflater) | 1.2.0 | The GZip data format is a message compression and de-compression format (which works with the popular gzip/gunzip tools).
+| link:https://camel.apache.org/components/latest/gzipdeflater-dataformat.html[GZip Deflater] (camel-quarkus-zip-deflater) | 1.0.0-M4 | The GZip data format is a message compression and de-compression format (which works with the popular gzip/gunzip tools).
 
-| link:https://camel.apache.org/components/latest/ical-dataformat.html[iCal] (camel-quarkus-ical) | 1.2.0 | The iCal dataformat is used for working with iCalendar messages.
+| link:https://camel.apache.org/components/latest/ical-dataformat.html[iCal] (camel-quarkus-ical) | 1.0.0-M5 | The iCal dataformat is used for working with iCalendar messages.
 
-| link:https://camel.apache.org/components/latest/json-gson-dataformat.html[JSon GSon] (camel-quarkus-gson) | 1.0.0 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
+| link:https://camel.apache.org/components/latest/json-gson-dataformat.html[JSon GSon] (camel-quarkus-gson) | 1.0.0-M4 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
 | link:https://camel.apache.org/components/latest/json-jackson-dataformat.html[JSon Jackson] (camel-quarkus-jackson) | 0.3.0 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
-| link:https://camel.apache.org/components/latest/json-johnzon-dataformat.html[JSon Johnzon] (camel-quarkus-johnzon) | 1.0.0 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
+| link:https://camel.apache.org/components/latest/json-johnzon-dataformat.html[JSon Johnzon] (camel-quarkus-johnzon) | 1.0.0-M5 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
-| link:https://camel.apache.org/components/latest/lzf-dataformat.html[LZF Deflate Compression] (camel-quarkus-lzf) | 1.2.0 | The LZF data format is a message compression and de-compression format (uses the LZF deflate algorithm).
+| link:https://camel.apache.org/components/latest/lzf-dataformat.html[LZF Deflate Compression] (camel-quarkus-lzf) | 1.0.0-M4 | The LZF data format is a message compression and de-compression format (uses the LZF deflate algorithm).
 
 | link:https://camel.apache.org/components/latest/mime-multipart-dataformat.html[MIME Multipart] (camel-quarkus-mail) | 0.2.0 | The MIME Multipart data format is used for marshalling Camel messages with attachments into MIME-Multipart message, and vise-versa.
 
@@ -271,7 +271,7 @@ Number of Camel data formats: 19 in 15 JAR artifacts (0 deprecated)
 
 | link:https://camel.apache.org/components/latest/yaml-snakeyaml-dataformat.html[YAML SnakeYAML] (camel-quarkus-snakeyaml) | 0.4.0 | YAML is a data format to marshal and unmarshal Java objects to and from YAML.
 
-| link:https://camel.apache.org/components/latest/zipdeflater-dataformat.html[Zip Deflate Compression] (camel-quarkus-zip-deflater) | 1.2.0 | Zip Deflate Compression data format is a message compression and de-compression format (not zip files).
+| link:https://camel.apache.org/components/latest/zipdeflater-dataformat.html[Zip Deflate Compression] (camel-quarkus-zip-deflater) | 1.0.0-M4 | Zip Deflate Compression data format is a message compression and de-compression format (not zip files).
 
 | link:https://camel.apache.org/components/latest/zipfile-dataformat.html[Zip File] (camel-quarkus-zipfile) | 0.2.0 | The Zip File data format is a message compression and de-compression format of zip files.
 |===
@@ -305,7 +305,7 @@ Number of Camel languages: 10 in 4 JAR artifacts (0 deprecated)
 
 | link:https://camel.apache.org/components/latest/tokenize-language.html[Tokenize] (camel-quarkus-core) | 0.2.0 | To use Camel message body or header with a tokenizer in Camel expressions or predicates.
 
-| link:https://camel.apache.org/components/latest/xpath-language.html[XPath] (camel-quarkus-xpath) | 1.2.0 | To use XPath (XML) in Camel expressions or predicates.
+| link:https://camel.apache.org/components/latest/xpath-language.html[XPath] (camel-quarkus-xpath) | 1.0.0-M4 | To use XPath (XML) in Camel expressions or predicates.
 |===
 // languages: END
 
diff --git a/extensions/stream/runtime/pom.xml b/extensions/stream/runtime/pom.xml
index 327c72e..620531e 100644
--- a/extensions/stream/runtime/pom.xml
+++ b/extensions/stream/runtime/pom.xml
@@ -32,7 +32,7 @@
     <name>Camel Quarkus :: Stream :: Runtime</name>
 
     <properties>
-        <firstVersion>1.2.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/support/policy/runtime/pom.xml b/extensions/support/policy/runtime/pom.xml
index d0bca68..853e216 100644
--- a/extensions/support/policy/runtime/pom.xml
+++ b/extensions/support/policy/runtime/pom.xml
@@ -30,7 +30,7 @@
     <name>Camel Quarkus :: Support :: Policy :: Runtime</name>
 
     <properties>
-        <firstVersion>1.2.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/telegram/runtime/pom.xml b/extensions/telegram/runtime/pom.xml
index 0679852..3c4f221 100644
--- a/extensions/telegram/runtime/pom.xml
+++ b/extensions/telegram/runtime/pom.xml
@@ -33,7 +33,7 @@
     <description>Telegram Chat Support</description>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/websocket-jsr356/runtime/pom.xml b/extensions/websocket-jsr356/runtime/pom.xml
index f154d57..a9089b1 100644
--- a/extensions/websocket-jsr356/runtime/pom.xml
+++ b/extensions/websocket-jsr356/runtime/pom.xml
@@ -32,7 +32,7 @@
     <name>Camel Quarkus :: WebSocket JSR 356 :: Runtime</name>
 
     <properties>
-        <firstVersion>1.2.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/xpath/runtime/pom.xml b/extensions/xpath/runtime/pom.xml
index 6375e57..e9654d2 100644
--- a/extensions/xpath/runtime/pom.xml
+++ b/extensions/xpath/runtime/pom.xml
@@ -32,7 +32,7 @@
     <name>Camel Quarkus :: XPath :: Runtime</name>
 
     <properties>
-        <firstVersion>1.2.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/zip-deflater/runtime/pom.xml b/extensions/zip-deflater/runtime/pom.xml
index 7a216af..45e5b51 100644
--- a/extensions/zip-deflater/runtime/pom.xml
+++ b/extensions/zip-deflater/runtime/pom.xml
@@ -33,7 +33,7 @@
     <description>Camel dataformat for Gzip and Zip marshalling and unmarshalling</description>
 
     <properties>
-        <firstVersion>1.2.0</firstVersion>
+        <firstVersion>1.0.0-M4</firstVersion>
     </properties>
 
     <dependencyManagement>


[camel-quarkus] 01/02: The next is 1.0.0-M5

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0e245b7577c9ab278db347008a5223fd55281ec6
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Mar 4 12:25:51 2020 +0100

    The next is 1.0.0-M5
---
 tooling/create-extension-templates/runtime-pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/create-extension-templates/runtime-pom.xml b/tooling/create-extension-templates/runtime-pom.xml
index c3e8a56..ce84179 100644
--- a/tooling/create-extension-templates/runtime-pom.xml
+++ b/tooling/create-extension-templates/runtime-pom.xml
@@ -32,7 +32,7 @@
     <name>[=namePrefix][=nameBase][=nameSegmentDelimiter]Runtime</name>
 
     <properties>
-        <firstVersion>[=version?split(".")[0]].[=version?split(".")[1]?number + 1].0</firstVersion>
+        <firstVersion>1.0.0-M5</firstVersion>
     </properties>
 
     <dependencyManagement>