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:46:38 UTC

svn commit: r464776 - /incubator/wicket/branches/wicket-1.x/wicket-examples/pom.xml

Author: ivaynberg
Date: Mon Oct 16 19:46:37 2006
New Revision: 464776

URL: http://svn.apache.org/viewvc?view=rev&rev=464776
Log:
no need to install parent if it has been checked out

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

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