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 08:13:01 UTC

svn commit: r980323 - in /incubator/oodt/trunk: crawler/pom.xml pge/pom.xml resource/pom.xml webapp/workflow/pom.xml workflow/pom.xml

Author: woollard
Date: Thu Jul 29 06:13:01 2010
New Revision: 980323

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

Modified:
    incubator/oodt/trunk/crawler/pom.xml
    incubator/oodt/trunk/pge/pom.xml
    incubator/oodt/trunk/resource/pom.xml
    incubator/oodt/trunk/webapp/workflow/pom.xml
    incubator/oodt/trunk/workflow/pom.xml

Modified: incubator/oodt/trunk/crawler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/crawler/pom.xml?rev=980323&r1=980322&r2=980323&view=diff
==============================================================================
--- incubator/oodt/trunk/crawler/pom.xml (original)
+++ incubator/oodt/trunk/crawler/pom.xml Thu Jul 29 06:13:01 2010
@@ -146,7 +146,7 @@ the License.
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>workflow</artifactId>
+      <artifactId>cas-workflow</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=980323&r1=980322&r2=980323&view=diff
==============================================================================
--- incubator/oodt/trunk/pge/pom.xml (original)
+++ incubator/oodt/trunk/pge/pom.xml Thu Jul 29 06:13:01 2010
@@ -102,7 +102,7 @@ the License.
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>workflow</artifactId>
+      <artifactId>cas-workflow</artifactId>
       <version>${oodt.version}</version>
     </dependency>
     <dependency>

Modified: incubator/oodt/trunk/resource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/resource/pom.xml?rev=980323&r1=980322&r2=980323&view=diff
==============================================================================
--- incubator/oodt/trunk/resource/pom.xml (original)
+++ incubator/oodt/trunk/resource/pom.xml Thu Jul 29 06:13:01 2010
@@ -143,4 +143,4 @@ the License.
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/oodt/trunk/webapp/workflow/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/workflow/pom.xml?rev=980323&r1=980322&r2=980323&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/workflow/pom.xml (original)
+++ incubator/oodt/trunk/webapp/workflow/pom.xml Thu Jul 29 06:13:01 2010
@@ -78,7 +78,7 @@ the License.
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>workflow</artifactId>
+      <artifactId>cas-workflow</artifactId>
       <version>${oodt.version}</version>
     </dependency>
     <dependency>
@@ -98,4 +98,4 @@ the License.
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/oodt/trunk/workflow/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/workflow/pom.xml?rev=980323&r1=980322&r2=980323&view=diff
==============================================================================
--- incubator/oodt/trunk/workflow/pom.xml (original)
+++ incubator/oodt/trunk/workflow/pom.xml Thu Jul 29 06:13:01 2010
@@ -26,7 +26,7 @@ the License.
     <version>${oodt.version}</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
-  <artifactId>workflow</artifactId>
+  <artifactId>cas-workflow</artifactId>
   <name>Catalog and Archive Workflow Management Component</name>
   <description>The workflow management component of a Catalog and Archive Service. This component
      purposefully separates workflow repositories and workflow engines standard interfaces, and
@@ -199,4 +199,4 @@ the License.
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>