You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2008/05/28 08:28:25 UTC

svn commit: r660830 - /jackrabbit/sandbox/spi/pom.xml

Author: angela
Date: Tue May 27 23:28:24 2008
New Revision: 660830

URL: http://svn.apache.org/viewvc?rev=660830&view=rev
Log:
JCR-1627: pom.xml in sandbox/spi has wrong scm url

Modified:
    jackrabbit/sandbox/spi/pom.xml

Modified: jackrabbit/sandbox/spi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/spi/pom.xml?rev=660830&r1=660829&r2=660830&view=diff
==============================================================================
--- jackrabbit/sandbox/spi/pom.xml (original)
+++ jackrabbit/sandbox/spi/pom.xml Tue May 27 23:28:24 2008
@@ -42,9 +42,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/spi</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/spi</developerConnection>
-    <url>http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/spi</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/sandbox/spi</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/sandbox/spi</developerConnection>
+    <url>http://svn.apache.org/viewvc/jackrabbit/sandbox/spi</url>
   </scm>
 
   <build>