From 5825588251d7a8422242878ddd4a7e4d38c8a6fb Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Mon, 29 Jul 2019 09:54:16 -0400 Subject: Introduce 1.5.0-SNAPSHOT for El Alto release Issue-ID: LOG-1073 Signed-off-by: Prudence Au Change-Id: Ie99254ad8fbacd4da57a849c81bde69ad9b04681 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7d3e8a4..cf72727 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.onap.logging-analytics.pomba pomba-audit-common - 1.4.0 + 1.5.0-SNAPSHOT jar diff --git a/version.properties b/version.properties index 611dff3..cbb6b90 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 +minor=5 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg