You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/05/19 21:30:39 UTC

svn commit: r1340548 - /creadur/whisker/trunk/pom.xml

Author: rdonkin
Date: Sat May 19 19:30:38 2012
New Revision: 1340548

URL: http://svn.apache.org/viewvc?rev=1340548&view=rev
Log:
Add meta-data linking to the source repository

Modified:
    creadur/whisker/trunk/pom.xml

Modified: creadur/whisker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1340548&r1=1340547&r2=1340548&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Sat May 19 19:30:38 2012
@@ -294,4 +294,11 @@
         <url>${whisker.site.url}</url>
     </site>
   </distributionManagement>  
+  
+  <scm>
+  	<url>http://svn.apache.org/repos/asf/creadur/whisker/trunk</url>
+  	<connection>scm:svn:http://svn.apache.org/repos/asf/creadur/whisker/trunk</connection>
+  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/whisker/trunk</developerConnection>
+  </scm>
+  
 </project>