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 2008/04/10 08:07:24 UTC

svn commit: r646660 - /wicket/trunk/archetypes/quickstart/pom.xml

Author: ivaynberg
Date: Wed Apr  9 23:07:23 2008
New Revision: 646660

URL: http://svn.apache.org/viewvc?rev=646660&view=rev
Log:
fixing archetype pom

Modified:
    wicket/trunk/archetypes/quickstart/pom.xml

Modified: wicket/trunk/archetypes/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/pom.xml?rev=646660&r1=646659&r2=646660&view=diff
==============================================================================
--- wicket/trunk/archetypes/quickstart/pom.xml (original)
+++ wicket/trunk/archetypes/quickstart/pom.xml Wed Apr  9 23:07:23 2008
@@ -4,7 +4,7 @@
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
 		<version>1.4-SNAPSHOT</version>
-		<relativePath>../../pom.xml</relativePath>
+		<relativePath>../../jdk14/pom.xml</relativePath>
   </parent>
   
   <artifactId>wicket-archetype-quickstart</artifactId>