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 834E6174C2 for ; Wed, 22 Oct 2014 09:45:14 +0000 (UTC) Received: (qmail 51788 invoked by uid 500); 22 Oct 2014 09:45:14 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 51632 invoked by uid 500); 22 Oct 2014 09:45:14 -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 51464 invoked by uid 99); 22 Oct 2014 09:45:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2014 09:45:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E7CDB8236C8; Wed, 22 Oct 2014 09:45:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ningjiang@apache.org To: commits@camel.apache.org Date: Wed, 22 Oct 2014 09:45:23 -0000 Message-Id: <563321ab195b4b248e68efe6f4a0c7d2@git.apache.org> In-Reply-To: <5bb9c165f5094e85a689d511d215aff4@git.apache.org> References: <5bb9c165f5094e85a689d511d215aff4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/11] git commit: CAMEL-7834 Added camel-docker to the release kit CAMEL-7834 Added camel-docker to the release kit Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1e28b6fe Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1e28b6fe Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1e28b6fe Branch: refs/heads/master Commit: 1e28b6feaa21c65cc4ba51d12bb6fb535caf42c7 Parents: 7ed57f9 Author: Willem Jiang Authored: Wed Oct 22 15:40:40 2014 +0800 Committer: Willem Jiang Committed: Wed Oct 22 15:41:51 2014 +0800 ---------------------------------------------------------------------- apache-camel/pom.xml | 4 ++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + parent/pom.xml | 5 +++++ 3 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/1e28b6fe/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index e38531d..8a1690a 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -173,6 +173,10 @@ org.apache.camel + camel-docker + + + org.apache.camel camel-dozer http://git-wip-us.apache.org/repos/asf/camel/blob/1e28b6fe/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 f3ea8c3..6138be9 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -56,6 +56,7 @@ org.apache.camel:camel-cxf-transport org.apache.camel:camel-disruptor org.apache.camel:camel-dns + org.apache.camel:camel-docker org.apache.camel:camel-dozer org.apache.camel:camel-dropbox org.apache.camel:camel-eclipse http://git-wip-us.apache.org/repos/asf/camel/blob/1e28b6fe/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index fd47763..3177bc5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -705,6 +705,11 @@ camel-dns ${project.version} + + org.apache.camel + camel-docker + ${project.version} + org.apache.camel camel-dozer