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 2015/03/03 09:24:17 UTC

[2/2] wicket git commit: Update Jacoco to 0.7.4

Update Jacoco to 0.7.4


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

Branch: refs/heads/master
Commit: 14d283c17ae92b776bb8159b1867d38c48631e20
Parents: c4af093
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Mar 2 09:39:29 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Mar 2 09:39:29 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/14d283c1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f55eded..78df1ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<mvn.build.java.version>1.7</mvn.build.java.version>
-		<jacoco.version>0.7.3.201502191951</jacoco.version>
+		<jacoco.version>0.7.4.201502262128</jacoco.version>
 		<jetty.version>8.1.16.v20140903</jetty.version>
 		<jetty9.version>9.0.7.v20131107</jetty9.version>
 		<junit.version>4.12</junit.version>