Merge "Strong password check to consider underscore as a special character"
[controller.git] / opendaylight / forwardingrulesmanager / integrationtest / pom.xml
index 4c8e82b9c4b087d1889c0c945891ea013541425f..32cae25dba5aec22aa4b67a070f7b5848ce31014 100644 (file)
       <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>