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/11/07 09:13:35 UTC

[sling-htl-maven-plugin] 03/05: SLING-6230 - The SightlyCompiler reports errors and warnings with an offset by one for the line count

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

rombert pushed a commit to annotated tag htl-maven-plugin-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git

commit c52b181c0e7fa2b93e6bdb2a6bf4b4265f25d298
Author: Radu Cotescu <ra...@apache.org>
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/tooling/maven/htl-maven-plugin@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
"commits@sling.apache.org" <co...@sling.apache.org>.