Author: ivaynberg
Date: Mon Oct 16 19:45:19 2006
New Revision: 464775

URL: http://svn.apache.org/viewvc?view=rev&rev=464775
Log:
no need to mvn install parent if its checked out

Modified:
    incubator/wicket/branches/wicket-1.x/wicket/pom.xml

Modified: incubator/wicket/branches/wicket-1.x/wicket/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/pom.xml?view=diff&rev=464775&r1=464774&r2=464775
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket/pom.xml Mon Oct 16 19:45:19 2006
@@ -7,6 +7,7 @@
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
                <version>1.2-SNAPSHOT</version>
+               <relativePath>../wicket-parent</relativePath>
        </parent>
 
        <artifactId>wicket</artifactId>


Reply via email to