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 6429C916A for ; Mon, 3 Oct 2011 18:38:05 +0000 (UTC) Received: (qmail 21564 invoked by uid 500); 3 Oct 2011 18:38:05 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 21531 invoked by uid 500); 3 Oct 2011 18:38:05 -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 21524 invoked by uid 99); 3 Oct 2011 18:38:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2011 18:38:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2011 18:38:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6A09A2388A5F for ; Mon, 3 Oct 2011 18:37:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1178509 - in /camel/trunk: parent/pom.xml pom.xml Date: Mon, 03 Oct 2011 18:37:41 -0000 To: commits@camel.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111003183741.6A09A2388A5F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Mon Oct 3 18:37:40 2011 New Revision: 1178509 URL: http://svn.apache.org/viewvc?rev=1178509&view=rev Log: Move jetty plugin config to parent pom as that's where the jetty version is defined. Modified: camel/trunk/parent/pom.xml camel/trunk/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1178509&r1=1178508&r2=1178509&view=diff ============================================================================== --- camel/trunk/parent/pom.xml (original) +++ camel/trunk/parent/pom.xml Mon Oct 3 18:37:40 2011 @@ -1536,6 +1536,12 @@ + org.mortbay.jetty + jetty-maven-plugin + ${jetty-version} + + + org.apache.maven.plugins maven-eclipse-plugin Modified: camel/trunk/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1178509&r1=1178508&r2=1178509&view=diff ============================================================================== --- camel/trunk/pom.xml (original) +++ camel/trunk/pom.xml Mon Oct 3 18:37:40 2011 @@ -277,12 +277,6 @@ - org.mortbay.jetty - jetty-maven-plugin - ${jetty-version} - - - org.apache.maven.plugins maven-antrun-plugin 1.6