summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:28:10 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:28:10 -0700
commit55f488022631ce6ab14b440e747b2e9d7648b49c (patch)
treeb3120ddbd00f8937d52315c0676f3bcb3f4aa5c8 /pom.xml
parent2263d0c41e7947c725b4b08fd14ccb2f338bebdb (diff)
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: I5e30b39f0991c26dbb7c5b7131dcb130bb265160 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d169801..b4176f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ limitations under the License.
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
<groupId>org.onap.dcaegen2</groupId>
<artifactId>deployments</artifactId>
- <name>deployments</name>
+ <name>dcaegen2-deployments</name>
<version>1.0.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>