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 2020/01/28 08:30:52 UTC

[camel-quarkus] branch master updated: Fix the of extensions that were released for the first time

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-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new ec0b323  Fix the <firstVersion> of extensions that were released for the first time
     new 78d0504  Merge pull request #665 from ppalaga/200127-first-version
ec0b323 is described below

commit ec0b3234fc80b5bd984002621cf03c641db74013
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Jan 27 18:42:05 2020 +0100

    Fix the <firstVersion> of extensions that were released for the first time
---
 .../pages/list-of-camel-quarkus-extensions.adoc    | 33 ++++++++++++----------
 extensions/ahc-ws/runtime/pom.xml                  |  2 +-
 extensions/ahc/runtime/pom.xml                     |  2 +-
 extensions/aws-ec2/runtime/pom.xml                 |  2 +-
 extensions/aws-kinesis/runtime/pom.xml             |  2 +-
 extensions/aws-lambda/runtime/pom.xml              |  2 +-
 extensions/aws-translate/runtime/pom.xml           |  2 +-
 extensions/consul/runtime/pom.xml                  |  2 +-
 extensions/endpointdsl/runtime/pom.xml             |  2 +-
 extensions/http/runtime/pom.xml                    |  2 +-
 extensions/jsonpath/runtime/pom.xml                |  2 +-
 extensions/kotlin/runtime/pom.xml                  |  2 +-
 extensions/reactive-streams/runtime/pom.xml        |  2 +-
 extensions/readme.adoc                             | 26 ++++++++---------
 extensions/support/aws/runtime/pom.xml             |  2 +-
 15 files changed, 44 insertions(+), 41 deletions(-)

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 b0871a6..80767b3 100644
--- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
+++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
@@ -3,14 +3,17 @@
 
 As of Camel Quarkus {camel-quarkus-last-release} Camel artifacts listed below are supported on Quarkus.
 
-TIP: In case you are missing some Camel feature in the list:
-+
+[TIP]
+====
+In case you are missing some Camel feature in the list:
+
 * Upvote https://github.com/apache/camel-quarkus/issues[an existing issue] or create
   https://github.com/apache/camel-quarkus/issues/new[a new one] so that we can better priorize our work.
 * You may also want to try to add the extension yourself following our xref:contributor-guide.adoc[Contributor guide].
 * You may try your luck using the given camel component on Quarkus directly (without an extension). Most probably it
   will work in the JVM mode and fail in the native mode. Do not hesitate to
   https://github.com/apache/camel-quarkus/issues[report] any issues you encounter.
+====
 
 == Camel Components
 
@@ -22,13 +25,13 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 | Component | Since | Description
 
 | xref:extensions/ahc.adoc[AHC] (camel-quarkus-ahc) +
-`ahc:httpUri` | 1.0.0 | To call external HTTP services using Async Http Client.
+`ahc:httpUri` | 1.0.0-M3 | To call external HTTP services using Async Http Client.
 
 | link:https://camel.apache.org/components/latest/ahc-ws-component.html[AHC Websocket] (camel-quarkus-ahc-ws) +
-`ahc-ws:httpUri` | 1.0.0 | To exchange data with external Websocket servers using Async Http Client.
+`ahc-ws:httpUri` | 1.0.0-M3 | To exchange data with external Websocket servers using Async Http Client.
 
 | link:https://camel.apache.org/components/latest/aws-ec2-component.html[AWS EC2] (camel-quarkus-aws-ec2) +
-`aws-ec2:label` | 1.0.0 | The aws-ec2 is used for managing Amazon EC2 instances.
+`aws-ec2:label` | 1.0.0-M3 | The aws-ec2 is used for managing Amazon EC2 instances.
 
 | link:https://camel.apache.org/components/latest/aws-ecs-component.html[AWS ECS] (camel-quarkus-aws-ecs) +
 `aws-ecs:label` | 1.0.0-M1 | The aws-ecs is used for managing Amazon ECS
