BUG-2159: bump jacoco version 17/11817/1
authorRobert Varga <rovarga@cisco.com>
Wed, 8 Oct 2014 16:11:34 +0000 (18:11 +0200)
committerRobert Varga <rovarga@cisco.com>
Wed, 8 Oct 2014 16:11:34 +0000 (18:11 +0200)
0.6.2 does not work with Java 8. Until
https://git.opendaylight.org/gerrit/11816 is merged, this fixes the
problem locally.

Change-Id: I3970e0e176190fb6180f0ea266bd10433c2d5afa
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/parent/pom.xml

index 0b97d3ee7216f69bbb8056fcf55d239e2ac23be2..b5496f738cf96937489a71a6cf48543d5183b5c6 100644 (file)
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
+                <version>0.7.2.201409121644</version>
                 <executions>
                     <execution>
                         <id>prepare-ut-agent</id>