You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/01/18 14:31:10 UTC

svn commit: r370135 - /myfaces/maven/trunk/pom.xml

Author: schof
Date: Wed Jan 18 05:31:09 2006
New Revision: 370135

URL: http://svn.apache.org/viewcvs?rev=370135&view=rev
Log:
Fixed SCM ref.  (Apparently continuum needs an accurate one)

Modified:
    myfaces/maven/trunk/pom.xml

Modified: myfaces/maven/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/pom.xml?rev=370135&r1=370134&r2=370135&view=diff
==============================================================================
--- myfaces/maven/trunk/pom.xml (original)
+++ myfaces/maven/trunk/pom.xml Wed Jan 18 05:31:09 2006
@@ -16,4 +16,10 @@
     <module>master-pom</module>
   </modules>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk</url>
+  </scm>
+
 </project>