@@ -40,16 +43,16 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 `aws-iam:label` | 1.1.0 | The aws-iam is used for managing Amazon IAM
 
 | link:https://camel.apache.org/components/latest/aws-kinesis-component.html[AWS Kinesis] (camel-quarkus-aws-kinesis) +
-`aws-kinesis:streamName` | 1.0.0 | The aws-kinesis component is for consuming and producing records from Amazon Kinesis Streams.
+`aws-kinesis:streamName` | 1.0.0-M3 | The aws-kinesis component is for consuming and producing records from Amazon Kinesis Streams.
 
 | link:https://camel.apache.org/components/latest/aws-kinesis-firehose-component.html[AWS Kinesis Firehose] (camel-quarkus-aws-kinesis) +
-`aws-kinesis-firehose:streamName` | 1.0.0 | The aws-kinesis-firehose component is used for producing Amazon's Kinesis Firehose streams.
+`aws-kinesis-firehose:streamName` | 1.0.0-M3 | The aws-kinesis-firehose component is used for producing Amazon's Kinesis Firehose streams.
 
 | link:https://camel.apache.org/components/latest/aws-kms-component.html[AWS KMS] (camel-quarkus-aws-kms) +
 `aws-kms:label` | 1.0.0-M1 | The aws-kms is used for managing Amazon KMS
 
 | link:https://camel.apache.org/components/latest/aws-lambda-component.html[AWS Lambda] (camel-quarkus-aws-lambda) +
-`aws-lambda:function` | 1.0.0 | The aws-lambda is used for managing and invoking functions from Amazon Lambda.
+`aws-lambda:function` | 1.0.0-M3 | The aws-lambda is used for managing and invoking functions from Amazon Lambda.
 
 | link:https://camel.apache.org/components/latest/aws-s3-component.html[AWS S3 Storage Service] (camel-quarkus-aws-s3) +
 `aws-s3://bucketNameOrArn` | 0.2.0 | The aws-s3 component is used for storing and retrieving object from Amazon S3 Storage Service.
@@ -61,7 +64,7 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 `aws-sqs:queueNameOrArn` | 0.2.0 | The aws-sqs component is used for sending and receiving messages to Amazon's SQS service.
 
 | link:https://camel.apache.org/components/latest/aws-translate-component.html[AWS Translate] (camel-quarkus-aws-translate) +
-`aws-translate:label` | 1.0.0 | The aws-kms is used for managing Amazon Translate
+`aws-translate:label` | 1.0.0-M3 | The aws-kms is used for managing Amazon Translate
 
 | 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.
@@ -73,7 +76,7 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 `class:beanName` | 0.2.0 | The class component is for invoking Java classes (Java beans) from Camel.
 
 | link:https://camel.apache.org/components/latest/consul-component.html[Consul] (camel-quarkus-consul) +
-`consul:apiEndpoint` | 1.0.0 | The camel consul component allows you to work with Consul, a distributed, highly available, datacenter-aware, service discovery and configuration system.
+`consul:apiEndpoint` | 1.0.0-M3 | The camel consul component allows you to work with Consul, a distributed, highly available, datacenter-aware, service discovery and configuration system.
 
 | link:https://camel.apache.org/components/latest/controlbus-component.html[Control Bus] (camel-quarkus-controlbus) +
 `controlbus:command:language` | 0.4.0 | The controlbus component provides easy management of Camel applications based on the Control Bus EIP pattern.
@@ -103,7 +106,7 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 `ftps:host:port/directoryName` | 1.0.0-M1 | The \ftps (FTP secure SSL/TLS) component is used for uploading or downloading files from FTP servers.
 
 | xref:extensions/http.adoc[HTTP] (camel-quarkus-http) +
-`http:httpUri` | 1.0.0 | For calling out to external HTTP servers using Apache HTTP Client 4.x.
+`http:httpUri` | 1.0.0-M3 | For calling out to external HTTP servers using Apache HTTP Client 4.x.
 
 | link:https://camel.apache.org/components/latest/infinispan-component.html[Infinispan] (camel-quarkus-infinispan) +
 `infinispan:cacheName` | 0.2.0 | For reading/writing from/to Infinispan distributed key/value store and data grid.
