From 79adaa544bd0a19357d18c5c4f7518179e369faa Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Wed, 24 Jul 2019 22:43:28 -0400 Subject: Introduce 1.5.0-SNAPSHOT for the El Alto release Issue-ID: LOG-1073 Signed-off-by: Prudence Au Change-Id: I9b2d4f3d270fa1d62267c8da632eed01b63593cc --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2eda067..8aa9f29 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.onap.logging-analytics.pomba pomba-sdc-context-builder - 1.4.0 + 1.5.0-SNAPSHOT org.onap.oparent 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