diff options
Diffstat (limited to 'eelf-logging/pom.xml')
-rw-r--r-- | eelf-logging/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index c9a9433..eaec784 100644 --- a/eelf-logging/pom.xml +++ b/eelf-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> @@ -36,7 +36,7 @@ <!-- Common logging API. --> <dependency> - <groupId>org.openecomp.aai.logging-service</groupId> + <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> <version>${project.version}</version> </dependency> |