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-testing-content.git
The following commit(s) were added to refs/heads/master by this push:
new b7ca0a3 SLING-8012 - Extract an HTL runtime bundle from the existing
HTL modules
b7ca0a3 is described below
commit b7ca0a3d689f4f33257e8c3aa8e30a61e3aa7aab
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Oct 18 17:16:55 2018 +0200
SLING-8012 - Extract an HTL runtime bundle from the existing HTL modules
* updated dependencies
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index d7d0865..ff05916 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,14 +232,14 @@
</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>
+ <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
+ <version>1.0.0-1.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.sightly</artifactId>
- <version>1.0.57-1.4.0-SNAPSHOT</version>
+ <version>1.1.0-1.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>