This is an automated email from the ASF dual-hosted git repository. lburgazzoli 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 0605113 Set firstVersion to 1.0.0 to match the reality 0605113 is described below commit 06051130f7e3479e6b7b9a1c0eb132c6bfccb46e Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Thu Jan 23 20:51:54 2020 +0100 Set firstVersion to 1.0.0 to match the reality --- .../ROOT/pages/list-of-camel-quarkus-extensions.adoc | 14 +++++++------- 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/readme.adoc | 14 +++++++------- extensions/support/aws/runtime/pom.xml | 2 +- 9 files changed, 21 insertions(+), 21 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 998cb7c..b0871a6 100644 --- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc +++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc @@ -22,13 +22,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.2.0 | To call external HTTP services using Async Http Client. +`ahc:httpUri` | 1.0.0 | 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.2.0 | To exchange data with external Websocket servers using Async Http Client. +`ahc-ws:httpUri` | 1.0.0 | 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.2.0 | The aws-ec2 is used for managing Amazon EC2 instances. +`aws-ec2:label` | 1.0.0 | 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 +40,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.2.0 | The aws-kinesis component is for consuming and producing records from Amazon Kinesis Streams. +`aws-kinesis:streamName` | 1.0.0 | 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.2.0 | The aws-kinesis-firehose component is used for producing Amazon's Kinesis Firehose streams. +`aws-kinesis-firehose:streamName` | 1.0.0 | 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.2.0 | The aws-lambda is used for managing and invoking functions from Amazon Lambda. +`aws-lambda:function` | 1.0.0 | 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 +61,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.2.0 | The aws-kms is used for managing Amazon Translate +`aws-translate:label` | 1.0.0 | 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. diff --git a/extensions/ahc-ws/runtime/pom.xml b/extensions/ahc-ws/runtime/pom.xml index 1082ca3..b7a6a8a 100644 --- a/extensions/ahc-ws/runtime/pom.xml +++ b/extensions/ahc-ws/runtime/pom.xml @@ -32,7 +32,7 @@ <name>Camel Quarkus :: AHC-WS :: Runtime</name> <properties> - <firstVersion>1.2.0</firstVersion> + <firstVersion>1.0.0</firstVersion> </properties> <dependencyManagement> diff --git a/extensions/ahc/runtime/pom.xml b/extensions/ahc/runtime/pom.xml index dce9e53..5eedb61 100644 --- a/extensions/ahc/runtime/pom.xml +++ b/extensions/ahc/runtime/pom.xml @@ -32,7 +32,7 @@ <name>Camel Quarkus :: AHC (Async Http Client) :: Runtime</name> <properties> - <firstVersion>1.2.0</firstVersion> + <firstVersion>1.0.0</firstVersion> </properties> <dependencyManagement> diff --git a/extensions/aws-ec2/runtime/pom.xml b/extensions/aws-ec2/runtime/pom.xml index 3cc6abc..72bd5b4 100644 --- a/extensions/aws-ec2/runtime/pom.xml +++ b/extensions/aws-ec2/runtime/pom.xml @@ -32,7 +32,7 @@ <name>Camel Quarkus :: AWS EC2 :: Runtime</name> <properties> - <firstVersion>1.2.0</firstVersion> + <firstVersion>1.0.0</firstVersion> </properties> <dependencyManagement> diff --git a/extensions/aws-kinesis/runtime/pom.xml b/extensions/aws-kinesis/runtime/pom.xml index b03b463..7305c4e 100644 --- a/extensions/aws-kinesis/runtime/pom.xml +++ b/extensions/aws-kinesis/runtime/pom.xml @@ -32,7 +32,7 @@ <name>Camel Quarkus :: AWS Kinesis :: Runtime</name> <properties> - <firstVersion>1.2.0</firstVersion> + <firstVersion>1.0.0</firstVersion> </properties> <dependencyManagement> diff --git a/extensions/aws-lambda/runtime/pom.xml b/extensions/aws-lambda/runtime/pom.xml index 7f3afbb..eda73bb 100644 --- a/extensions/aws-lambda/runtime/pom.xml +++ b/extensions/aws-lambda/runtime/pom.xml @@ -32,7 +32,7 @@ <name>Camel Quarkus :: AWS Lambda :: Runtime</name> <properties> - <firstVersion>1.2.0</firstVersion> + <firstVersion>1.0.0</firstVersion> </properties> <dependencyManagement> diff --git a/extensions/aws-translate/runtime/pom.xml b/extensions/aws-translate/runtime/pom.xml index 21a5ed4..721af96 100644 --- a/extensions/aws-translate/runtime/pom.xml +++ b/extensions/aws-translate/runtime/pom.xml @@ -32,7 +32,7 @@ <name>Camel Quarkus :: AWS Translate :: Runtime</name> <properties> - <firstVersion>1.2.0</firstVersion> + <firstVersion>1.0.0</firstVersion> </properties> <dependencyManagement> diff --git a/extensions/readme.adoc b/extensions/readme.adoc index 0793702..85f5d5d 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.2.0 | To call external HTTP services using Async Http Client. +`ahc:httpUri` | 1.0.0 | 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.2.0 | To exchange data with external Websocket servers using Async Http Client. +`ahc-ws:httpUri` | 1.0.0 | 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.2.0 | The aws-ec2 is used for managing Amazon EC2 instances. +`aws-ec2:label` | 1.0.0 | 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.2.0 | The aws-kinesis component is for consuming and producing records from Amazon Kinesis Streams. +`aws-kinesis:streamName` | 1.0.0 | 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.2.0 | The aws-kinesis-firehose component is used for producing Amazon's Kinesis Firehose streams. +`aws-kinesis-firehose:streamName` | 1.0.0 | 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.2.0 | The aws-lambda is used for managing and invoking functions from Amazon Lambda. +`aws-lambda:function` | 1.0.0 | 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.2.0 | The aws-kms is used for managing Amazon Translate +`aws-translate:label` | 1.0.0 | 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. diff --git a/extensions/support/aws/runtime/pom.xml b/extensions/support/aws/runtime/pom.xml index 2b1d1c4..a410d56 100644 --- a/extensions/support/aws/runtime/pom.xml +++ b/extensions/support/aws/runtime/pom.xml @@ -31,7 +31,7 @@ <name>Camel Quarkus :: Support :: AWS :: Runtime</name> <properties> - <firstVersion>1.2.0</firstVersion> + <firstVersion>1.0.0</firstVersion> </properties> <dependencyManagement>