You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2010/04/09 00:07:55 UTC

svn commit: r932146 - /incubator/aries/trunk/samples-sandbox/pom.xml

Author: hughesj
Date: Thu Apr  8 22:07:54 2010
New Revision: 932146

URL: http://svn.apache.org/viewvc?rev=932146&view=rev
Log:
ARIES-282 correct the scm url

Modified:
    incubator/aries/trunk/samples-sandbox/pom.xml

Modified: incubator/aries/trunk/samples-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples-sandbox/pom.xml?rev=932146&r1=932145&r2=932146&view=diff
==============================================================================
--- incubator/aries/trunk/samples-sandbox/pom.xml (original)
+++ incubator/aries/trunk/samples-sandbox/pom.xml Thu Apr  8 22:07:54 2010
@@ -32,9 +32,9 @@
     <packaging>pom</packaging>
   
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/aries/trunk/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/samples-sandbox</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/samples-sandbox</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/aries/trunk/samples-sandbox</url>
     </scm>
 
     <properties>