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 2C5101160E for ; Wed, 3 Sep 2014 06:49:52 +0000 (UTC) Received: (qmail 16910 invoked by uid 500); 3 Sep 2014 06:49:45 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 16855 invoked by uid 500); 3 Sep 2014 06:49:45 -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 16846 invoked by uid 99); 3 Sep 2014 06:49:45 -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, 03 Sep 2014 06:49:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 96E85A05AC2; Wed, 3 Sep 2014 06:49:45 +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 Message-Id: <5164465313eb41ea8a9c48cf078808f5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Disable the validate profile when doning release Date: Wed, 3 Sep 2014 06:49:45 +0000 (UTC) Repository: camel Updated Branches: refs/heads/master 3f1786095 -> ff9b96a61 Disable the validate profile when doning release Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ff9b96a6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ff9b96a6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ff9b96a6 Branch: refs/heads/master Commit: ff9b96a61a1a52d72f8f065b50c8bf35e9b88812 Parents: 3f17860 Author: Willem Jiang Authored: Wed Sep 3 06:31:57 2014 +0000 Committer: Willem Jiang Committed: Wed Sep 3 06:32:18 2014 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ff9b96a6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 124c50b..c96453c 100755 --- a/pom.xml +++ b/pom.xml @@ -212,7 +212,7 @@ false clean install deploy - -Prelease,enable-schemagen,apt,sourcecheck,validate,hibernate + -Prelease,enable-schemagen,apt,sourcecheck,hibernate true