You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/01/22 16:24:53 UTC

svn commit: r371322 - /myfaces/tomahawk/trunk/examples/assembly/pom.xml

Author: bommel
Date: Sun Jan 22 07:24:49 2006
New Revision: 371322

URL: http://svn.apache.org/viewcvs?rev=371322&view=rev
Log:
added scm url

Modified:
    myfaces/tomahawk/trunk/examples/assembly/pom.xml

Modified: myfaces/tomahawk/trunk/examples/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/assembly/pom.xml?rev=371322&r1=371321&r2=371322&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/assembly/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/assembly/pom.xml Sun Jan 22 07:24:49 2006
@@ -13,6 +13,12 @@
     <version>1.1.2-SNAPSHOT</version>
   </parent>
 
+   <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/assembly</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/assembly</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/assembly</url>
+  </scm>
+
   <build>
 
     <plugins>