diff options
author | Steve Smokowski <ss835w@att.com> | 2017-02-10 13:26:22 -0500 |
---|---|---|
committer | Steve Smokowski <ss835w@att.com> | 2017-02-10 13:34:12 -0500 |
commit | 1ae24d9265c263e20bff092d9c0d7219c28f2b33 (patch) | |
tree | 57fe14fe1a1e99afe02bd2dc406773217284fd08 /logging-api | |
parent | b40a52e5b2c8aaae975bed054408c39f4e3fd0db (diff) |
Update dependencies to match proper group id
Change-Id: Ie513514b845008cbf9c2cd3f934861bda43431fc
Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'logging-api')
-rw-r--r-- | logging-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logging-api/pom.xml b/logging-api/pom.xml index 4c4470e..6f5cbb8 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -27,7 +27,7 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.aai</groupId> + <artifactId>logging-api</artifactId> <name>Common Logging API</name> |