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 E1ADE17A00 for ; Sat, 28 Feb 2015 03:29:20 +0000 (UTC) Received: (qmail 25439 invoked by uid 500); 28 Feb 2015 03:29:20 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 25287 invoked by uid 500); 28 Feb 2015 03:29:20 -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 25253 invoked by uid 99); 28 Feb 2015 03:29:20 -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; Sat, 28 Feb 2015 03:29:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2DCA5E0531; Sat, 28 Feb 2015 03:29:20 +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: Sat, 28 Feb 2015 03:29:20 -0000 Message-Id: <4268bb8edda44df19f11fbe69564a1d6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] camel git commit: fixed the parent pom issue of the test modules Repository: camel Updated Branches: refs/heads/camel-2.14.x 0f21d55be -> 2f25ba805 fixed the parent pom issue of the test modules Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e9f6941e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e9f6941e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e9f6941e Branch: refs/heads/camel-2.14.x Commit: e9f6941eecebfb07205a6a30ea812e692ede9ca5 Parents: 0f21d55 Author: Willem Jiang Authored: Fri Feb 27 03:12:29 2015 +0000 Committer: Willem Jiang Committed: Fri Feb 27 03:12:29 2015 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- tests/camel-itest-karaf/pom.xml | 2 +- tests/camel-itest-performance/pom.xml | 2 +- tests/camel-performance/pom.xml | 2 +- tests/pom.xml | 11 +++++++++++ 5 files changed, 15 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e9f6941e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a3d0e68..85d7c6c 100755 --- a/pom.xml +++ b/pom.xml @@ -214,7 +214,7 @@ clean install deploy - -Prelease,enable-schemagen,apt,sourcecheck,hibernate,osgi.test,performance.test + -Prelease,enable-schemagen,apt,sourcecheck,hibernate true http://git-wip-us.apache.org/repos/asf/camel/blob/e9f6941e/tests/camel-itest-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-karaf/pom.xml b/tests/camel-itest-karaf/pom.xml index bd3510e..0c05dbe 100644 --- a/tests/camel-itest-karaf/pom.xml +++ b/tests/camel-itest-karaf/pom.xml @@ -23,7 +23,7 @@ org.apache.camel tests - 2.14.1-SNAPSHOT + 2.14.2-SNAPSHOT camel-itest-karaf http://git-wip-us.apache.org/repos/asf/camel/blob/e9f6941e/tests/camel-itest-performance/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-performance/pom.xml b/tests/camel-itest-performance/pom.xml index 6cfc74b..1abf3dc 100644 --- a/tests/camel-itest-performance/pom.xml +++ b/tests/camel-itest-performance/pom.xml @@ -22,7 +22,7 @@ org.apache.camel tests - 2.14.1-SNAPSHOT + 2.14.2-SNAPSHOT camel-itest-performance http://git-wip-us.apache.org/repos/asf/camel/blob/e9f6941e/tests/camel-performance/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-performance/pom.xml b/tests/camel-performance/pom.xml index 6308d1f..7ccc6de 100644 --- a/tests/camel-performance/pom.xml +++ b/tests/camel-performance/pom.xml @@ -22,7 +22,7 @@ org.apache.camel tests - 2.14.1-SNAPSHOT + 2.14.2-SNAPSHOT camel-performance http://git-wip-us.apache.org/repos/asf/camel/blob/e9f6941e/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index f86752e..7e9a428 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -43,6 +43,17 @@ + + + release + + camel-itest-karaf + camel-itest-osgi + camel-itest-performance + camel-performance + + + osgi.test