diff options
author | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2019-10-23 18:02:00 +0000 |
---|---|---|
committer | Kevin Smokowski <kevin.smokowski@att.com> | 2019-10-23 20:34:06 +0000 |
commit | a23e552dd6e7fd0a93c549509c4554ad646595c3 (patch) | |
tree | 89113d3b7c168dffeba96ad95e70f04378adae19 /reference/logging-library | |
parent | e031e26f3706da01ebc7717f9149807e6d486654 (diff) |
version updates
setup for 1.6.1-SNAPSHOT
Issue-ID: LOG-1177
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: I520e5cf5e4b17913db34aa60be31ddbd10c0b753
Diffstat (limited to 'reference/logging-library')
-rw-r--r-- | reference/logging-library/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml index 5fd4ae2..0e7c2d1 100644 --- a/reference/logging-library/pom.xml +++ b/reference/logging-library/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-reference</artifactId> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> <artifactId>logging-library</artifactId> <packaging>jar</packaging> @@ -65,7 +65,7 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </dependency> <!-- decouple HttpServlet parameters from both this project and slf4j later --> <dependency> |