You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2008/03/15 22:27:19 UTC

svn commit: r637478 - /continuum/sandbox/simple-example/pom.xml

Author: wsmoak
Date: Sat Mar 15 14:27:11 2008
New Revision: 637478

URL: http://svn.apache.org/viewvc?rev=637478&view=rev
Log:
Correct the scm urls for the simple example.

Modified:
    continuum/sandbox/simple-example/pom.xml

Modified: continuum/sandbox/simple-example/pom.xml
URL: http://svn.apache.org/viewvc/continuum/sandbox/simple-example/pom.xml?rev=637478&r1=637477&r2=637478&view=diff
==============================================================================
--- continuum/sandbox/simple-example/pom.xml (original)
+++ continuum/sandbox/simple-example/pom.xml Sat Mar 15 14:27:11 2008
@@ -9,8 +9,8 @@
   <url>http://continuum.apache.org</url>
 
   <scm>
-    <connection>http://svn.apache.org/repos/asf/continuum/sandbox/simple-example</connection>
-   <developerConnection>https://svn.apache.org/repos/asf/continuum/sandbox/simple-example</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/sandbox/simple-example</connection>
+   <developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/sandbox/simple-example</developerConnection>
   </scm>
 
   <dependencies>