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

svn commit: r965089 - in /incubator/oodt/trunk: pom.xml product/pom.xml profile/pom.xml

Author: kelly
Date: Sat Jul 17 14:37:29 2010
New Revision: 965089

URL: http://svn.apache.org/viewvc?rev=965089&view=rev
Log:
Add relativePaths

Modified:
    incubator/oodt/trunk/pom.xml
    incubator/oodt/trunk/product/pom.xml
    incubator/oodt/trunk/profile/pom.xml

Modified: incubator/oodt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pom.xml?rev=965089&r1=965088&r2=965089&view=diff
==============================================================================
--- incubator/oodt/trunk/pom.xml (original)
+++ incubator/oodt/trunk/pom.xml Sat Jul 17 14:37:29 2010
@@ -23,7 +23,7 @@ the License.
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>2.0</version>
+        <version>${oodt.version}</version>
         <relativePath>core/pom.xml</relativePath>
     </parent>
 

Modified: incubator/oodt/trunk/product/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/product/pom.xml?rev=965089&r1=965088&r2=965089&view=diff
==============================================================================
--- incubator/oodt/trunk/product/pom.xml (original)
+++ incubator/oodt/trunk/product/pom.xml Sat Jul 17 14:37:29 2010
@@ -4,7 +4,8 @@
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>2.0</version>
+        <version>${oodt.version}</version>
+        <relativePath>../core/pom.xml</relativePath>
     </parent>
     <artifactId>grid-product</artifactId>
     <name>Product Service</name>

Modified: incubator/oodt/trunk/profile/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/profile/pom.xml?rev=965089&r1=965088&r2=965089&view=diff
==============================================================================
--- incubator/oodt/trunk/profile/pom.xml (original)
+++ incubator/oodt/trunk/profile/pom.xml Sat Jul 17 14:37:29 2010
@@ -4,7 +4,8 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>2.0</version>
+    <version>${oodt.version}</version>
+    <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>grid-profile</artifactId>
   <name>Profile Service</name>
@@ -138,4 +139,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>