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 64A74105B8 for ; Wed, 8 Jan 2014 07:44:35 +0000 (UTC) Received: (qmail 12999 invoked by uid 500); 8 Jan 2014 07:44:01 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 12847 invoked by uid 500); 8 Jan 2014 07:43:51 -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 12737 invoked by uid 99); 8 Jan 2014 07:43:48 -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, 08 Jan 2014 07:43:48 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8C07F3AFAC; Wed, 8 Jan 2014 07:43:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cmueller@apache.org To: commits@camel.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: fixed the pom version number for a few modules Date: Wed, 8 Jan 2014 07:43:48 +0000 (UTC) Updated Branches: refs/heads/camel-2.12.x 2fde4f746 -> c8442cf66 fixed the pom version number for a few modules Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c8442cf6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c8442cf6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c8442cf6 Branch: refs/heads/camel-2.12.x Commit: c8442cf66c5b89f5124dbc0823e8b7796574b250 Parents: 2fde4f7 Author: cmueller Authored: Wed Jan 8 08:43:22 2014 +0100 Committer: cmueller Committed: Wed Jan 8 08:43:22 2014 +0100 ---------------------------------------------------------------------- etc/pom.xml | 2 +- tests/camel-itest-karaf/pom.xml | 2 +- tests/camel-itest-osgi/pom.xml | 2 +- tests/camel-itest-performance/pom.xml | 2 +- tests/camel-performance/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c8442cf6/etc/pom.xml ---------------------------------------------------------------------- diff --git a/etc/pom.xml b/etc/pom.xml index 2da477e..66f6a2c 100755 --- a/etc/pom.xml +++ b/etc/pom.xml @@ -23,7 +23,7 @@ org.apache.camel camel-parent - 2.12.2-SNAPSHOT + 2.12.3-SNAPSHOT ../parent http://git-wip-us.apache.org/repos/asf/camel/blob/c8442cf6/tests/camel-itest-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-karaf/pom.xml b/tests/camel-itest-karaf/pom.xml index cae6c11..c1d3131 100644 --- a/tests/camel-itest-karaf/pom.xml +++ b/tests/camel-itest-karaf/pom.xml @@ -23,7 +23,7 @@ org.apache.camel tests - 2.12.2-SNAPSHOT + 2.12.3-SNAPSHOT camel-itest-karaf http://git-wip-us.apache.org/repos/asf/camel/blob/c8442cf6/tests/camel-itest-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-osgi/pom.xml b/tests/camel-itest-osgi/pom.xml index b22f08c..1d70d61 100644 --- a/tests/camel-itest-osgi/pom.xml +++ b/tests/camel-itest-osgi/pom.xml @@ -22,7 +22,7 @@ org.apache.camel tests - 2.12.2-SNAPSHOT + 2.12.3-SNAPSHOT camel-itest-osgi http://git-wip-us.apache.org/repos/asf/camel/blob/c8442cf6/tests/camel-itest-performance/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-performance/pom.xml b/tests/camel-itest-performance/pom.xml index 47e72ca..1e5cae9 100644 --- a/tests/camel-itest-performance/pom.xml +++ b/tests/camel-itest-performance/pom.xml @@ -22,7 +22,7 @@ org.apache.camel tests - 2.12.2-SNAPSHOT + 2.12.3-SNAPSHOT camel-itest-performance http://git-wip-us.apache.org/repos/asf/camel/blob/c8442cf6/tests/camel-performance/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-performance/pom.xml b/tests/camel-performance/pom.xml index 714d3ee..693e011 100644 --- a/tests/camel-performance/pom.xml +++ b/tests/camel-performance/pom.xml @@ -22,7 +22,7 @@ org.apache.camel tests - 2.12.2-SNAPSHOT + 2.12.3-SNAPSHOT camel-performance