You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by wo...@apache.org on 2010/07/29 07:25:26 UTC

svn commit: r980311 - in /incubator/oodt/trunk: crawler/pom.xml curator/pom.xml pge/pom.xml

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.
     <version>${oodt.version}</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
-  <artifactId>crawler</artifactId>
+  <artifactId>cas-crawler</artifactId>
   <name>Catalog and Archive Crawling Framework</name>
   <version>${oodt.version}</version>
   <description>The Catalog and Archive Service Crawling Framework.</description>

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.
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>crawler</artifactId>
+      <artifactId>cas-crawler</artifactId>
       <version>${oodt.version}</version>
     </dependency>
     <dependency>

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.
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>crawler</artifactId>
+      <artifactId>cas-crawler</artifactId>
       <version>${oodt.version}</version>
     </dependency>
     <dependency>