You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/08/16 00:14:26 UTC

svn commit: r1373654 - /maven/scm/trunk/pom.xml

Author: hboutemy
Date: Wed Aug 15 22:14:26 2012
New Revision: 1373654

URL: http://svn.apache.org/viewvc?rev=1373654&view=rev
Log:
fixed scm url typo

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=1373654&r1=1373653&r2=1373654&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Wed Aug 15 22:14:26 2012
@@ -113,7 +113,7 @@
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/scm/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/scm/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/scm/</url>
+    <url>http://svn.apache.org/viewvc/maven/scm/trunk</url>
   </scm>
   <issueManagement>
     <system>jira</system>