@@ -142,7 +145,7 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 `platform-http:path` | 0.3.0 | HTTP service leveraging existing runtime platform HTTP server
 
 | link:https://camel.apache.org/components/latest/reactive-streams-component.html[Reactive Streams] (camel-quarkus-reactive-streams) +
-`reactive-streams:stream` | 1.0.0 | Reactive Camel using reactive streams
+`reactive-streams:stream` | 1.0.0-M3 | Reactive Camel using reactive streams
 
 | link:https://camel.apache.org/components/latest/rest-component.html[REST] (camel-quarkus-rest) +
 `rest:method:path:uriTemplate` | 0.2.0 | The rest component is used for either hosting REST services (consumer) or calling external REST services (producer).
@@ -257,7 +260,7 @@ Number of Camel languages: 9 in 3 JAR artifacts (0 deprecated)
 
 | link:https://camel.apache.org/components/latest/header-language.html[Header] (camel-quarkus-core) | 0.2.0 | To use a Camel Message header in expressions or predicates.
 
-| link:https://camel.apache.org/components/latest/jsonpath-language.html[JsonPath] (camel-quarkus-jsonpath) | 1.0.0 | To use JsonPath in Camel expressions or predicates.
+| link:https://camel.apache.org/components/latest/jsonpath-language.html[JsonPath] (camel-quarkus-jsonpath) | 1.0.0-M3 | To use JsonPath in Camel expressions or predicates.
 
 | link:https://camel.apache.org/components/latest/ref-language.html[Ref] (camel-quarkus-core) | 0.2.0 | Reference to an existing Camel expression or predicate, which is looked up from the Camel registry.
 
@@ -282,11 +285,11 @@ Number of miscellaneous extensions: 9 in 9 JAR artifacts (0 deprecated)
 
 | (camel-quarkus-core-xml) | 0.3.0 | Includes implementations of Java Architecture for XML Binding (JAXB) and Java API for XML Processing (JAXP)
 
-| (camel-quarkus-endpointdsl) | 1.0.0 | camel-quarkus-endpointdsl
+| (camel-quarkus-endpointdsl) | 1.0.0-M3 | camel-quarkus-endpointdsl
 
 | (camel-quarkus-hystrix) | 1.0.0-M1 | Circuit Breaker EIP using Netflix Hystrix
 
-| (camel-quarkus-kotlin) | 1.0.0 | camel-quarkus-kotlin
+| (camel-quarkus-kotlin) | 1.0.0-M3 | camel-quarkus-kotlin
 
 | xref:extensions/microprofile-health.adoc[camel-quarkus-microprofile-health]  | 0.3.0 | Bridging Eclipse MicroProfile Health with Camel health checks
 
diff --git a/extensions/ahc-ws/runtime/pom.xml b/extensions/ahc-ws/runtime/pom.xml
index a209793..759d25b 100644
--- a/extensions/ahc-ws/runtime/pom.xml
+++ b/extensions/ahc-ws/runtime/pom.xml
@@ -30,7 +30,7 @@
     <name>Camel Quarkus :: AHC-WS :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/ahc/runtime/pom.xml b/extensions/ahc/runtime/pom.xml
index 418a8cb..e0aab5b 100644
--- a/extensions/ahc/runtime/pom.xml
+++ b/extensions/ahc/runtime/pom.xml
@@ -30,7 +30,7 @@
     <name>Camel Quarkus :: AHC (Async Http Client) :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/aws-ec2/runtime/pom.xml b/extensions/aws-ec2/runtime/pom.xml
index aad6197..6863f43 100644
--- a/extensions/aws-ec2/runtime/pom.xml
+++ b/extensions/aws-ec2/runtime/pom.xml
@@ -30,7 +30,7 @@
     <name>Camel Quarkus :: AWS EC2 :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/aws-kinesis/runtime/pom.xml b/extensions/aws-kinesis/runtime/pom.xml
