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 /aai-resources | |
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 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 5222ab9..36765c3 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -4,12 +4,12 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <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> </parent> <artifactId>aai-resources</artifactId> - <name>ajsc</name> + <name>aai-resources</name> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |