aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-20 16:00:28 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-20 16:00:28 -0700
commit54a2f2cd9cfef29cb96181a99e2bf2d13ed29409 (patch)
treec0d88033393673285a0da1f4dc50990e5aca05fe
parentb7cb3b7c57d78b2be23290c201c9517965055d24 (diff)
Cleanup project's name in Sonarrelease-1.1.0
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: Iec07d6e3d99280f48f5ffc1f42f71adfc2c0c874 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--pom.xml2
-rw-r--r--rootpom/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1364e95..f320184 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>sdnc-core</artifactId>
- <name>SDN-C Core Components</name>
+ <name>sdnc-core</name>
<url>https://wiki.openecomp.org</url>
<description>The SDN-C core components contains the SLI, dblib and root pom</description>
diff --git a/rootpom/pom.xml b/rootpom/pom.xml
index 7045309..8e4d289 100644
--- a/rootpom/pom.xml
+++ b/rootpom/pom.xml
@@ -9,7 +9,7 @@
<version>1.1.0</version>
- <name>SDNC Root</name>
+ <name>sdnc-core</name>
<url>http://wiki.onap.org</url>
<description>Root POM to be used for all SDNC projects</description>