summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-09-07 16:30:44 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-09-07 16:30:47 -0400
commit9a85ac8b63fc40db36e8a1385f7e607703392689 (patch)
tree710f12fc84070ea5aed616bd3ab9e53c106ec51a /pom.xml
parent081388b144c8b9df2f5e116ba953de290fcd92ab (diff)
Add name to the top level pom for aai-common
Issue-ID: AAI-271 Change-Id: I0e85b488f380944024d2edfbb7740ece65cf9fd3 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5591d591..e1055e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,8 @@
<artifactId>aai-common</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>aai-common</name>
+ <name>AAI - aai-common</name>
+ <description>Contains all of the common code for resources and traversal repos</description>
<modules>
<module>aai-schema</module>