X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-api%2Fpom.xml;h=b1e541fdcc7590a6111a60a141fc4709215b8241;hb=5c47087c7c0c5cab21d915e9d174f536ead746ae;hp=a9debc6e1ed119b0375116e0c5e3f3a7b294baff;hpb=f43406daa10980d7159a0aad063f00b24387b074;p=yangtools.git diff --git a/yang/yang-parser-api/pom.xml b/yang/yang-parser-api/pom.xml index a9debc6e1e..b1e541fdcc 100644 --- a/yang/yang-parser-api/pom.xml +++ b/yang/yang-parser-api/pom.xml @@ -8,23 +8,42 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.yangtools - yangtools-parent - 0.9.0-SNAPSHOT - /../../common/parent/pom.xml + bundle-parent + 2.1.5-SNAPSHOT + ../../bundle-parent - 4.0.0 yang-parser-api + bundle ${project.artifactId} YANG parser API - ${project.groupId} + org.opendaylight.yangtools yang-model-api + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + + +