From e472260ef3aced8db16dcadb47f9b06e01fa261a Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 10 Feb 2020 09:00:06 -0500 Subject: synch version to 1.6.4-SNAPSHOT Issue-ID: LOG-1198 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I3d0f9055ba65e2f84a6b95bdd7fea3111052c6c2 --- pylog/pom.xml | 2 +- pylog/version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pylog/pom.xml b/pylog/pom.xml index f886bfa..1356b7e 100644 --- a/pylog/pom.xml +++ b/pylog/pom.xml @@ -22,7 +22,7 @@ org.onap.logging-analytics logging-pylog - 1.6.1 + 1.6.4-SNAPSHOT pom logging-pylog diff --git a/pylog/version.properties b/pylog/version.properties index 176b32a..1b8ac1a 100644 --- a/pylog/version.properties +++ b/pylog/version.properties @@ -18,8 +18,8 @@ # because they are used in Jenkins, whose plug-in doesn't support # 1.2.6-SNAPSHOT is off 1.2.2 major=1 -minor=4 -patch=0 +minor=6 +patch=4 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg