diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-22 18:43:16 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-22 23:15:59 -0400 |
commit | ae69d6fd9a3b9f56dec5c6fc0f5fc1aad67a1dfd (patch) | |
tree | 9a72c98b6e81f7abbc8f422ce9e97a1bd1316f00 /pom.xml | |
parent | 71cdfb9453a11da6cca7b1a7828c29c37d136617 (diff) |
Update the group id and artifact id to onap
Change-Id: I61dc645face34f490cf4378d0fdcb43e95edc03c
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,10 +7,10 @@ <groupId>com.att.ajsc</groupId> <version>2.1.0</version> </parent> - <groupId>org.openecomp.aai</groupId> - <artifactId>aai-resources-service</artifactId> + <groupId>org.onap.aai.resources</groupId> + <artifactId>resources</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>aai-resources-service</name> + <name>resources</name> <packaging>pom</packaging> <modules> <module>aai-resources</module> |