Author: olli
Date: Thu Mar 16 20:58:18 2017
New Revision: 1787236
URL: http://svn.apache.org/viewvc?rev=1787236&view=rev
Log:
SLING-6548 Provide bundle wrapping Apache Tomcat 6.0.14 JSP API
rename jsp-wrapper to jsp-api
Modified:
sling/trunk/bundles/scripting/jsp-wrapper/pom.xml
Modified: sling/trunk/bundles/scripting/jsp-wrapper/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp-wrapper/pom.xml?rev=1787236&r1=1787235&r2=1787236&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp-wrapper/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp-wrapper/pom.xml Thu Mar 16 20:58:18 2017
@@ -28,7 +28,7 @@
<relativePath/>
</parent>
- <artifactId>org.apache.sling.scripting.jsp-wrapper</artifactId>
+ <artifactId>org.apache.sling.scripting.jsp-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 JSP API used by
Apache Sling Scripting JSP.</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/jsp-wrapper</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/jsp-wrapper</developerConnection>
-
<url>http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp-wrapper</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/jsp-api</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/jsp-api</developerConnection>
+
<url>http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp-api</url>
</scm>
<build>