diff options
author | Steve Smokowski <ss835w@att.com> | 2020-02-24 14:11:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-24 14:11:17 +0000 |
commit | 4692ea4644c465310e8304fd6153c2f4af319b02 (patch) | |
tree | eccb1638ec4885d1bc48cdad03309f0ec8f334ea | |
parent | 613b4a83493160a19999ecae601f158f342dcbab (diff) | |
parent | 927419381305f40b87a491b3e0650e266d710ee9 (diff) |
Merge "Updated pom to release version of logging library"
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -670,17 +670,17 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.4</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-spring</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |