Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-09-23 08:32:13 +0000
committerAlexander Kurtakov2014-09-23 09:43:14 +0000
commit8bdb2ee7e1197b6cfa6708ba63d91cacc8235169 (patch)
tree1ec1203cc35406f40ddb812a7237417913cea523
parentc9aade1f5d27d16a78ad564419ea2d69653358dd (diff)
downloadorg.eclipse.linuxtools-8bdb2ee7e1197b6cfa6708ba63d91cacc8235169.tar.gz
org.eclipse.linuxtools-8bdb2ee7e1197b6cfa6708ba63d91cacc8235169.tar.xz
org.eclipse.linuxtools-8bdb2ee7e1197b6cfa6708ba63d91cacc8235169.zip
Update to latest jacoco version.
Change-Id: Ifbc819aa4a612220270a777ec1a7917f4c9616a8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/33760 Tested-by: Hudson CI
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c54e812314..02d8e6dec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.1.201405082137</version>
+ <version>0.7.2.201409121644</version>
<executions>
<execution>
<id>pre-test</id>

Back to the top