Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 96534 invoked from network); 5 Dec 2006 23:10:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 23:10:13 -0000 Received: (qmail 55420 invoked by uid 500); 5 Dec 2006 23:10:21 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 55403 invoked by uid 500); 5 Dec 2006 23:10:21 -0000 Mailing-List: contact abdera-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-commits@incubator.apache.org Received: (qmail 55394 invoked by uid 99); 5 Dec 2006 23:10:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 15:10:21 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 15:10:12 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id E51E51A9846; Tue, 5 Dec 2006 15:09:30 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r482821 - /incubator/abdera/java/trunk/pom.xml Date: Tue, 05 Dec 2006 23:09:30 -0000 To: abdera-commits@incubator.apache.org From: jrduncans@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061205230930.E51E51A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jrduncans Date: Tue Dec 5 15:09:27 2006 New Revision: 482821 URL: http://svn.apache.org/viewvc?view=rev&rev=482821 Log: Corrected Maven distribution configuration * pom.xml - Corrected the SNAPSHOT and release repository configuration in the distributionManagement section, based on input from Dan Diephouse. Modified: incubator/abdera/java/trunk/pom.xml Modified: incubator/abdera/java/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/pom.xml?view=diff&rev=482821&r1=482820&r2=482821 ============================================================================== --- incubator/abdera/java/trunk/pom.xml (original) +++ incubator/abdera/java/trunk/pom.xml Tue Dec 5 15:09:27 2006 @@ -264,10 +264,15 @@ + + apache.snapshots + Apache SNAPSHOT Repository + scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository + - apache-maven-test-builds - Apache Maven Repository (Test Builds) - scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository + apache.incubating + Apache Incubating Repository + scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository