diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-07 18:39:48 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-08 09:03:41 -0400 |
commit | 89ac8a5dd858554fe7f183a114d3b447365c465f (patch) | |
tree | aa80bd5e35a8c634cd86d343f42279de7fa059a0 /pom.xml | |
parent | 0e0b47691990bac87cf824de4baa61b432a280f7 (diff) |
Add name to the top level pom for rest-client
Issue-ID: AAI-271
Change-Id: I1a66b2042a2a775c55fc8cde021e56bd45a5ef3a
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ <groupId>org.openecomp.aai</groupId> <artifactId>rest-client</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>REST Client</name> + <name>AAI - rest-client</name> <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> |