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/03/04 19:39:53 UTC

svn commit: r633578 - in /incubator/sling/trunk/extensions/apt: parser/pom.xml servlet/pom.xml

Author: cziegeler
Date: Tue Mar  4 10:39:50 2008
New Revision: 633578

URL: http://svn.apache.org/viewvc?rev=633578&view=rev
Log:
Correct svn urls.

Modified:
    incubator/sling/trunk/extensions/apt/parser/pom.xml
    incubator/sling/trunk/extensions/apt/servlet/pom.xml

Modified: incubator/sling/trunk/extensions/apt/parser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/apt/parser/pom.xml?rev=633578&r1=633577&r2=633578&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/apt/parser/pom.xml (original)
+++ incubator/sling/trunk/extensions/apt/parser/pom.xml Tue Mar  4 10:39:50 2008
@@ -40,13 +40,13 @@
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/commons/apt-parser
+            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/extensions/apt/parser
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/commons/apt-parser
+            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/extensions/apt/parser
         </developerConnection>
         <url>
-            http://svn.apache.org/viewvc/incubator/sling/trunk/commons/apt-parser
+            http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/apt/parser
         </url>
     </scm>
 

Modified: incubator/sling/trunk/extensions/apt/servlet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/apt/servlet/pom.xml?rev=633578&r1=633577&r2=633578&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/apt/servlet/pom.xml (original)
+++ incubator/sling/trunk/extensions/apt/servlet/pom.xml Tue Mar  4 10:39:50 2008
@@ -35,9 +35,9 @@
   <description>Servlet for *.apt requests, uses the apt-parser to convert *.apt files to HTML.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/commons/apt-parser</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/commons/apt-parser</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/sling/trunk/commons/apt-parser</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/extensions/apt/servlet</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/extensions/apt/servlet</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/apt/servlet</url>
   </scm>
 
   <build>