aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-09-07 18:39:48 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-09-08 09:03:41 -0400
commit89ac8a5dd858554fe7f183a114d3b447365c465f (patch)
treeaa80bd5e35a8c634cd86d343f42279de7fa059a0 /pom.xml
parent0e0b47691990bac87cf824de4baa61b432a280f7 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 989ee72..ed0f833 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>