Author: jvanzyl
Date: Tue May 24 10:38:45 2005
New Revision: 178214
URL: http://svn.apache.org/viewcvs?rev=178214&view=rev
Log:
o adding developerConnection element for the release.
Modified:
maven/continuum/trunk/pom.xml
Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=178214&r1=178213&r2=178214&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Tue May 24 10:38:45 2005
@@ -51,6 +51,7 @@
</dependencies>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/continuum/trunk/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/continuum/trunk</url>
</scm>
<organization>
|