From e0c5ea7ab46fe9dd80bc9bf8881a17983d2671c9 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 26 Sep 2017 13:11:54 -0700 Subject: Cleanup project's name in Sonar The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I9ad6d279475c310bc6289e1799e18018124fb29c Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall --- ems/boco/pom.xml | 2 +- ems/microservice-standalone/pom.xml | 2 +- ems/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index 413cff0..73b7ff7 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -26,7 +26,7 @@ boco-driver 1.0.0-SNAPSHOT jar - org/onap/vfc/nfvo/driver/ems/ems/boco + vfc-nfvo-driver-ems-ems-boco diff --git a/ems/microservice-standalone/pom.xml b/ems/microservice-standalone/pom.xml index 286f665..34911c7 100644 --- a/ems/microservice-standalone/pom.xml +++ b/ems/microservice-standalone/pom.xml @@ -23,7 +23,7 @@ 4.0.0 emsdriver-standalone 1.0.0-SNAPSHOT - org/onap/vfc/nfvo/driver/ems/ems/microservice-standalone + vfc-nfvo-driver-ems-ems-microservice-standalone pom diff --git a/ems/pom.xml b/ems/pom.xml index 4908ccb..630ef5e 100644 --- a/ems/pom.xml +++ b/ems/pom.xml @@ -24,7 +24,7 @@ org.onap.vfc.nfvo.driver.ems.ems ems-driver-boco-parent 1.0.0-SNAPSHOT - org/onap/vfc/nfvo/driver/ems/ems + vfc-nfvo-driver-ems-ems pom -- cgit 1.2.3-korg