You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/03/28 09:17:35 UTC

[sling-org-apache-sling-scripting-core] 01/03: switch to Servlets Resolver 2.6.4

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

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

commit 18c57482c551bcd58f0099840fcc74f47b3054e2
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 10:09:06 2020 +0100

    switch to Servlets Resolver 2.6.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dcd60d6..237a8b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,7 +317,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.6.1-SNAPSHOT</version>
+            <version>2.6.4</version>
             <scope>test</scope>
         </dependency>
     </dependencies>