X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=3fe2b7116530ae7f107dafc8cc6580f8f9ef507e;hb=4d894a76cd0405ea76c605ed4480dd5af48754ff;hp=ec2492031d304c88c87768657acafda811a064f4;hpb=10df99f8ffc45b03f5557a30eec5bcc307503cc6;p=portal.git diff --git a/pom.xml b/pom.xml index ec249203..3fe2b711 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,8 @@ org.onap.portal onap-portal-parent - 2.5.0 + 3.2.0 + pom portal @@ -20,23 +21,24 @@ ecomp-portal-BE-common ecomp-portal-BE-os - ecomp-portal-FE-os + portal-FE-os ecomp-portal-widget-ms + portal-BE 0 - 2.5.0 - 4.2.3.RELEASE + 2.6.0 + 4.3.24.RELEASE + 4.2.13.RELEASE 4.3.11.Final - 2.8.10 - 1.0.0 + 2.8.11.4 0.7.6.201602180812 UTF-8 UTF-8 - **/scripts/**/*,**.js + **/test/**/*,**/tests/**/* false @@ -241,6 +243,61 @@ sonar-maven-plugin 3.0.2 + + + maven-checkstyle-plugin + 2.17 + + + org.onap.oparent + checkstyle + 2.0.0 + + + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + ${project.build.sourceDirectory} + + + true + false + + + + onap-java-style + + check + + none + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + false + + + + +