diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-07 16:30:44 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-07 16:30:47 -0400 |
commit | 9a85ac8b63fc40db36e8a1385f7e607703392689 (patch) | |
tree | 710f12fc84070ea5aed616bd3ab9e53c106ec51a /pom.xml | |
parent | 081388b144c8b9df2f5e116ba953de290fcd92ab (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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |