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 2007/03/23 02:05:18 UTC

svn commit: r521554 - /incubator/wicket/releases/wicket-1.3.0-incubating-alpha/pom.xml

Author: dashorst
Date: Thu Mar 22 18:05:17 2007
New Revision: 521554

URL: http://svn.apache.org/viewvc?view=rev&rev=521554
Log:
Fixed directory path for deployment

Modified:
    incubator/wicket/releases/wicket-1.3.0-incubating-alpha/pom.xml

Modified: incubator/wicket/releases/wicket-1.3.0-incubating-alpha/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-incubating-alpha/pom.xml?view=diff&rev=521554&r1=521553&r2=521554
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-incubating-alpha/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-incubating-alpha/pom.xml Thu Mar 22 18:05:17 2007
@@ -101,11 +101,11 @@
 			<distributionManagement>
 				<site>
 					<id>local</id>
-					<url>file://Users/dashorst/Sites/org.apache.wicket/sites/${project.version}</url>
+					<url>file:/Users/dashorst/Sites/org.apache.wicket/sites/${project.version}</url>
 				</site>
 				<repository>
 					<id>local</id>
-					<url>file://Users/dashorst/Sites/org.apache.wicket/repository/${project.version}</url>
+					<url>file:/Users/dashorst/Sites/org.apache.wicket/repository/${project.version}</url>
 				</repository>
 			</distributionManagement>
 		</profile>