index d2115f5..c477ab6 100644
--- a/extensions/aws-kinesis/runtime/pom.xml
+++ b/extensions/aws-kinesis/runtime/pom.xml
@@ -30,7 +30,7 @@
     <name>Camel Quarkus :: AWS Kinesis :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/aws-lambda/runtime/pom.xml b/extensions/aws-lambda/runtime/pom.xml
index 8218e6c..4255b23 100644
--- a/extensions/aws-lambda/runtime/pom.xml
+++ b/extensions/aws-lambda/runtime/pom.xml
@@ -30,7 +30,7 @@
     <name>Camel Quarkus :: AWS Lambda :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/aws-translate/runtime/pom.xml b/extensions/aws-translate/runtime/pom.xml
index 5d4dfb5..89ca077 100644
--- a/extensions/aws-translate/runtime/pom.xml
+++ b/extensions/aws-translate/runtime/pom.xml
@@ -30,7 +30,7 @@
     <name>Camel Quarkus :: AWS Translate :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/consul/runtime/pom.xml b/extensions/consul/runtime/pom.xml
index 91761fa..7a47b47 100644
--- a/extensions/consul/runtime/pom.xml
+++ b/extensions/consul/runtime/pom.xml
@@ -30,7 +30,7 @@
     <name>Camel Quarkus :: Consul :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/endpointdsl/runtime/pom.xml b/extensions/endpointdsl/runtime/pom.xml
index 3ea3c45..f8e9d82 100644
--- a/extensions/endpointdsl/runtime/pom.xml
+++ b/extensions/endpointdsl/runtime/pom.xml
@@ -31,7 +31,7 @@
     <description>camel-quarkus-endpointdsl</description>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/http/runtime/pom.xml b/extensions/http/runtime/pom.xml
index 68bab39..e3f4400 100644
--- a/extensions/http/runtime/pom.xml
+++ b/extensions/http/runtime/pom.xml
@@ -30,7 +30,7 @@
     <name>Camel Quarkus :: HTTP :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/jsonpath/runtime/pom.xml b/extensions/jsonpath/runtime/pom.xml
index 6a6863a..03c21b7 100644
--- a/extensions/jsonpath/runtime/pom.xml
+++ b/extensions/jsonpath/runtime/pom.xml
@@ -31,7 +31,7 @@
     <description>Camel JSON Path language</description>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/kotlin/runtime/pom.xml b/extensions/kotlin/runtime/pom.xml
index b927e24..58df1ba 100644
--- a/extensions/kotlin/runtime/pom.xml
+++ b/extensions/kotlin/runtime/pom.xml
@@ -30,7 +30,7 @@
     <description>camel-quarkus-kotlin</description>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/reactive-streams/runtime/pom.xml b/extensions/reactive-streams/runtime/pom.xml
index 037302a..1f9d35d 100644
--- a/extensions/reactive-streams/runtime/pom.xml
+++ b/extensions/reactive-streams/runtime/pom.xml
@@ -30,7 +30,7 @@
     <name>Camel Quarkus :: Reactive Streams :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git a/extensions/readme.adoc b/extensions/readme.adoc
index 85f5d5d..078f32d 100644
--- a/extensions/readme.adoc
+++ b/extensions/readme.adoc
@@ -12,13 +12,13 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 | Component | Since | Description
 
 | xref:extensions/ahc.adoc[AHC] (camel-quarkus-ahc) +
-`ahc:httpUri` | 1.0.0 | To call external HTTP services using Async Http Client.
+`ahc:httpUri` | 1.0.0-M3 | To call external HTTP services using Async Http Client.
 
 | link:https://camel.apache.org/components/latest/ahc-ws-component.html[AHC Websocket] (camel-quarkus-ahc-ws) +
-`ahc-ws:httpUri` | 1.0.0 | To exchange data with external Websocket servers using Async Http Client.
+`ahc-ws:httpUri` | 1.0.0-M3 | To exchange data with external Websocket servers using Async Http Client.
 
 | link:https://camel.apache.org/components/latest/aws-ec2-component.html[AWS EC2] (camel-quarkus-aws-ec2) +
