You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:07:14 UTC

[sling-org-apache-sling-scripting-jsp-api] 03/06: SLING-6548 Provide bundle wrapping Apache Tomcat 6.0.14 JSP API

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.scripting.jsp-api-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git

commit 097a01400ea8086cbd21fd624696c592afe3c4b8
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Mar 16 20:58:18 2017 +0000

    SLING-6548 Provide bundle wrapping Apache Tomcat 6.0.14 JSP API
    
    rename jsp-wrapper to jsp-api
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/jsp-wrapper@1787236 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3cd2d55..fc03bd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.