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:42:24 UTC

svn commit: r1393995 - /maven/plugins/trunk/pom.xml

Author: olamy
Date: Thu Oct  4 11:42:23 2012
New Revision: 1393995

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

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1393995&r1=1393994&r2=1393995&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Thu Oct  4 11:42:23 2012
@@ -35,6 +35,12 @@ under the License.
   <name>Maven Plugins Aggregator</name>
   <description>Maven Plugins Aggregator</description>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/</url>
+  </scm>
+
   <modules>
     <module>maven-plugins</module>
     <module>maven-acr-plugin</module>