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 2020/11/24 07:37:26 UTC

[sling-org-apache-sling-scripting-el-api] branch master updated: SLING-9928-updated el-api version from 6.0.14 to 6.0.53

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-el-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 6977d8c  SLING-9928-updated el-api version from 6.0.14 to 6.0.53
     new 02e84d1  Merge pull request #2 from akankshajain18/SLING-9928
6977d8c is described below

commit 6977d8caa6d446c41a3c56fb199b7a97d29b7061
Author: akankshajain18 <cs...@gmail.com>
AuthorDate: Tue Nov 24 12:09:25 2020 +0530

    SLING-9928-updated el-api version from 6.0.14 to 6.0.53
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2385260..7a0412a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <version>1.0.3-SNAPSHOT</version>
 
   <name>Apache Sling Scripting EL API Wrapper</name>
-  <description>This bundle wraps the Apache Tomcat 6.0.14 EL API used by Apache Sling Scripting JSP.</description>
+  <description>This bundle wraps the Apache Tomcat 6.0.53 EL API used by Apache Sling Scripting JSP.</description>
 
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-el-api.git</connection>
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>el-api</artifactId>
-      <version>6.0.14</version>
+      <version>6.0.53</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>