X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-api%2Fpom.xml;h=33f2a40f42beba7bfd380d5e429462731561bffc;hb=c5de1e25107fc18357ab54f04396b72293028881;hp=649191cbde5ab0e369c5c5a30bd98fc13447ea2f;hpb=5856cf521232fd72dffe19a8258f39a5b4b55432;p=yangtools.git diff --git a/yang/yang-parser-api/pom.xml b/yang/yang-parser-api/pom.xml index 649191cbde..33f2a40f42 100644 --- a/yang/yang-parser-api/pom.xml +++ b/yang/yang-parser-api/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.odlparent bundle-parent - 3.1.2 + 4.0.2 4.0.0 org.opendaylight.yangtools yang-parser-api - 2.0.7-SNAPSHOT + 2.1.2-SNAPSHOT bundle ${project.artifactId} YANG parser API @@ -29,7 +29,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.7-SNAPSHOT + 2.1.2-SNAPSHOT import pom @@ -45,6 +45,15 @@ + + org.apache.felix + maven-bundle-plugin + + + !javax.annotation,* + + + org.apache.maven.plugins maven-checkstyle-plugin @@ -52,6 +61,13 @@ checkstyle.violationSeverity=error + + com.github.spotbugs + spotbugs-maven-plugin + + true + +