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
commit eb4cdfb9f0d869e19397d062571a90d76f2fbe21 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Wed Oct 23 12:30:25 2019 +0200 Make since versions of new extensions to be 0.3.0 --- docs/modules/ROOT/pages/extensions/microprofile-health.adoc | 2 +- docs/modules/ROOT/pages/extensions/microprofile-metrics.adoc | 2 +- docs/modules/ROOT/pages/extensions/opentracing.adoc | 2 +- docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc | 10 +++++----- extensions/microprofile-health/runtime/pom.xml | 2 +- extensions/opentracing/runtime/pom.xml | 2 +- extensions/platform-http/runtime/pom.xml | 2 +- extensions/reactive-executor/runtime/pom.xml | 2 +- extensions/readme.adoc | 10 +++++----- extensions/tarfile/runtime/pom.xml | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/modules/ROOT/pages/extensions/microprofile-health.adoc b/docs/modules/ROOT/pages/extensions/microprofile-health.adoc index 111486b..477660e 100644 --- a/docs/modules/ROOT/pages/extensions/microprofile-health.adoc +++ b/docs/modules/ROOT/pages/extensions/microprofile-health.adoc @@ -1,7 +1,7 @@ [[microprofile-health]] = MicroProfile Health Extension -*Available as of Camel Quarkus version 0.21* +*Since Camel Quarkus 0.3.0* The MicroProfile Health extension bridges the Camel health check API with MicroProfile Metrics & SmallRye Health. diff --git a/docs/modules/ROOT/pages/extensions/microprofile-metrics.adoc b/docs/modules/ROOT/pages/extensions/microprofile-metrics.adoc index 4969915..b4c4b24 100644 --- a/docs/modules/ROOT/pages/extensions/microprofile-metrics.adoc +++ b/docs/modules/ROOT/pages/extensions/microprofile-metrics.adoc @@ -1,7 +1,7 @@ [[microprofile-metrics]] = MicroProfile Metrics Extension -*Available as of Camel Quarkus version 0.21* +*Since Camel Quarkus 0.2.0* The MicroProfile Metrics extension produces metrics and statistics related to the Camel Context, routes and message exchanges. diff --git a/docs/modules/ROOT/pages/extensions/opentracing.adoc b/docs/modules/ROOT/pages/extensions/opentracing.adoc index c925e17..09def71 100644 --- a/docs/modules/ROOT/pages/extensions/opentracing.adoc +++ b/docs/modules/ROOT/pages/extensions/opentracing.adoc @@ -1,7 +1,7 @@ [[opentracing]] = OpenTracing Extension -*Available as of Camel Quarkus version 0.21* +*Since Camel Quarkus 0.3.0* The OpenTracing extension is used for tracing and timing incoming and outgoing Camel messages. 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 3f247bf..444584e 100644 --- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc +++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc @@ -94,7 +94,7 @@ Number of Camel data formats: 4 in 4 JAR artifacts (0 deprecated) | link:https://camel.apache.org/components/latest/mime-multipart-dataformat.html[MIME Multipart] (camel-quarkus-mail) | 0.2 | The MIME Multipart data format is used for marshalling Camel messages with attachments into MIME-Multipart message, and vise-versa. -| link:https://camel.apache.org/components/latest/tarfile-dataformat.html[Tar File] (camel-quarkus-tarfile) | 0.2.1 | The Tar File data format is a message compression and de-compression format of tar files. +| link:https://camel.apache.org/components/latest/tarfile-dataformat.html[Tar File] (camel-quarkus-tarfile) | 0.3 | The Tar File data format is a message compression and de-compression format of tar files. | link:https://camel.apache.org/components/latest/zipfile-dataformat.html[Zip File] (camel-quarkus-zipfile) | 0.2 | The Zip File data format is a message compression and de-compression format of zip files. |=== @@ -140,14 +140,14 @@ Number of miscellaneous extensions: 7 in 7 JAR artifacts (0 deprecated) | (camel-quarkus-core-cloud) | 0.2 | The Camel Quarkus core cloud module -| xref:extensions/platform-http.adoc[camel-quarkus-platform-http] | 0.2.1 | HTTP platform component is used for integrating Camel HTTP with Quarkus HTTP layer +| xref:extensions/platform-http.adoc[camel-quarkus-platform-http] | 0.3 | HTTP platform component is used for integrating Camel HTTP with Quarkus HTTP layer -| (camel-quarkus-reactive-executor) | 0.2.1 | To use Quarkus reactive executor with Camel +| (camel-quarkus-reactive-executor) | 0.3 | To use Quarkus reactive executor with Camel | (camel-quarkus-core-xml) | 0.2 | Maven plugins configuration -| xref:extensions/microprofile-health.adoc[camel-quarkus-microprofile-health] | 0.2.1 | Integration with the Quarkus MicroProfile Health extension +| xref:extensions/microprofile-health.adoc[camel-quarkus-microprofile-health] | 0.3 | Integration with the Quarkus MicroProfile Health extension -| xref:extensions/opentracing.adoc[camel-quarkus-opentracing] | 0.2.1 | Distributed tracing using OpenTracing +| xref:extensions/opentracing.adoc[camel-quarkus-opentracing] | 0.3 | Distributed tracing using OpenTracing |=== // others: END diff --git a/extensions/microprofile-health/runtime/pom.xml b/extensions/microprofile-health/runtime/pom.xml index 52080b9..e5a1fb7 100644 --- a/extensions/microprofile-health/runtime/pom.xml +++ b/extensions/microprofile-health/runtime/pom.xml @@ -31,7 +31,7 @@ <description>Integration with the Quarkus MicroProfile Health extension</description> <properties> - <firstVersion>0.2.1</firstVersion> + <firstVersion>0.3.0</firstVersion> </properties> <dependencyManagement> diff --git a/extensions/opentracing/runtime/pom.xml b/extensions/opentracing/runtime/pom.xml index 2a72d64..77618b5 100644 --- a/extensions/opentracing/runtime/pom.xml +++ b/extensions/opentracing/runtime/pom.xml @@ -31,7 +31,7 @@ <description>Distributed tracing using OpenTracing</description> <properties> - <firstVersion>0.2.1</firstVersion> + <firstVersion>0.3.0</firstVersion> </properties> <dependencyManagement> diff --git a/extensions/platform-http/runtime/pom.xml b/extensions/platform-http/runtime/pom.xml index f8d74b0..c6379fa 100644 --- a/extensions/platform-http/runtime/pom.xml +++ b/extensions/platform-http/runtime/pom.xml @@ -34,7 +34,7 @@ <properties> <title>Camel Quarkus Platform HTTP</title> - <firstVersion>0.2.1</firstVersion> + <firstVersion>0.3.0</firstVersion> <label>core,http</label> </properties> diff --git a/extensions/reactive-executor/runtime/pom.xml b/extensions/reactive-executor/runtime/pom.xml index 0a1ea5d..971844e 100644 --- a/extensions/reactive-executor/runtime/pom.xml +++ b/extensions/reactive-executor/runtime/pom.xml @@ -32,7 +32,7 @@ <properties> <title>Camel Quarkus Reactive Executor</title> - <firstVersion>0.2.1</firstVersion> + <firstVersion>0.3.0</firstVersion> <label>core</label> </properties> diff --git a/extensions/readme.adoc b/extensions/readme.adoc index 27c3d2d..92bce7a 100644 --- a/extensions/readme.adoc +++ b/extensions/readme.adoc @@ -94,7 +94,7 @@ Number of Camel data formats: 4 in 4 JAR artifacts (0 deprecated) | link:https://camel.apache.org/components/latest/mime-multipart-dataformat.html[MIME Multipart] (camel-quarkus-mail) | 0.2 | The MIME Multipart data format is used for marshalling Camel messages with attachments into MIME-Multipart message, and vise-versa. -| link:https://camel.apache.org/components/latest/tarfile-dataformat.html[Tar File] (camel-quarkus-tarfile) | 0.2.1 | The Tar File data format is a message compression and de-compression format of tar files. +| link:https://camel.apache.org/components/latest/tarfile-dataformat.html[Tar File] (camel-quarkus-tarfile) | 0.3 | The Tar File data format is a message compression and de-compression format of tar files. | link:https://camel.apache.org/components/latest/zipfile-dataformat.html[Zip File] (camel-quarkus-zipfile) | 0.2 | The Zip File data format is a message compression and de-compression format of zip files. |=== @@ -142,15 +142,15 @@ Number of miscellaneous extensions: 7 in 7 JAR artifacts (0 deprecated) | (camel-quarkus-core-cloud) | 0.2 | The Camel Quarkus core cloud module -| xref:extensions/platform-http.adoc[camel-quarkus-platform-http] | 0.2.1 | HTTP platform component is used for integrating Camel HTTP with Quarkus HTTP layer +| xref:extensions/platform-http.adoc[camel-quarkus-platform-http] | 0.3 | HTTP platform component is used for integrating Camel HTTP with Quarkus HTTP layer -| (camel-quarkus-reactive-executor) | 0.2.1 | To use Quarkus reactive executor with Camel +| (camel-quarkus-reactive-executor) | 0.3 | To use Quarkus reactive executor with Camel | (camel-quarkus-core-xml) | 0.2 | Maven plugins configuration -| xref:extensions/microprofile-health.adoc[camel-quarkus-microprofile-health] | 0.2.1 | Integration with the Quarkus MicroProfile Health extension +| xref:extensions/microprofile-health.adoc[camel-quarkus-microprofile-health] | 0.3 | Integration with the Quarkus MicroProfile Health extension -| xref:extensions/opentracing.adoc[camel-quarkus-opentracing] | 0.2.1 | Distributed tracing using OpenTracing +| xref:extensions/opentracing.adoc[camel-quarkus-opentracing] | 0.3 | Distributed tracing using OpenTracing |=== // others: END diff --git a/extensions/tarfile/runtime/pom.xml b/extensions/tarfile/runtime/pom.xml index f54b9e9..37f4a9a 100644 --- a/extensions/tarfile/runtime/pom.xml +++ b/extensions/tarfile/runtime/pom.xml @@ -30,7 +30,7 @@ <name>Camel Quarkus :: TarFile :: Runtime</name> <properties> - <firstVersion>0.2.1</firstVersion> + <firstVersion>0.3.0</firstVersion> </properties> <dependencyManagement>