diff options
Diffstat (limited to 'aai-core')
-rw-r--r-- | aai-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 1db3837e..f761c500 100644 --- a/aai-core/pom.xml +++ b/aai-core/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> @@ -25,7 +25,7 @@ </properties> <dependencies> <dependency> - <groupId>org.openecomp.aai.aai-common</groupId> + <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> <version>${aai.schema.version}</version> </dependency> |