Author: kstam
Date: Fri Jun 10 18:34:47 2011
New Revision: 1134406

URL: http://svn.apache.org/viewvc?rev=1134406&view=rev
Log:
small fix to support maven 3

Modified:
    juddi/trunk/docs/devguide/pom.xml
    juddi/trunk/docs/userguide/pom.xml

Modified: juddi/trunk/docs/devguide/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/docs/devguide/pom.xml?rev=1134406&r1=1134405&r2=1134406&view=diff
==============================================================================
--- juddi/trunk/docs/devguide/pom.xml (original)
+++ juddi/trunk/docs/devguide/pom.xml Fri Jun 10 18:34:47 2011
@@ -4,6 +4,7 @@
                <groupId>org.apache.juddi</groupId>
                <artifactId>juddi-parent</artifactId>
                <version>3.1.0-SNAPSHOT</version>
+               <relativePath>../../pom.xml</relativePath>
        </parent>
        <groupId>org.apache.juddi</groupId>
        <artifactId>devguide</artifactId>

Modified: juddi/trunk/docs/userguide/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/docs/userguide/pom.xml?rev=1134406&r1=1134405&r2=1134406&view=diff
==============================================================================
--- juddi/trunk/docs/userguide/pom.xml (original)
+++ juddi/trunk/docs/userguide/pom.xml Fri Jun 10 18:34:47 2011
@@ -5,6 +5,7 @@
        <groupId>org.apache.juddi</groupId>
        <artifactId>juddi-parent</artifactId>
        <version>3.1.0-SNAPSHOT</version>
+       <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.juddi</groupId>
   <artifactId>userguide</artifactId>



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

Reply via email to