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 7d8d55f Google BigQuery native is since 1.6.0 not 1.5.0 7d8d55f is described below commit 7d8d55f44ccb79fe688d3d2e13e818c6756035cf Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Thu Jan 21 11:34:57 2021 +0100 Google BigQuery native is since 1.6.0 not 1.5.0 --- docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc | 4 ++-- .../ROOT/partials/reference/components/google-bigquery-sql.adoc | 2 +- docs/modules/ROOT/partials/reference/components/google-bigquery.adoc | 2 +- extensions/google-bigquery/runtime/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc b/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc index c3e4255..ed15bbf 100644 --- a/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc @@ -8,10 +8,10 @@ :cq-description: Access Google Cloud BigQuery service using SQL queries or Google Client Services API :cq-deprecated: false :cq-jvm-since: 1.0.0 -:cq-native-since: 1.5.0 +:cq-native-since: 1.6.0 [.badges] -[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.5.0## +[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.6.0## Access Google Cloud BigQuery service using SQL queries or Google Client Services API diff --git a/docs/modules/ROOT/partials/reference/components/google-bigquery-sql.adoc b/docs/modules/ROOT/partials/reference/components/google-bigquery-sql.adoc index 8330f83..7bd1673 100644 --- a/docs/modules/ROOT/partials/reference/components/google-bigquery-sql.adoc +++ b/docs/modules/ROOT/partials/reference/components/google-bigquery-sql.adoc @@ -6,7 +6,7 @@ :cq-status: Stable :cq-deprecated: false :cq-jvm-since: 1.0.0 -:cq-native-since: 1.5.0 +:cq-native-since: 1.6.0 :cq-camel-part-name: google-bigquery-sql :cq-camel-part-title: Google BigQuery Standard SQL :cq-camel-part-description: Access Google Cloud BigQuery service using SQL queries. diff --git a/docs/modules/ROOT/partials/reference/components/google-bigquery.adoc b/docs/modules/ROOT/partials/reference/components/google-bigquery.adoc index fd0ebca..66fce6b 100644 --- a/docs/modules/ROOT/partials/reference/components/google-bigquery.adoc +++ b/docs/modules/ROOT/partials/reference/components/google-bigquery.adoc @@ -6,7 +6,7 @@ :cq-status: Stable :cq-deprecated: false :cq-jvm-since: 1.0.0 -:cq-native-since: 1.5.0 +:cq-native-since: 1.6.0 :cq-camel-part-name: google-bigquery :cq-camel-part-title: Google BigQuery :cq-camel-part-description: Google BigQuery data warehouse for analytics. diff --git a/extensions/google-bigquery/runtime/pom.xml b/extensions/google-bigquery/runtime/pom.xml index fa6e33a..9b63492 100644 --- a/extensions/google-bigquery/runtime/pom.xml +++ b/extensions/google-bigquery/runtime/pom.xml @@ -32,7 +32,7 @@ <properties> <camel.quarkus.jvmSince>1.0.0</camel.quarkus.jvmSince> - <camel.quarkus.nativeSince>1.5.0</camel.quarkus.nativeSince> + <camel.quarkus.nativeSince>1.6.0</camel.quarkus.nativeSince> </properties> <dependencyManagement>