You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/04/18 11:19:55 UTC

svn commit: r649422 - /incubator/sling/trunk/samples/simple-demo/pom.xml

Author: cziegeler
Date: Fri Apr 18 02:19:44 2008
New Revision: 649422

URL: http://svn.apache.org/viewvc?rev=649422&view=rev
Log:
Add svn info.

Modified:
    incubator/sling/trunk/samples/simple-demo/pom.xml

Modified: incubator/sling/trunk/samples/simple-demo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/samples/simple-demo/pom.xml?rev=649422&r1=649421&r2=649422&view=diff
==============================================================================
--- incubator/sling/trunk/samples/simple-demo/pom.xml (original)
+++ incubator/sling/trunk/samples/simple-demo/pom.xml Fri Apr 18 02:19:44 2008
@@ -40,6 +40,18 @@
         the bundle.
     </description>
 
+    <scm>
+        <connection>
+            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/samples/simple-demo
+        </connection>
+        <developerConnection>
+            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/samples/simple-demo
+        </developerConnection>
+        <url>
+            http://svn.apache.org/viewvc/incubator/sling/trunk/samples/simple-demo
+        </url>
+    </scm>
+
     <build>
         <plugins>
             <!-- Handle the @ocm JavaDoc tags to generate the mapping descriptors -->