You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2021/04/28 15:27:18 UTC

[sling-scriptingbundle-maven-plugin] 01/02: SLING-9999 - Remove cyclic dependency between scripting and servlets features

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-scriptingbundle-maven-plugin.git

commit 55de5b28305810ee00726eecbc029de675db4fd7
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Apr 28 17:26:26 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 3623940..a127e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.spi</artifactId>
             <scope>compile</scope>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>