Author: fmeschbe
Date: Tue Jun 9 08:21:05 2009
New Revision: 782909
URL: http://svn.apache.org/viewvc?rev=782909&view=rev
Log:
Fix SCM path
Modified:
incubator/sling/trunk/bundles/scripting/jsp/pom.xml
Modified: incubator/sling/trunk/bundles/scripting/jsp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/scripting/jsp/pom.xml?rev=782909&r1=782908&r2=782909&view=diff
==============================================================================
--- incubator/sling/trunk/bundles/scripting/jsp/pom.xml (original)
+++ incubator/sling/trunk/bundles/scripting/jsp/pom.xml Tue Jun 9 08:21:05 2009
@@ -35,9 +35,9 @@
<description>Support for JSP scripting</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/scripting/jsp</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/scripting/jsp</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/scripting/jsp</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/scripting/jsp</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/scripting/jsp</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jsp</url>
</scm>
<build>