X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Ftools%2Fnetconf-testtool%2Fpom.xml;h=4f87747e56ca9d3d230229526975c8c5e5eb58bd;hb=3d7090c8bf0df8c9814b7d3cb2c43dff483a5c7a;hp=6f2392eeebbe877b78f973db7b7717e59432393f;hpb=0a2f99ddeda1a557743403de51ee16ecec15fb89;p=netconf.git diff --git a/netconf/tools/netconf-testtool/pom.xml b/netconf/tools/netconf-testtool/pom.xml index 6f2392eeeb..4f87747e56 100644 --- a/netconf/tools/netconf-testtool/pom.xml +++ b/netconf/tools/netconf-testtool/pom.xml @@ -14,16 +14,20 @@ org.opendaylight.odlparent odlparent - 1.7.0-SNAPSHOT + 2.0.0 org.opendaylight.netconf netconf-testtool ${project.artifactId} - 1.1.0-SNAPSHOT + 1.3.0-SNAPSHOT jar + + true + + @@ -119,11 +123,11 @@ org.opendaylight.mdsal.model - ietf-yang-types + ietf-yang-types-20130715 org.opendaylight.mdsal.model - ietf-inet-types + ietf-inet-types-2013-07-15 ${project.groupId} @@ -156,7 +160,7 @@ org.apache.karaf.features org.apache.karaf.features.core - 3.0.3 + ${karaf.version} @@ -364,6 +368,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +