diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-19 12:05:42 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-19 12:05:58 -0400 |
commit | 5172a8ed30841bd15f6725ac67f0a99a4fee9510 (patch) | |
tree | 38fc6943f05c600b03bda2b4104492b17dd72331 /aai-schema | |
parent | a664e5fe931be1ea1bbd6aac8d2a29cdd05fc52f (diff) |
Change the openecomp to onap to push snapshots
Change-Id: Ibef97d61c4ff05eb8c151e69dce5bd56b3d61a76
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 78f76fb1..5e4ae95b 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -4,7 +4,7 @@ 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.aai-common</groupId> + <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> @@ -19,7 +19,7 @@ </properties> <dependencies> <dependency> - <groupId>org.openecomp.aai.aai-common</groupId> + <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-annotations</artifactId> <version>${aai.annotations.version}</version> </dependency> @@ -85,7 +85,7 @@ <version>1.0.2</version> </dependency> <dependency> - <groupId>org.openecomp.aai.aai-common</groupId> + <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-annotations</artifactId> <version>${aai.annotations.version}</version> </dependency> |