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 06:58:43 UTC

svn commit: r980309 - in /incubator/oodt/trunk: crawler/pom.xml curator/pom.xml pge/pom.xml pom.xml profile/pom.xml webapp/filemgr/pom.xml webapp/fmprod/pom.xml

Author: woollard
Date: Thu Jul 29 04:58:43 2010
New Revision: 980309

URL: http://svn.apache.org/viewvc?rev=980309&view=rev
Log:
fixes to pom files to use oodt.version rather than original oodt versions. work toward OODT-15

Modified:
    incubator/oodt/trunk/crawler/pom.xml
    incubator/oodt/trunk/curator/pom.xml
    incubator/oodt/trunk/pge/pom.xml
    incubator/oodt/trunk/pom.xml
    incubator/oodt/trunk/profile/pom.xml
    incubator/oodt/trunk/webapp/filemgr/pom.xml
    incubator/oodt/trunk/webapp/fmprod/pom.xml

Modified: incubator/oodt/trunk/crawler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/crawler/pom.xml?rev=980309&r1=980308&r2=980309&view=diff
==============================================================================
--- incubator/oodt/trunk/crawler/pom.xml (original)
+++ incubator/oodt/trunk/crawler/pom.xml Thu Jul 29 04:58:43 2010
@@ -28,7 +28,7 @@ the License.
   </parent>
   <artifactId>crawler</artifactId>
   <name>Catalog and Archive Crawling Framework</name>
-  <version>2.3.0-dev</version>
+  <version>${oodt.version}</version>
   <description>The Catalog and Archive Service Crawling Framework.</description>
   <ciManagement>
     <notifiers>

Modified: incubator/oodt/trunk/curator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/pom.xml?rev=980309&r1=980308&r2=980309&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/pom.xml (original)
+++ incubator/oodt/trunk/curator/pom.xml Thu Jul 29 04:58:43 2010
@@ -28,7 +28,7 @@ the License.
   <groupId>org.apache.oodt</groupId>
   <artifactId>curator</artifactId>
   <packaging>war</packaging>
-  <version>1.1.0-dev</version>
+  <version>${oodt.version}</version>
   <name>CAS Curation Interface</name>
   <description>A web application for managing policy for products and files and metadata that have been ingested via the CAS component.</description>
   
@@ -95,7 +95,7 @@ the License.
     <dependency>
       <groupId>org.apache.oodt</groupId>
       <artifactId>crawler</artifactId>
-      <version>2.3.0-dev</version>
+      <version>${oodt.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>

Modified: incubator/oodt/trunk/pge/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pge/pom.xml?rev=980309&r1=980308&r2=980309&view=diff
==============================================================================
--- incubator/oodt/trunk/pge/pom.xml (original)
+++ incubator/oodt/trunk/pge/pom.xml Thu Jul 29 04:58:43 2010
@@ -28,7 +28,7 @@ the License.
   </parent>
   <artifactId>pge</artifactId>
   <name>CAS PGE Adaptor Framework</name>
-  <version>1.2.0-dev</version>
+  <version>${oodt.version}</version>
   <description>Allows data processing jobs not written in comformance with the
         PCS PGE interface to be run within the PCS.</description>
   <ciManagement>
@@ -97,8 +97,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>
@@ -108,7 +108,7 @@ the License.
     <dependency>
       <groupId>org.apache.oodt</groupId>
       <artifactId>crawler</artifactId>
-      <version>2.3.0-dev</version>
+      <version>${oodt.version}</version>
     </dependency>
     <dependency>
       <groupId>apache</groupId>

Modified: incubator/oodt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pom.xml?rev=980309&r1=980308&r2=980309&view=diff
==============================================================================
--- incubator/oodt/trunk/pom.xml (original)
+++ incubator/oodt/trunk/pom.xml Thu Jul 29 04:58:43 2010
@@ -54,7 +54,7 @@ the License.
         <module>product</module>
         <module>profile</module>
         <module>webapp/filemgr</module>
-        <module>webapp/fmprod</module>
+        <!-- broken: <module>webapp/fmprod</module> -->
         <module>webapp/workflow</module>
         <module>app/fmbrowser</module>
     </modules>

Modified: incubator/oodt/trunk/profile/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/profile/pom.xml?rev=980309&r1=980308&r2=980309&view=diff
==============================================================================
--- incubator/oodt/trunk/profile/pom.xml (original)
+++ incubator/oodt/trunk/profile/pom.xml Thu Jul 29 04:58:43 2010
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>grid-profile</artifactId>
   <name>Profile Service</name>
-  <version>3.1.3-dev</version>
+  <version>${oodt.version}</version>
   <description>The Profile Service describes and locates resources using metadata
     descriptions.  These descriptions, called profiles, tell of a
     resource's inception, composition, and location using a mix of
@@ -100,13 +100,13 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>commons</artifactId>
-      <version>1.2.0-dev</version>
+      <artifactId>oodt-commons</artifactId>
+      <version>${oodt.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>xmlquery</artifactId>
-      <version>2.0.8-dev</version>
+      <artifactId>oodt-xmlquery</artifactId>
+      <version>${oodt.version}</version>
     </dependency>
     <dependency>
       <groupId>com.hp.hpl</groupId>
@@ -145,8 +145,8 @@
     </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>junit</groupId>

Modified: incubator/oodt/trunk/webapp/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/filemgr/pom.xml?rev=980309&r1=980308&r2=980309&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/filemgr/pom.xml (original)
+++ incubator/oodt/trunk/webapp/filemgr/pom.xml Thu Jul 29 04:58:43 2010
@@ -26,7 +26,7 @@ the License.
   <packaging>war</packaging>
   <artifactId>cas-fm-webapp</artifactId>
   <name>CAS File Manager Webapp Application</name>
-  <version>1.2.0-dev</version>
+  <version>${oodt.version}</version>
   <description>A webapp for managing products and files and metadata that have been
     ingested via the CAS File Manager component.</description>
   <ciManagement>
@@ -67,8 +67,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>xmlrpc</groupId>
@@ -92,4 +92,4 @@ the License.
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/oodt/trunk/webapp/fmprod/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/fmprod/pom.xml?rev=980309&r1=980308&r2=980309&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/fmprod/pom.xml (original)
+++ incubator/oodt/trunk/webapp/fmprod/pom.xml Thu Jul 29 04:58:43 2010
@@ -111,8 +111,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>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -128,8 +128,8 @@ the License.
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>grid-product</artifactId>
-      <version>3.0.12-dev</version>
+      <artifactId>oodt-product</artifactId>
+      <version>${oodt.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>