From a8436a3b213964a32d5126889e32bf36128d5d42 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Wed, 24 Jul 2019 22:44:44 -0400 Subject: Introduce 1.5.0-SNAPSHOT for the El Alto release Issue-ID: LOG-1073 Signed-off-by: Prudence Au Change-Id: Iecafd41e92756eb1cdf9664b354626d46e16f59b --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 87daec9..f02b4f3 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.onap.logging-analytics.pomba pomba-network-discovery-context-builder - 1.4.0 + 1.5.0-SNAPSHOT jar diff --git a/version.properties b/version.properties index eae359a..6f2caa0 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