From scm-return-47742-apmail-geronimo-scm-archive=geronimo.apache.org@geronimo.apache.org Thu Nov 17 04:51:56 2011 Return-Path: X-Original-To: apmail-geronimo-scm-archive@www.apache.org Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3B6E775E for ; Thu, 17 Nov 2011 04:51:55 +0000 (UTC) Received: (qmail 59047 invoked by uid 500); 17 Nov 2011 04:51:55 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 58966 invoked by uid 500); 17 Nov 2011 04:51:54 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 58864 invoked by uid 99); 17 Nov 2011 04:51:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 04:51:52 +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; Thu, 17 Nov 2011 04:51:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AACB923889BB; Thu, 17 Nov 2011 04:51:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1203048 - /geronimo/devtools/eclipse-plugin/trunk/pom.xml Date: Thu, 17 Nov 2011 04:51:29 -0000 To: scm@geronimo.apache.org From: hanhongfang@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111117045129.AACB923889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hanhongfang Date: Thu Nov 17 04:51:29 2011 New Revision: 1203048 URL: http://svn.apache.org/viewvc?rev=1203048&view=rev Log: add pluginRepository for maven-eclipsepde-plugin 1.2-SNAPSHOT Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/pom.xml?rev=1203048&r1=1203047&r2=1203048&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/pom.xml Thu Nov 17 04:51:29 2011 @@ -97,7 +97,6 @@ - junit junit @@ -476,6 +475,19 @@ true + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + true + +