You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2017/03/20 20:59:00 UTC

[17/48] wicket git commit: Update Jacoco to 0.7.9

Update Jacoco to 0.7.9


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/4adf376b
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/4adf376b
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/4adf376b

Branch: refs/heads/master
Commit: 4adf376ba1bac70b1bb5a011b0a6169644bda1da
Parents: 6ed4942
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Feb 7 09:09:55 2017 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Mar 20 21:42:32 2017 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/4adf376b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d5beb05..4a3d2cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
 		<maven.compiler.target>1.8</maven.compiler.target>
 
 		<!-- Project Versions -->
-		<jacoco.version>0.7.8</jacoco.version>
+		<jacoco.version>0.7.9</jacoco.version>
 		<jetty.version>9.4.0.v20161208</jetty.version>
 		<joda-time.version>2.9.7</joda-time.version>
 		<junit.version>4.12</junit.version>