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:16:53 UTC

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

Author: wsmoak
Date: Sat Mar 15 14:16:48 2008
New Revision: 637475

URL: http://svn.apache.org/viewvc?rev=637475&view=rev
Log:
Add scm urls to 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=637475&r1=637474&r2=637475&view=diff
==============================================================================
--- continuum/sandbox/simple-example/pom.xml (original)
+++ continuum/sandbox/simple-example/pom.xml Sat Mar 15 14:16:48 2008
@@ -7,6 +7,12 @@
   <version>1.0-SNAPSHOT</version>
   <name>Continuum Simple Example Project</name>
   <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>
+  </scm>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>