Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97C3C10ECF for ; Thu, 3 Sep 2015 10:29:39 +0000 (UTC) Received: (qmail 50822 invoked by uid 500); 3 Sep 2015 10:29:39 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 50769 invoked by uid 500); 3 Sep 2015 10:29:39 -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 50757 invoked by uid 99); 3 Sep 2015 10:29:39 -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; Thu, 03 Sep 2015 10:29:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 50BAAE7E22; Thu, 3 Sep 2015 10:29:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ggrzybek@apache.org To: commits@camel.apache.org Date: Thu, 03 Sep 2015 10:29:39 -0000 Message-Id: <7a6c3413cc064812a440fb849991c325@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] camel git commit: Use gson 2.2.2 (it is a dependency of org.eclipse.egit.github.core:2.1.5) in camel-github feature Repository: camel Updated Branches: refs/heads/camel-2.15.x 5ac926c3c -> 3c9867b4a refs/heads/master 4f3ccee40 -> b5abe04c2 Use gson 2.2.2 (it is a dependency of org.eclipse.egit.github.core:2.1.5) in camel-github feature Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b5abe04c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b5abe04c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b5abe04c Branch: refs/heads/master Commit: b5abe04c23581d0da96760e029f1bc4ce01b80ef Parents: 4f3ccee Author: Grzegorz Grzybek Authored: Thu Sep 3 12:28:57 2015 +0200 Committer: Grzegorz Grzybek Committed: Thu Sep 3 12:28:57 2015 +0200 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b5abe04c/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index e5f7bae..9638402 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -476,8 +476,8 @@ camel-core - - mvn:com.google.code.gson/gson/2.2 + + mvn:com.google.code.gson/gson/2.2.2 mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.egit.github.core/${egit-github-core-bundle-version} mvn:commons-codec/commons-codec/${commons-codec-version} mvn:org.apache.camel/camel-github/${project.version}