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
The following commit(s) were added to refs/heads/master by this push: new 48c795c The next 1.1.0 48c795c is described below commit 48c795c25409a21b91617c2d44a0b44c4f6d8f04 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Mon Aug 10 15:16:12 2020 +0200 The next 1.1.0 --- docs/modules/ROOT/pages/extensions/master.adoc | 2 +- docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc | 2 +- extensions/master/runtime/pom.xml | 2 +- tooling/create-extension-templates/runtime-pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/extensions/master.adoc b/docs/modules/ROOT/pages/extensions/master.adoc index 0ee6688..a9b5fd8 100644 --- a/docs/modules/ROOT/pages/extensions/master.adoc +++ b/docs/modules/ROOT/pages/extensions/master.adoc @@ -5,7 +5,7 @@ = Master [.badges] -[.badge-key]##Since Camel Quarkus##[.badge-version]##1.0.0-CR4## [.badge-key]##JVM##[.badge-supported]##supported## [.badge-key]##Native##[.badge-supported]##supported## +[.badge-key]##Since Camel Quarkus##[.badge-version]##1.1.0## [.badge-key]##JVM##[.badge-supported]##supported## [.badge-key]##Native##[.badge-supported]##supported## Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies. 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 f3a3e0f..0b57bde 100644 --- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc +++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc @@ -230,7 +230,7 @@ Number of Camel components: 156 in 121 JAR artifacts (0 deprecated) | xref:extensions/mail.adoc[Mail] | camel-quarkus-mail | Native + Stable | 0.2.0 | Send and receive emails using imap, pop3 and smtp protocols. -| xref:extensions/master.adoc[Master] | camel-quarkus-master | Native + Stable | 1.0.0-CR4 | Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies. +| xref:extensions/master.adoc[Master] | camel-quarkus-master | Native + Stable | 1.1.0 | Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies. | xref:extensions/microprofile-metrics.adoc[MicroProfile Metrics] | camel-quarkus-microprofile-metrics | Native + Stable | 0.2.0 | Expose metrics from Camel routes. diff --git a/extensions/master/runtime/pom.xml b/extensions/master/runtime/pom.xml index bb0bfee..ba43148 100644 --- a/extensions/master/runtime/pom.xml +++ b/extensions/master/runtime/pom.xml @@ -33,7 +33,7 @@ <description>Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies.</description> <properties> - <firstVersion>1.0.0-CR4</firstVersion> + <firstVersion>1.1.0</firstVersion> </properties> <dependencyManagement> diff --git a/tooling/create-extension-templates/runtime-pom.xml b/tooling/create-extension-templates/runtime-pom.xml index ee729b2..6c30847 100644 --- a/tooling/create-extension-templates/runtime-pom.xml +++ b/tooling/create-extension-templates/runtime-pom.xml @@ -33,7 +33,7 @@ <description>[=description]</description> <properties> - <firstVersion>1.0.0-CR4</firstVersion> + <firstVersion>1.1.0</firstVersion> </properties> <dependencyManagement>