X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-api%2Fpom.xml;h=d7b434e7eb855f50efb9e035aa29056d37ca8460;hb=5bc21b8e98127eea327c6925c574820257a70f2b;hp=dca65168ebd3a280a31550d0b60addbac09770ee;hpb=b064124bd141b2da1e3c0b18a570cf09fde7cb7a;p=yangtools.git diff --git a/yang/yang-parser-api/pom.xml b/yang/yang-parser-api/pom.xml index dca65168eb..d7b434e7eb 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.0.1 + 4.0.1 4.0.0 org.opendaylight.yangtools yang-parser-api - 2.0.1-SNAPSHOT + 2.1.1-SNAPSHOT bundle ${project.artifactId} YANG parser API @@ -29,7 +29,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.1-SNAPSHOT + 2.1.1-SNAPSHOT import pom @@ -43,19 +43,22 @@ - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + + +