Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-03-24 09:25:43 +0000
committerAlexander Kurtakov2014-03-24 12:09:57 +0000
commit0c71fbefcd9e73abf1b6f5373513d76cf238425b (patch)
tree3bee16d35608dd6383a41bcc9a31b87950be9aa7 /pom.xml
parentfbb28fad3d94ae1205f5f1862a6c39bb5a792d70 (diff)
downloadorg.eclipse.linuxtools-0c71fbefcd9e73abf1b6f5373513d76cf238425b.tar.gz
org.eclipse.linuxtools-0c71fbefcd9e73abf1b6f5373513d76cf238425b.tar.xz
org.eclipse.linuxtools-0c71fbefcd9e73abf1b6f5373513d76cf238425b.zip
Start using Jacoco 0.7.
Change-Id: I27d2c0f32e52245cf9a230f4b8c1903a28eb77c7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/23779 Tested-by: Hudson CI
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 f9533c8eda..78670b96a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.6.5.201403032054</version>
+ <version>0.7.0.201403182114</version>
<executions>
<execution>
<id>pre-test</id>

Back to the top