Author: felixk
Date: Thu Sep 22 12:12:31 2011
New Revision: 1174084

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

Modified:
    james/hupa/trunk/client/pom.xml
    james/hupa/trunk/server/pom.xml
    james/hupa/trunk/shared/pom.xml
    james/hupa/trunk/widgets/pom.xml

Modified: james/hupa/trunk/client/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=1174084&r1=1174083&r2=1174084&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Thu Sep 22 12:12:31 2011
@@ -26,6 +26,7 @@
         <groupId>org.apache.hupa</groupId>
         <artifactId>hupa-parent</artifactId>
         <version>0.0.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <build>
         <outputDirectory>war/WEB-INF/classes

Modified: james/hupa/trunk/server/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/server/pom.xml?rev=1174084&r1=1174083&r2=1174084&view=diff
==============================================================================
--- james/hupa/trunk/server/pom.xml (original)
+++ james/hupa/trunk/server/pom.xml Thu Sep 22 12:12:31 2011
@@ -27,6 +27,7 @@
         <groupId>org.apache.hupa</groupId>
         <artifactId>hupa-parent</artifactId>
         <version>0.0.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <build>

Modified: james/hupa/trunk/shared/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/shared/pom.xml?rev=1174084&r1=1174083&r2=1174084&view=diff
==============================================================================
--- james/hupa/trunk/shared/pom.xml (original)
+++ james/hupa/trunk/shared/pom.xml Thu Sep 22 12:12:31 2011
@@ -25,7 +25,8 @@
     <parent>
         <groupId>org.apache.hupa</groupId>
         <artifactId>hupa-parent</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.0.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <build>

Modified: james/hupa/trunk/widgets/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/widgets/pom.xml?rev=1174084&r1=1174083&r2=1174084&view=diff
==============================================================================
--- james/hupa/trunk/widgets/pom.xml (original)
+++ james/hupa/trunk/widgets/pom.xml Thu Sep 22 12:12:31 2011
@@ -27,6 +27,7 @@
         <groupId>org.apache.hupa</groupId>
         <artifactId>hupa-parent</artifactId>
         <version>0.0.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to