diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-10 09:00:06 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-10 09:17:55 -0500 |
commit | e472260ef3aced8db16dcadb47f9b06e01fa261a (patch) | |
tree | c863bd2505da9d03e2fec7af4e7751a943056ea1 | |
parent | e9daad42194942e8b6802e70b597d8833f930ec7 (diff) |
synch version to 1.6.4-SNAPSHOT
Issue-ID: LOG-1198
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I3d0f9055ba65e2f84a6b95bdd7fea3111052c6c2
-rw-r--r-- | pylog/pom.xml | 2 | ||||
-rw-r--r-- | 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 @@ <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-pylog</artifactId> - <version>1.6.1</version> + <version>1.6.4-SNAPSHOT</version> <packaging>pom</packaging> <name>logging-pylog</name> 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} |