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/05/14 12:19:18 UTC

svn commit: r656217 - in /incubator/sling/trunk: pom.xml servlets/servlet-resolver/pom.xml servlets/servlets-get/pom.xml servlets/servlets-post/pom.xml

Author: cziegeler
Date: Wed May 14 03:19:18 2008
New Revision: 656217

URL: http://svn.apache.org/viewvc?rev=656217&view=rev
Log:
SLING-451 Update poms

Modified:
    incubator/sling/trunk/pom.xml
    incubator/sling/trunk/servlets/servlet-resolver/pom.xml
    incubator/sling/trunk/servlets/servlets-get/pom.xml
    incubator/sling/trunk/servlets/servlets-post/pom.xml

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=656217&r1=656216&r2=656217&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Wed May 14 03:19:18 2008
@@ -97,10 +97,10 @@
         <module>osgi/console-web</module>
         <module>osgi/obr</module>
 
-        <!-- Sling -->
-        <module>sling/servlet-resolver</module>
-        <module>sling/servlets-get</module>
-        <module>sling/servlets-post</module>
+        <!-- Servlets -->
+        <module>servlets/resolver</module>
+        <module>servlets/get</module>
+        <module>servlets/post</module>
 
         <!-- Scripting Support -->
         <module>scripting/api</module>

Modified: incubator/sling/trunk/servlets/servlet-resolver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/servlets/servlet-resolver/pom.xml?rev=656217&r1=656216&r2=656217&view=diff
==============================================================================
--- incubator/sling/trunk/servlets/servlet-resolver/pom.xml (original)
+++ incubator/sling/trunk/servlets/servlet-resolver/pom.xml Wed May 14 03:19:18 2008
@@ -27,7 +27,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
-    <artifactId>org.apache.sling.servlet.resolver</artifactId>
+    <artifactId>org.apache.sling.servlets.resolver</artifactId>
     <packaging>bundle</packaging>
     <version>2.0.0-incubator-SNAPSHOT</version>
 
@@ -38,13 +38,13 @@
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlet-resolver
+            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets/resolver
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlet-resolver
+            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets/resolver
         </developerConnection>
         <url>
-            http://svn.apache.org/viewvc/incubator/sling/trunk/sling/servlet-resolver
+            http://svn.apache.org/viewvc/incubator/sling/trunk/sling/servlets/resolver
         </url>
     </scm>
 

Modified: incubator/sling/trunk/servlets/servlets-get/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/servlets/servlets-get/pom.xml?rev=656217&r1=656216&r2=656217&view=diff
==============================================================================
--- incubator/sling/trunk/servlets/servlets-get/pom.xml (original)
+++ incubator/sling/trunk/servlets/servlets-get/pom.xml Wed May 14 03:19:18 2008
@@ -39,13 +39,13 @@
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets-get
+            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets/get
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets-get
+            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets/get
         </developerConnection>
         <url>
-            http://svn.apache.org/viewvc/incubator/sling/trunk/sling/servlets-get
+            http://svn.apache.org/viewvc/incubator/sling/trunk/sling/servlets/get
         </url>
     </scm>
 

Modified: incubator/sling/trunk/servlets/servlets-post/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/servlets/servlets-post/pom.xml?rev=656217&r1=656216&r2=656217&view=diff
==============================================================================
--- incubator/sling/trunk/servlets/servlets-post/pom.xml (original)
+++ incubator/sling/trunk/servlets/servlets-post/pom.xml Wed May 14 03:19:18 2008
@@ -37,13 +37,13 @@
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets-post
+            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets/post
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets-post
+            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets/post
         </developerConnection>
         <url>
-            http://svn.apache.org/viewvc/incubator/sling/trunk/sling/servlets-post
+            http://svn.apache.org/viewvc/incubator/sling/trunk/sling/servlets/post
         </url>
     </scm>