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-htl-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 7bc73eb SLING-8012 - Extract an HTL runtime bundle from the existing
HTL modules
7bc73eb is described below
commit 7bc73ebc0e503c243d40a8506cf35a38387ac3e5
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Oct 18 16:36:59 2018 +0200
SLING-8012 - Extract an HTL runtime bundle from the existing HTL modules
* updated dependencies to latest compilers + runtime
---
pom.xml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2a2088c..934f180 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,13 +92,18 @@
<dependencies>
<dependency>
<groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
+ <version>1.0.0-1.4.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
- <version>1.0.22-1.4.0</version>
+ <version>1.1.0-1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
- <version>1.0.26-1.4.0</version>
+ <version>1.1.0-1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>