You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2006/10/29 13:43:44 UTC

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

Author: dashorst
Date: Sun Oct 29 04:43:43 2006
New Revision: 468888

URL: http://svn.apache.org/viewvc?view=rev&rev=468888
Log:
Restored deployment repository and renamed commits list

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=468888&r1=468887&r2=468888
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-parent/pom.xml Sun Oct 29 04:43:43 2006
@@ -55,7 +55,7 @@
 			<archive>http://www.nabble.com/Wicket---Dev-f13977.html</archive>
 		</mailingList>
 		<mailingList>
-			<name>Wicket CVS commit List</name>
+			<name>Wicket commit List</name>
 			<subscribe>mailto:wicket-commits-subscribe@incubator.apache.org</subscribe>
 			<unsubscribe>mailto:wicket-commits-unsubscribe@incubator.apache.org</unsubscribe>
 			<archive>http://mail-archives.apache.org/mod_mbox/incubator-wicket-commits/</archive>
@@ -374,10 +374,14 @@
 			<id>wicket-site</id>
 			<url>scpexe://shell.sourceforge.net/home/groups/w/wi/wicket/htdocs/</url>
 		</site>
+		<repository>
+			<id>wicket-repo</id>
+			<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>
-            <uniqueVersion>false</uniqueVersion>
+			<id>maven.sateh.com</id>
+			<url>scpexe://maven.sateh.com/sateh/services/lighttpd/maven.sateh.com/www/wicket</url>
+			<uniqueVersion>false</uniqueVersion>
         </snapshotRepository>
 	</distributionManagement>
 </project>