You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jc...@apache.org on 2007/09/05 14:39:21 UTC

svn commit: r572941 - /wicket/trunk/pom.xml

Author: jcompagner
Date: Wed Sep  5 05:39:21 2007
New Revision: 572941

URL: http://svn.apache.org/viewvc?rev=572941&view=rev
Log:
maven2 -> maven

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=572941&r1=572940&r2=572941&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Wed Sep  5 05:39:21 2007
@@ -60,7 +60,7 @@
 			  <snapshotRepository>
 			    <id>repo</id>
 			    <name>Local Bamboo/Tomcat repository</name>
-			    <url>file:/home/wicket/tomcat/webapps/maven2/repository/</url>
+			    <url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
 			  </snapshotRepository>
 			</distributionManagement>			
 		</profile>