aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common-logging/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index 6f6681c..83410d1 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.aai.logging-service</groupId>
+ <groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
@@ -34,7 +34,7 @@
<dependencies>
<dependency>
- <groupId>org.openecomp.aai.logging-service</groupId>
+ <groupId>org.onap.aai.logging-service</groupId>
<artifactId>eelf-logging</artifactId>
<version>${project.version}</version>
</dependency>