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-htl-maven-plugin.git
commit 6daa1490821749af97186358253b048394eb861a Author: Radu Cotescu <[email protected]> AuthorDate: Wed Nov 2 14:01:35 2016 +0000 SLING-6230 - The SightlyCompiler reports errors and warnings with an offset by one for the line count * corrected error and warning reporting in the compiler * updated the htl-maven-plugin to use the new compiler version * added tests git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1767685 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 619d7d2..ee06ef1 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId> - <version>1.0.0</version> + <version>1.0.3-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-io</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
