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-scripting-sightly.git


The following commit(s) were added to refs/heads/master by this push:
     new e8ad892  SLING-8012 - Extract an HTL runtime bundle from the existing 
HTL modules
e8ad892 is described below

commit e8ad89227d99acf4152e0f397c95bd33f1cac584
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Oct 18 16:53:42 2018 +0200

    SLING-8012 - Extract an HTL runtime bundle from the existing HTL modules
    
    * corrected dependencies
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 09a7d3b..b4c88b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,13 +186,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             
<artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.0.23-1.4.0-SNAPSHOT</version>
+            <version>1.1.0-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             
<artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.0.27-1.4.0-SNAPSHOT</version>
+            <version>1.1.0-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 

Reply via email to