-`aws-ec2:label` | 1.0.0 | The aws-ec2 is used for managing Amazon EC2 instances.
+`aws-ec2:label` | 1.0.0-M3 | The aws-ec2 is used for managing Amazon EC2 instances.
 
 | link:https://camel.apache.org/components/latest/aws-ecs-component.html[AWS ECS] (camel-quarkus-aws-ecs) +
 `aws-ecs:label` | 1.0.0-M1 | The aws-ecs is used for managing Amazon ECS
@@ -30,16 +30,16 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 `aws-iam:label` | 1.1.0 | The aws-iam is used for managing Amazon IAM
 
 | link:https://camel.apache.org/components/latest/aws-kinesis-component.html[AWS Kinesis] (camel-quarkus-aws-kinesis) +
-`aws-kinesis:streamName` | 1.0.0 | The aws-kinesis component is for consuming and producing records from Amazon Kinesis Streams.
+`aws-kinesis:streamName` | 1.0.0-M3 | The aws-kinesis component is for consuming and producing records from Amazon Kinesis Streams.
 
 | link:https://camel.apache.org/components/latest/aws-kinesis-firehose-component.html[AWS Kinesis Firehose] (camel-quarkus-aws-kinesis) +
-`aws-kinesis-firehose:streamName` | 1.0.0 | The aws-kinesis-firehose component is used for producing Amazon's Kinesis Firehose streams.
+`aws-kinesis-firehose:streamName` | 1.0.0-M3 | The aws-kinesis-firehose component is used for producing Amazon's Kinesis Firehose streams.
 
 | link:https://camel.apache.org/components/latest/aws-kms-component.html[AWS KMS] (camel-quarkus-aws-kms) +
 `aws-kms:label` | 1.0.0-M1 | The aws-kms is used for managing Amazon KMS
 
 | link:https://camel.apache.org/components/latest/aws-lambda-component.html[AWS Lambda] (camel-quarkus-aws-lambda) +
-`aws-lambda:function` | 1.0.0 | The aws-lambda is used for managing and invoking functions from Amazon Lambda.
+`aws-lambda:function` | 1.0.0-M3 | The aws-lambda is used for managing and invoking functions from Amazon Lambda.
 
 | link:https://camel.apache.org/components/latest/aws-s3-component.html[AWS S3 Storage Service] (camel-quarkus-aws-s3) +
 `aws-s3://bucketNameOrArn` | 0.2.0 | The aws-s3 component is used for storing and retrieving object from Amazon S3 Storage Service.
@@ -51,7 +51,7 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 `aws-sqs:queueNameOrArn` | 0.2.0 | The aws-sqs component is used for sending and receiving messages to Amazon's SQS service.
 
 | link:https://camel.apache.org/components/latest/aws-translate-component.html[AWS Translate] (camel-quarkus-aws-translate) +
-`aws-translate:label` | 1.0.0 | The aws-kms is used for managing Amazon Translate
+`aws-translate:label` | 1.0.0-M3 | The aws-kms is used for managing Amazon Translate
 
 | 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.
@@ -63,7 +63,7 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 `class:beanName` | 0.2.0 | The class component is for invoking Java classes (Java beans) from Camel.
 
 | link:https://camel.apache.org/components/latest/consul-component.html[Consul] (camel-quarkus-consul) +
-`consul:apiEndpoint` | 1.0.0 | The camel consul component allows you to work with Consul, a distributed, highly available, datacenter-aware, service discovery and configuration system.
+`consul:apiEndpoint` | 1.0.0-M3 | The camel consul component allows you to work with Consul, a distributed, highly available, datacenter-aware, service discovery and configuration system.
 
 | link:https://camel.apache.org/components/latest/controlbus-component.html[Control Bus] (camel-quarkus-controlbus) +
 `controlbus:command:language` | 0.4.0 | The controlbus component provides easy management of Camel applications based on the Control Bus EIP pattern.
