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:32:01 UTC

svn commit: r980312 - /incubator/oodt/trunk/curator/pom.xml

Author: woollard
Date: Thu Jul 29 05:32:00 2010
New Revision: 980312

URL: http://svn.apache.org/viewvc?rev=980312&view=rev
Log:
prefix curator artifact with cas-. toward OODT-15.

Modified:
    incubator/oodt/trunk/curator/pom.xml

Modified: incubator/oodt/trunk/curator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/pom.xml?rev=980312&r1=980311&r2=980312&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/pom.xml (original)
+++ incubator/oodt/trunk/curator/pom.xml Thu Jul 29 05:32:00 2010
@@ -26,7 +26,7 @@ the License.
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.oodt</groupId>
-  <artifactId>curator</artifactId>
+  <artifactId>cas-curator</artifactId>
   <packaging>war</packaging>
   <version>${oodt.version}</version>
   <name>CAS Curation Interface</name>