Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 25048 invoked from network); 8 May 2008 05:59:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2008 05:59:58 -0000 Received: (qmail 53607 invoked by uid 500); 8 May 2008 05:59:59 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 53549 invoked by uid 500); 8 May 2008 05:59:59 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 53538 invoked by uid 99); 8 May 2008 05:59:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 22:59:59 -0700 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, 08 May 2008 05:59:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C7ED22388A26; Wed, 7 May 2008 22:59:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r654421 - /directory/project/trunk/pom.xml Date: Thu, 08 May 2008 05:59:34 -0000 To: commits@directory.apache.org From: felixk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080508055934.C7ED22388A26@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: felixk Date: Wed May 7 22:59:34 2008 New Revision: 654421 URL: http://svn.apache.org/viewvc?rev=654421&view=rev Log: Fix scm urls Modified: directory/project/trunk/pom.xml Modified: directory/project/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=654421&r1=654420&r2=654421&view=diff ============================================================================== --- directory/project/trunk/pom.xml (original) +++ directory/project/trunk/pom.xml Wed May 7 22:59:34 2008 @@ -176,9 +176,9 @@ - scm:svn:http://svn.apache.org/repos/asf/directory/project/branches/bigbang - scm:svn:https://svn.apache.org/repos/asf/directory/project/branches/bigbang - http://svn.apache.org/viewvc/directory/project/branches/bigbang + scm:svn:http://svn.apache.org/repos/asf/directory/project/trunk + scm:svn:https://svn.apache.org/repos/asf/directory/project/trunk + http://svn.apache.org/viewvc/directory/project/trunk