summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aai-annotations/pom.xml2
-rw-r--r--aai-core/pom.xml4
-rw-r--r--aai-schema/pom.xml6
-rw-r--r--pom.xml2
4 files changed, 7 insertions, 7 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml
index e0c8e1b3..214e5bd5 100644
--- a/aai-annotations/pom.xml
+++ b/aai-annotations/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>
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>
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>
diff --git a/pom.xml b/pom.xml
index 773d3fc8..bbecdd81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openecomp.aai.aai-common</groupId>
+ <groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-common</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>