You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ja...@apache.org on 2006/11/07 23:33:46 UTC

svn commit: r472309 - /incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml

Author: janne
Date: Tue Nov  7 14:33:45 2006
New Revision: 472309

URL: http://svn.apache.org/viewvc?view=rev&rev=472309
Log:
use our own snapshot repository

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

Modified: incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml?view=diff&rev=472309&r1=472308&r2=472309
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml Tue Nov  7 14:33:45 2006
@@ -379,8 +379,8 @@
 			<url>scpexe://shell.sourceforge.net/home/groups/w/wi/wicket/htdocs/maven2</url>
 		</repository>
 		<snapshotRepository>
-			<id>maven.sateh.com</id>
-			<url>scpexe://maven.sateh.com/sateh/services/lighttpd/maven.sateh.com/www/wicket</url>
+		        <id>81.17.46.170</id>
+		        <url>file:///home/wicket/maven/</url>
 			<uniqueVersion>false</uniqueVersion>
         </snapshotRepository>
 	</distributionManagement>