Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 06FD8200CDA for ; Fri, 4 Aug 2017 10:59:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 053B216D454; Fri, 4 Aug 2017 08:59:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4944716D44D for ; Fri, 4 Aug 2017 10:59:35 +0200 (CEST) Received: (qmail 3151 invoked by uid 500); 4 Aug 2017 08:59:34 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 2965 invoked by uid 99); 4 Aug 2017 08:59:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2017 08:59:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DB0D1F5535; Fri, 4 Aug 2017 08:59:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Date: Fri, 04 Aug 2017 08:59:36 -0000 Message-Id: <0232826e58e04363a5c7db9ff6bf2e0b@git.apache.org> In-Reply-To: <466d1904def44878960df904c292eb35@git.apache.org> References: <466d1904def44878960df904c292eb35@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/5] camel git commit: CAMEL-11571 - Added camel-google-bigquery starter and refined kit archived-at: Fri, 04 Aug 2017 08:59:36 -0000 CAMEL-11571 - Added camel-google-bigquery starter and refined kit Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d0381443 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d0381443 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d0381443 Branch: refs/heads/master Commit: d03814435d57860b13e49ba1ce2e5b5407446014 Parents: b98ba51 Author: Andrea Cosentino Authored: Fri Aug 4 10:57:48 2017 +0200 Committer: Andrea Cosentino Committed: Fri Aug 4 10:58:55 2017 +0200 ---------------------------------------------------------------------- apache-camel/src/main/descriptors/common-bin.xml | 1 + parent/pom.xml | 5 +++++ .../spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml | 5 +++++ .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 5 +++++ 4 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d0381443/apache-camel/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index 9da1796..276c795 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -389,6 +389,7 @@ org.apache.camel:camel-geocoder-starter org.apache.camel:camel-github-starter org.apache.camel:camel-git-starter + org.apache.camel:camel-google-bigquery-starter org.apache.camel:camel-google-calendar-starter org.apache.camel:camel-google-drive-starter org.apache.camel:camel-google-mail-starter http://git-wip-us.apache.org/repos/asf/camel/blob/d0381443/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3d76caa..a919a5d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2599,6 +2599,11 @@ org.apache.camel + camel-google-bigquery-starter + ${project.version} + + + org.apache.camel camel-google-calendar-starter ${project.version} http://git-wip-us.apache.org/repos/asf/camel/blob/d0381443/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml index e0f3779..feda875 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml @@ -422,6 +422,11 @@ org.apache.camel + camel-google-bigquery-starter + ${project.version} + + + org.apache.camel camel-google-calendar-starter ${project.version} http://git-wip-us.apache.org/repos/asf/camel/blob/d0381443/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 03bf6e7..66651d5 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -1011,6 +1011,11 @@ org.apache.camel + camel-google-bigquery-starter + ${project.version} + + + org.apache.camel camel-google-calendar ${project.version}