You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/10/04 13:44:23 UTC

svn commit: r1393996 - /maven/shared/trunk/pom.xml

Author: olamy
Date: Thu Oct  4 11:44:23 2012
New Revision: 1393996

URL: http://svn.apache.org/viewvc?rev=1393996&view=rev
Log:
add scm info

Modified:
    maven/shared/trunk/pom.xml

Modified: maven/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=1393996&r1=1393995&r2=1393996&view=diff
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Thu Oct  4 11:44:23 2012
@@ -34,6 +34,13 @@ under the License.
   <name>Maven Shared Components Aggregator</name>
   <description>Maven shared components Aggregator</description>
   <url>http://maven.apache.org/shared/</url>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/shared/trunk/</url>
+  </scm>
+
   <modules>
     <module>maven-shared-components</module>
     <module>maven-shared-utils</module>