X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=50090c677b3e1a9c78fce9b626f446f7fd20ed46;hb=7c48007486d0d1ee47a5eea81135e49737677155;hp=580c3d2155965e1b5b642dc7b3b7295eaef07e15;hpb=a86eed4ebcc068ac5c5339d5c67e23471dd77a4e;p=policy%2Fpap.git diff --git a/pom.xml b/pom.xml index 580c3d21..50090c67 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,9 @@ ============LICENSE_START======================================================= ONAP Policy PAP ================================================================================ - Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. - Copyright (C) 2019 Nordix Foundation. + Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019, 2021 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,13 +27,13 @@ org.onap.policy.parent integration - 3.1.0-SNAPSHOT + 3.7.1-SNAPSHOT org.onap.policy.pap policy-pap - 2.2.0-SNAPSHOT + 2.8.1-SNAPSHOT pom @@ -40,14 +41,8 @@ Code that implements the Policy Administration Backend. - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - - 1.6.0-SNAPSHOT - 2.2.0-SNAPSHOT + 1.12.1-SNAPSHOT + 2.8.1-SNAPSHOT @@ -70,136 +65,4 @@ dav:${nexusproxy}${sitePath} - - - - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - - - maven-checkstyle-plugin - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory} - true - true - true - - - true - true - warning - - - - - - org.onap.oparent - checkstyle - ${oparent.version} - compile - - - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17,) - - check - - - - - - - - - - - - -