You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2014/10/12 19:24:12 UTC

svn commit: r1631225 - /maven/sandbox/trunk/dist-tools/dist-tool-plugin/pom.xml

Author: dennisl
Date: Sun Oct 12 17:24:12 2014
New Revision: 1631225

URL: http://svn.apache.org/r1631225
Log:
Add SCM URLs, to make the links to the sources on the site in Jenkins correct.

Modified:
    maven/sandbox/trunk/dist-tools/dist-tool-plugin/pom.xml

Modified: maven/sandbox/trunk/dist-tools/dist-tool-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/dist-tools/dist-tool-plugin/pom.xml?rev=1631225&r1=1631224&r2=1631225&view=diff
==============================================================================
--- maven/sandbox/trunk/dist-tools/dist-tool-plugin/pom.xml (original)
+++ maven/sandbox/trunk/dist-tools/dist-tool-plugin/pom.xml Sun Oct 12 17:24:12 2014
@@ -35,6 +35,12 @@
     <maven>3.0.4</maven>
   </prerequisites>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/dist-tools/dist-tool-plugin/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/dist-tools/dist-tool-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/sandbox/trunk/dist-tools/dist-tool-plugin/</url>
+  </scm>
+
   <properties>
     <netbeans.checkstyle.format>true</netbeans.checkstyle.format>
     <mvnversion>3.0.4</mvnversion>