svn commit: r742208 - /lenya/trunk/pom.xml
[email protected] Sun, 08 Feb 2009 23:39:15 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: froethenbacher
Date: Sun Feb 8 23:39:14 2009
New Revision: 742208
URL: http://svn.apache.org/viewvc?rev=742208&view=rev
Log:
Added SCM connection details.
Modified:
lenya/trunk/pom.xml
Modified: lenya/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/pom.xml?rev=742208&r1=742207&r2=742208&view=diff
==============================================================================
--- lenya/trunk/pom.xml (original)
+++ lenya/trunk/pom.xml Sun Feb 8 23:39:14 2009
@@ -92,4 +92,10 @@
<module>org.apache.lenya.webapp.welcome</module>
</modules>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/lenya/trunk</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lenya/trunk</developerConnection>
+ <url>http://svn.apache.org/viewvc/lenya/trunk</url>
+ </scm>
+
</project>