Declare jacoco.version in parent pom and reuse it in other pom files.
[controller.git] / opendaylight / clustering / integrationtest / pom.xml
index 0fadb128901cd16749511f32c58e2ea71973fc75..93b3624c82e69e5b12c2f759ae4211656048b5f2 100644 (file)
@@ -69,7 +69,7 @@
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.5.3.201107060350</version>
+        <version>${jacoco.version}</version>
         <configuration>
           <destFile>../implementation/target/jacoco-it.exec</destFile>
           <includes>org.opendaylight.controller.*</includes>