You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/08/17 08:11:23 UTC

svn commit: r566933 - /maven/artifact/trunk/pom.xml

Author: jvanzyl
Date: Thu Aug 16 23:11:23 2007
New Revision: 566933

URL: http://svn.apache.org/viewvc?view=rev&rev=566933
Log:
o SCM information for m-a

Modified:
    maven/artifact/trunk/pom.xml

Modified: maven/artifact/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/artifact/trunk/pom.xml?view=diff&rev=566933&r1=566932&r2=566933
==============================================================================
--- maven/artifact/trunk/pom.xml (original)
+++ maven/artifact/trunk/pom.xml Thu Aug 16 23:11:23 2007
@@ -31,6 +31,11 @@
   <artifactId>maven-artifact</artifactId>
   <version>3.0-SNAPSHOT</version>
   <name>Maven Artifact</name>
+  <scm>                                                                                                                                                                                
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/artifact/trunk</connection>                                                                                            
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/artifact/trunk</developerConnection>                                                                         
+    <url>http://svn.apache.org/viewcvs.cgi/maven/artifact/trunk</url>                                                                                                                
+  </scm>       
   <dependencies>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>