X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=ea7b24317932b308bf101df8736a8c514bc16418;hp=66bb01f051fa1042e9fc08d4019a236f1e07bb04;hb=5adfd98dac66cab656090d1b51324b4d09573bd9;hpb=849c55387fcc44f2e91aba8ab38006f929659cc6 diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 66bb01f051..ea7b243179 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller commons.opendaylight - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT ../commons/opendaylight config-subsystem - 0.2.5-SNAPSHOT + 0.3.0-SNAPSHOT pom ${project.artifactId} @@ -23,6 +23,7 @@ config-util config-persister-api config-persister-file-xml-adapter + config-persister-feature-adapter yang-jmx-generator yang-jmx-generator-plugin yang-test @@ -39,6 +40,7 @@ shutdown-impl netconf-config-dispatcher config-module-archetype + config-netty-config @@ -93,18 +95,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - true - classes - 1C - false - true - 2 - - org.codehaus.groovy.maven gmaven-plugin @@ -203,9 +193,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + +