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-1.0.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler.git
commit 45b3ff98316c1a8ab6fd39625f417c4426ca69f0 Author: Radu Cotescu <[email protected]> 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/compiler@1767517 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6d18bcd..5f4de20 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,7 @@ <properties> <antlr.version>4.1</antlr.version> + <jacoco.maven.plugin.version>0.7.6.201602180812</jacoco.maven.plugin.version> </properties> <!-- ======================================================================= --> @@ -157,7 +158,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 "[email protected]" <[email protected]>.
