Return-Path: Delivered-To: apmail-incubator-oodt-commits-archive@minotaur.apache.org Received: (qmail 54681 invoked from network); 29 Jul 2010 05:26:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jul 2010 05:26:45 -0000 Received: (qmail 53939 invoked by uid 500); 29 Jul 2010 05:26:45 -0000 Delivered-To: apmail-incubator-oodt-commits-archive@incubator.apache.org Received: (qmail 53911 invoked by uid 500); 29 Jul 2010 05:26:44 -0000 Mailing-List: contact oodt-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oodt-dev@incubator.apache.org Delivered-To: mailing list oodt-commits@incubator.apache.org Received: (qmail 53903 invoked by uid 99); 29 Jul 2010 05:26:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 05:26:44 +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, 29 Jul 2010 05:26:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A1C21238897D; Thu, 29 Jul 2010 05:25:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r980311 - in /incubator/oodt/trunk: crawler/pom.xml curator/pom.xml pge/pom.xml Date: Thu, 29 Jul 2010 05:25:26 -0000 To: oodt-commits@incubator.apache.org From: woollard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100729052526.A1C21238897D@eris.apache.org> Author: woollard Date: Thu Jul 29 05:25:26 2010 New Revision: 980311 URL: http://svn.apache.org/viewvc?rev=980311&view=rev Log: prefix crawler artifact with cas-. toward OODT-15. Modified: incubator/oodt/trunk/crawler/pom.xml incubator/oodt/trunk/curator/pom.xml incubator/oodt/trunk/pge/pom.xml Modified: incubator/oodt/trunk/crawler/pom.xml URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/crawler/pom.xml?rev=980311&r1=980310&r2=980311&view=diff ============================================================================== --- incubator/oodt/trunk/crawler/pom.xml (original) +++ incubator/oodt/trunk/crawler/pom.xml Thu Jul 29 05:25:26 2010 @@ -26,7 +26,7 @@ the License. ${oodt.version} ../core/pom.xml - crawler + cas-crawler Catalog and Archive Crawling Framework ${oodt.version} The Catalog and Archive Service Crawling Framework. Modified: incubator/oodt/trunk/curator/pom.xml URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/pom.xml?rev=980311&r1=980310&r2=980311&view=diff ============================================================================== --- incubator/oodt/trunk/curator/pom.xml (original) +++ incubator/oodt/trunk/curator/pom.xml Thu Jul 29 05:25:26 2010 @@ -94,7 +94,7 @@ the License. org.apache.oodt - crawler + cas-crawler ${oodt.version} Modified: incubator/oodt/trunk/pge/pom.xml URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pge/pom.xml?rev=980311&r1=980310&r2=980311&view=diff ============================================================================== --- incubator/oodt/trunk/pge/pom.xml (original) +++ incubator/oodt/trunk/pge/pom.xml Thu Jul 29 05:25:26 2010 @@ -107,7 +107,7 @@ the License. org.apache.oodt - crawler + cas-crawler ${oodt.version}