diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:08:46 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:08:46 -0700 |
commit | a00d81675166c634c0cfe0ad2ffa35a4577557aa (patch) | |
tree | bb9ccbc1fcaf1639e0b0b0bde13f60e288893a8a /pom.xml | |
parent | e9a772d6c226c35f6bc34c507853d896c12f2b8f (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |