diff options
-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} |