From 095e2020589c3324b50203315fab0ae8b50e145e Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 3 May 2019 11:42:56 -0400 Subject: [PATCH] Upversion for Dublin release Issue-ID: AAI-2403 Change-Id: Iae02824bf6d904d08e9909534fa473464708f66c Signed-off-by: Jimmy Forsyth --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7fee490..af10150 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT diff --git a/version.properties b/version.properties index ee7bc79..f4d5cf8 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=4 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6