Author: mattmann
Date: Thu Mar 14 03:08:30 2013
New Revision: 1456311

URL: http://svn.apache.org/r1456311
Log:
Patch for OODT-574 RADiX POM Parent References contributed by Arni Sumarlidason.

Modified:
    
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/fmprod/pom.xml
    
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/opsui/pom.xml
    
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pcs-services/pom.xml
    
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pom.xml

Modified: 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/fmprod/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/fmprod/pom.xml?rev=1456311&r1=1456310&r2=1456311&view=diff
==============================================================================
--- 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/fmprod/pom.xml
 (original)
+++ 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/fmprod/pom.xml
 Thu Mar 14 03:08:30 2013
@@ -8,7 +8,7 @@
     <groupId>${groupId}</groupId>
     <artifactId>${rootArtifactId}</artifactId>
     <version>${version}</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <name>Filemanager Product Services (Apache OODT)</name>
   <artifactId>${rootArtifactId}-${artifactId}</artifactId>

Modified: 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/opsui/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/opsui/pom.xml?rev=1456311&r1=1456310&r2=1456311&view=diff
==============================================================================
--- 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/opsui/pom.xml
 (original)
+++ 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/opsui/pom.xml
 Thu Mar 14 03:08:30 2013
@@ -8,7 +8,7 @@
     <groupId>${groupId}</groupId>
     <artifactId>${rootArtifactId}</artifactId>
     <version>${version}</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <name>PCS Ops Interface (Apache OODT)</name>
   <artifactId>${rootArtifactId}-${artifactId}</artifactId>

Modified: 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pcs-services/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pcs-services/pom.xml?rev=1456311&r1=1456310&r2=1456311&view=diff
==============================================================================
--- 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pcs-services/pom.xml
 (original)
+++ 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pcs-services/pom.xml
 Thu Mar 14 03:08:30 2013
@@ -8,7 +8,7 @@
     <groupId>${groupId}</groupId>
     <artifactId>${rootArtifactId}</artifactId>
     <version>${version}</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <name>PCS Services (Apache OODT)</name>
   <artifactId>${rootArtifactId}-${artifactId}</artifactId>

Modified: 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pom.xml?rev=1456311&r1=1456310&r2=1456311&view=diff
==============================================================================
--- 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pom.xml
 (original)
+++ 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/pom.xml
 Thu Mar 14 03:08:30 2013
@@ -5,7 +5,7 @@
     <groupId>${groupId}</groupId>
     <artifactId>${rootArtifactId}</artifactId>
     <version>${version}</version>
-    <relativePath>../../pom.xml</relativePath>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <name>Web Applications (Apache OODT)</name>
   <packaging>pom</packaging>


Reply via email to