aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-09-07 16:48:10 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-09-07 16:48:15 -0400
commit62a20a25a86bdc9995e76769091931358add75ec (patch)
tree88c4f58b1e7c41d229a9c67327d1902e71ad6cf1
parentac44e371ab582349bcd694b02b9076a8bdf75baa (diff)
Add top level pom name to organize aai repos
Issue-ID: AAI-271 Change-Id: Id11a4a63a28c69a3b44dfc81efa33fdf445ac320 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index afe7070..aa6f814 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <name>resources</name>
+ <name>AAI - resources</name>
<packaging>pom</packaging>
<modules>
<module>aai-resources</module>
@@ -341,4 +341,4 @@
</build>
-</project> \ No newline at end of file
+</project>