Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-03-26 10:06:16 +0000
committerAlexander Kurtakov2013-03-26 10:06:16 +0000
commitffa3dc1eca3ed6c40d3d7d11811a02d944706a13 (patch)
tree4fd028904b6cb67f11c31a5e542302141d083c4b /pom.xml
parentb93c562a4f7e3080159cafa81fa8f552a4ade4bd (diff)
downloadorg.eclipse.linuxtools-ffa3dc1eca3ed6c40d3d7d11811a02d944706a13.tar.gz
org.eclipse.linuxtools-ffa3dc1eca3ed6c40d3d7d11811a02d944706a13.tar.xz
org.eclipse.linuxtools-ffa3dc1eca3ed6c40d3d7d11811a02d944706a13.zip
Use latest jacoco plugin.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index bc5024075e..5e095e6f2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.6.1.201212231917</version>
+ <version>0.6.2.201302030002</version>
<executions>
<execution>
<id>pre-test</id>

Back to the top