diff options
author | varun gudisena <vg411h@att.com> | 2017-09-12 18:40:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-12 18:40:52 +0000 |
commit | 82c721e43342d3254d5bfda3a1e78030857278b8 (patch) | |
tree | 53cdd5eca82186513cb16c4f56fe3e3b1c249080 | |
parent | 4b5742452dfe119cdb026a686b15bdc34869ab0f (diff) | |
parent | 76cc6907029d09abe01a075538be5b613fe01320 (diff) |
Merge "Cleanup project's name in Sonar"
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion>
<groupId>org.onap.dmaap.datarouter</groupId>
<artifactId>parent</artifactId>
- <name>datarouter</name>
+ <name>dmaap-datarouter</name>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/att/DMAAP_DATAROUTER</url>
@@ -118,4 +118,4 @@ <url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
-</project>
\ No newline at end of file +</project>
|