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 10:11:26 UTC

[sling-org-apache-sling-scripting-sightly-compiler] 13/31: SLING-6186 - Add support for checking code coverage with jacoco

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

rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.compiler.java-1.0.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler.git

commit c969cf787b81a0877fdf17c456516401c3e810f5
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Nov 1 16:30:23 2016 +0000

    SLING-6186 - Add support for checking code coverage with jacoco
    
    * allow the jacoco version to be configurable; also downgraded to 0.7.6
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/java-compiler@1767517 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a522534..19168bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
     </scm>
 
     <properties>
-        <sling.java.version>7</sling.java.version>
+        <jacoco.maven.plugin.version>0.7.6.201602180812</jacoco.maven.plugin.version>
     </properties>
 
     <!-- ======================================================================= -->
@@ -121,7 +121,7 @@
                     <plugin>
                         <groupId>org.jacoco</groupId>
                         <artifactId>jacoco-maven-plugin</artifactId>
-                        <version>0.7.7.201606060606</version>
+                        <version>${jacoco.maven.plugin.version}</version>
                         <executions>
                             <execution>
                                 <id>default-prepare-agent</id>

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