From c9f86b2a1f5b2785ff3d27a4539182b77f03cf95 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 3 May 2019 11:47:21 -0400 Subject: Upversion for Dublin release Issue-ID: AAI-2403 Change-Id: I4dbd441eed8f1311f84fa8790c25b74d7ec4f284 Signed-off-by: Jimmy Forsyth --- aai-resources/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 55424f7..c848c50 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -25,11 +25,11 @@ 4.0.0 org.onap.aai.resources aai-resources - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT org.onap.aai.resources resources - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index ec861e9..33188b4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index 66827fd..e653a66 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=4 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg