Author: brianf
Date: Wed Feb 18 00:44:26 2009
New Revision: 745322

URL: http://svn.apache.org/viewvc?rev=745322&view=rev
Log:
folders are supposed to end in / but maven always appends another / so 
stripping this one.

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=745322&r1=745321&r2=745322&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Wed Feb 18 00:44:26 2009
@@ -64,7 +64,7 @@
     <repository>
       <id>apache.releases.https</id>
       <name>Apache Release Distribution Repository</name>
-      
<url>https://repository.apache.org/service/local/staging/deploy/maven2/</url>
+      
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
     </repository>
     <snapshotRepository>
       <id>apache.snapshots.https</id>


Reply via email to