X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-api%2Fpom.xml;h=4351af0cc57b11b767db271e89f4fa308419269b;hb=8a74db04782cf96bc099a344e8466ed3c84d34de;hp=1f4f03729f15139cdc8303032094286a2dcdfbb1;hpb=ad60ed5ca9f0d1a239e739dc93fb60a56858fcbf;p=yangtools.git diff --git a/yang/yang-parser-api/pom.xml b/yang/yang-parser-api/pom.xml index 1f4f03729f..4351af0cc5 100644 --- a/yang/yang-parser-api/pom.xml +++ b/yang/yang-parser-api/pom.xml @@ -8,22 +8,42 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.yangtools - yang - 0.6.1-SNAPSHOT + bundle-parent + 2.1.4-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 + + + +