From 49cc90f205535596dfdad0cf81a5bbf6ad93f5f8 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Wed, 24 Oct 2018 11:01:07 -0400 Subject: Create 1.4.0-SNAPSHOT for Dublin Change-Id: I0327cecb047047d77ac166a81cf86307759b2cf6 Signed-off-by: Prudence Au Issue-ID: LOG-716 --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5737af0..3880f2c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.onap.logging-analytics.pomba pomba-audit-common - 1.3.2-SNAPSHOT + 1.4.0-SNAPSHOT jar diff --git a/version.properties b/version.properties index 8b2aa75..611dff3 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 -patch=2 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg