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

radu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fcbafb  SLING-9999 - Remove cyclic dependency between scripting and 
servlets features
5fcbafb is described below

commit 5fcbafb348975362c64ef22d88dc03312cb159b6
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Apr 28 17:12:01 2021 +0200

    SLING-9999 - Remove cyclic dependency between scripting and servlets 
features
    
    * updated to the released dependency for o.a.s.scripting.spi
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b057309..81b6920 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.spi</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.2</version>
             <scope>provided</scope>
         </dependency>
 

Reply via email to