You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:22:40 UTC

[sling-org-apache-sling-scripting-sightly-models-provider] 19/37: SLING-5787 - Modularise the Sightly script engine

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-models-provider.git

commit 5bb79775340ae8516e8080d2ccb95cb02361a5fe
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Jun 16 16:07:57 2016 +0000

    SLING-5787 - Modularise the Sightly script engine
    
    * implemented front-end + back-end compilers
    * added new dependency to the JavaScript + Sling Models use providers in order
    to use version 2.0.0 of the org.apache.sling.scripting.sightly.render API package
    * adapted tests
    (closes #147)
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1748750 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a35632b..d601f41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,8 +99,8 @@
         <!-- Sightly -->
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.0.0</version>
+            <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.