Author: fmeschbe
Date: Wed May 20 21:47:46 2009
New Revision: 776872
URL: http://svn.apache.org/viewvc?rev=776872&view=rev
Log:
Fix wrong SCM paths
Modified:
incubator/sling/trunk/bundles/api/pom.xml
Modified: incubator/sling/trunk/bundles/api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/api/pom.xml?rev=776872&r1=776871&r2=776872&view=diff
==============================================================================
--- incubator/sling/trunk/bundles/api/pom.xml (original)
+++ incubator/sling/trunk/bundles/api/pom.xml Wed May 20 21:47:46 2009
@@ -44,9 +44,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/bundles/api</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/bundles/api</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/bundles/api</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/api</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/api</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/api</url>
</scm>
<dependencies>