Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 9396 invoked from network); 2 Sep 2010 13:57:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 13:57:30 -0000 Received: (qmail 17889 invoked by uid 500); 2 Sep 2010 13:57:30 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 17804 invoked by uid 500); 2 Sep 2010 13:57:29 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 17794 invoked by uid 99); 2 Sep 2010 13:57:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 13:57:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Thu, 02 Sep 2010 13:57:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BF33E238890A; Thu, 2 Sep 2010 13:56:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r991936 - /activemq/trunk/pom.xml Date: Thu, 02 Sep 2010 13:56:07 -0000 To: commits@activemq.apache.org From: janstey@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100902135607.BF33E238890A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: janstey Date: Thu Sep 2 13:56:07 2010 New Revision: 991936 URL: http://svn.apache.org/viewvc?rev=991936&view=rev Log: AMQ-2896 - configure maven-eclipse-plugin so it doesn't try and get a 2.8-SNAPSHOT version that doesn't exist Modified: activemq/trunk/pom.xml Modified: activemq/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=991936&r1=991935&r2=991936&view=diff ============================================================================== --- activemq/trunk/pom.xml (original) +++ activemq/trunk/pom.xml Thu Sep 2 13:56:07 2010 @@ -1067,6 +1067,15 @@ + + org.apache.maven.plugins + maven-eclipse-plugin + 2.5.1 + + true + false + +