diff options
author | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2019-08-07 19:01:10 +0000 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-09 09:58:31 -0400 |
commit | b1b655ed85713d2143b6ee1c00a3c68238b9227d (patch) | |
tree | c43d401a579888b65a570eb3fe3fd88c69a100f9 /features/features-sli-core | |
parent | 5aa8229c6cda25948c59ac3174071ddf8b83c1dc (diff) |
update metric logger name to be consistent
update metric logger name to be consistent with convention of the other loggers
Issue-ID: CCSDK-1601
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: I011745376a940822659eb1de5dcd04aea38b692f
Diffstat (limited to 'features/features-sli-core')
-rw-r--r-- | features/features-sli-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/features-sli-core/pom.xml b/features/features-sli-core/pom.xml index d864c7cc..8109a7a2 100644 --- a/features/features-sli-core/pom.xml +++ b/features/features-sli-core/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.3.2</version> + <version>1.3.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>features-sli-core</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.2-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-core :: features :: ${project.artifactId}</name> |