X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec%2Fpom.xml;h=cfd91e0c92eb23d504fcd1ecd664aee044122fc4;hb=d6f766e56a8acf87bafdb1a97791bf3400636f9a;hp=e2d426a06ab4e71a40440f17bd7f2a61e0315804;hpb=9691f2a251c6914b9d1a14bea78c4a1d43bbe2e5;p=mdsal.git diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index e2d426a06a..cfd91e0c92 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.odlparent bundle-parent - 2.0.4 + 3.1.0 4.0.0 org.opendaylight.mdsal mdsal-binding-dom-codec - 0.12.0-SNAPSHOT + 0.13.0-SNAPSHOT bundle @@ -27,14 +27,14 @@ org.opendaylight.mdsal mdsal-artifacts - 2.4.0-SNAPSHOT + 2.5.0-SNAPSHOT pom import org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 2.0.3 pom import @@ -101,23 +101,30 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + The following configuration is necessary for maven-site-plugin to + correctly identify the correct deployment path for OpenDaylight Maven + sites. + --> + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +