diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2017-09-19 13:17:41 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2017-09-19 13:18:10 -0400 |
commit | 12f5382d615831965f16c3e7975403515a8ecbfe (patch) | |
tree | 1112fafb84cafea752e3af8043f56e9e51f30cc1 /common-logging | |
parent | 2d211f3e1943ded3a0ab59553b12bee602079398 (diff) |
Renaming openecomp to onap
Issue-ID: AAI-208
Change-Id: If09777f49bdfcca1b14cbd1d45240dac86d53ec4
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'common-logging')
-rw-r--r-- | common-logging/pom.xml | 4 |
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> |