You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2006/10/17 04:48:00 UTC

svn commit: r464778 - /incubator/wicket/branches/wicket-1.x/wicket-spring/pom.xml

Author: ivaynberg
Date: Mon Oct 16 19:47:59 2006
New Revision: 464778

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

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

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