@@ -93,7 +93,7 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 `ftps:host:port/directoryName` | 1.0.0-M1 | The \ftps (FTP secure SSL/TLS) component is used for uploading or downloading files from FTP servers.
 
 | xref:extensions/http.adoc[HTTP] (camel-quarkus-http) +
-`http:httpUri` | 1.0.0 | For calling out to external HTTP servers using Apache HTTP Client 4.x.
+`http:httpUri` | 1.0.0-M3 | For calling out to external HTTP servers using Apache HTTP Client 4.x.
 
 | link:https://camel.apache.org/components/latest/infinispan-component.html[Infinispan] (camel-quarkus-infinispan) +
 `infinispan:cacheName` | 0.2.0 | For reading/writing from/to Infinispan distributed key/value store and data grid.
@@ -132,7 +132,7 @@ Number of Camel components: 61 in 52 JAR artifacts (0 deprecated)
 `platform-http:path` | 0.3.0 | HTTP service leveraging existing runtime platform HTTP server
 
 | link:https://camel.apache.org/components/latest/reactive-streams-component.html[Reactive Streams] (camel-quarkus-reactive-streams) +
-`reactive-streams:stream` | 1.0.0 | Reactive Camel using reactive streams
+`reactive-streams:stream` | 1.0.0-M3 | Reactive Camel using reactive streams
 
 | link:https://camel.apache.org/components/latest/rest-component.html[REST] (camel-quarkus-rest) +
 `rest:method:path:uriTemplate` | 0.2.0 | The rest component is used for either hosting REST services (consumer) or calling external REST services (producer).
@@ -249,7 +249,7 @@ Number of Camel languages: 9 in 3 JAR artifacts (0 deprecated)
 
 | link:https://camel.apache.org/components/latest/header-language.html[Header] (camel-quarkus-core) | 0.2.0 | To use a Camel Message header in expressions or predicates.
 
-| link:https://camel.apache.org/components/latest/jsonpath-language.html[JsonPath] (camel-quarkus-jsonpath) | 1.0.0 | To use JsonPath in Camel expressions or predicates.
+| link:https://camel.apache.org/components/latest/jsonpath-language.html[JsonPath] (camel-quarkus-jsonpath) | 1.0.0-M3 | To use JsonPath in Camel expressions or predicates.
 
 | link:https://camel.apache.org/components/latest/ref-language.html[Ref] (camel-quarkus-core) | 0.2.0 | Reference to an existing Camel expression or predicate, which is looked up from the Camel registry.
 
@@ -275,11 +275,11 @@ Number of miscellaneous extensions: 9 in 9 JAR artifacts (0 deprecated)
 
 | (camel-quarkus-core-xml) | 0.3.0 | Includes implementations of Java Architecture for XML Binding (JAXB) and Java API for XML Processing (JAXP)
 
-| (camel-quarkus-endpointdsl) | 1.0.0 | camel-quarkus-endpointdsl
+| (camel-quarkus-endpointdsl) | 1.0.0-M3 | camel-quarkus-endpointdsl
 
 | (camel-quarkus-hystrix) | 1.0.0-M1 | Circuit Breaker EIP using Netflix Hystrix
 
-| (camel-quarkus-kotlin) | 1.0.0 | camel-quarkus-kotlin
+| (camel-quarkus-kotlin) | 1.0.0-M3 | camel-quarkus-kotlin
 
 | xref:extensions/microprofile-health.adoc[camel-quarkus-microprofile-health]  | 0.3.0 | Bridging Eclipse MicroProfile Health with Camel health checks
 
diff --git a/extensions/support/aws/runtime/pom.xml b/extensions/support/aws/runtime/pom.xml
index 7cc6f67..e763c12 100644
--- a/extensions/support/aws/runtime/pom.xml
+++ b/extensions/support/aws/runtime/pom.xml
@@ -29,7 +29,7 @@
     <name>Camel Quarkus :: Support :: AWS :: Runtime</name>
 
     <properties>
-        <firstVersion>1.0.0</firstVersion>
+        <firstVersion>1.0.0-M3</firstVersion>
     </properties>
 
     <dependencyManagement>