diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-07 16:48:10 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-07 16:48:15 -0400 |
commit | 62a20a25a86bdc9995e76769091931358add75ec (patch) | |
tree | 88c4f58b1e7c41d229a9c67327d1902e71ad6cf1 | |
parent | ac44e371ab582349bcd694b02b9076a8bdf75baa (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |