Author: olli
Date: Thu Mar 16 20:59:35 2017
New Revision: 1787237

URL: http://svn.apache.org/viewvc?rev=1787237&view=rev
Log:
SLING-6549 Provide bundle wrapping Apache Tomcat 6.0.14 EL API

rename el-wrapper to el-api and fix SCM settings

Modified:
    sling/trunk/bundles/scripting/el-wrapper/pom.xml

Modified: sling/trunk/bundles/scripting/el-wrapper/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/el-wrapper/pom.xml?rev=1787237&r1=1787236&r2=1787237&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/el-wrapper/pom.xml (original)
+++ sling/trunk/bundles/scripting/el-wrapper/pom.xml Thu Mar 16 20:59:35 2017
@@ -28,7 +28,7 @@
     <relativePath/>
   </parent>
 
-  <artifactId>org.apache.sling.scripting.el-wrapper</artifactId>
+  <artifactId>org.apache.sling.scripting.el-api</artifactId>
   <packaging>bundle</packaging>
   <version>1.0.0-SNAPSHOT</version>
 
@@ -36,9 +36,9 @@
   <description>This bundle wraps the Apache Tomcat 6.0.14 EL API used by 
Apache Sling Scripting JSP.</description>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jcr-wrapper</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jcr-wrapper</developerConnection>
-    <url>http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jcr-wrapper</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/el-api</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/el-api</developerConnection>
+    
<url>http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/el-api</url>
   </scm>
 
   <build>


Reply via email to