You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2015/03/13 21:45:38 UTC

[22/50] 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/18edba32
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/18edba32
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/18edba32

Branch: refs/heads/pr-86-media_tags
Commit: 18edba320a0f10ddffe391433a2b6cc21d0e9f97
Parents: ed75657
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Mar 2 09:39:29 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Mar 3 14:23:11 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/18edba32/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>