aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:08:46 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:08:46 -0700
commita00d81675166c634c0cfe0ad2ffa35a4577557aa (patch)
treebb9ccbc1fcaf1639e0b0b0bde13f60e288893a8a
parente9a772d6c226c35f6bc34c507853d896c12f2b8f (diff)
Cleanup project's name in Sonar2.0.0-ONAPbeijing2.0.0-ONAP
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I07659088bee4401a6cb2090eb4918dba2e800c92 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5821840..f8fc53e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.onap.aaf.luaplugin</groupId>
<artifactId>auth-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <name>onap/onap/aaf/luaplugin/auth-plugin</name>
+ <name>aaf-luaplugin</name>
<packaging>pom</packaging>
<properties>
<outputdir>target/assembly</outputdir>
@@ -86,4 +86,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>