You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2006/06/23 19:29:44 UTC

svn commit: r416771 - /geronimo/javamail/trunk/pom.xml

Author: rickmcguire
Date: Fri Jun 23 10:29:43 2006
New Revision: 416771

URL: http://svn.apache.org/viewvc?rev=416771&view=rev
Log:
add <scm> tags to the parent pom. 


Modified:
    geronimo/javamail/trunk/pom.xml

Modified: geronimo/javamail/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/javamail/trunk/pom.xml?rev=416771&r1=416770&r2=416771&view=diff
==============================================================================
--- geronimo/javamail/trunk/pom.xml (original)
+++ geronimo/javamail/trunk/pom.xml Fri Jun 23 10:29:43 2006
@@ -184,4 +184,10 @@
     </site>
   </distributionManagement>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/javamail/trunk/</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/javamail/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/geronimo/javamail/trunk/</url>
+  </scm>
+
 </project>