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/23 00:48:23 UTC

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

Author: woollard
Date: Thu Jul 22 22:48:22 2010
New Revision: 966889

URL: http://svn.apache.org/viewvc?rev=966889&view=rev
Log:
fixed dependency to filemgr for curator to allow build

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=966889&r1=966888&r2=966889&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/pom.xml (original)
+++ incubator/oodt/trunk/curator/pom.xml Thu Jul 22 22:48:22 2010
@@ -84,8 +84,8 @@ the License.
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>filemgr</artifactId>
-      <version>1.9.0-dev</version>
+      <artifactId>cas-filemgr</artifactId>
+      <version>${oodt.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>