From d39e2a4a6dec6590da962e4bd5e783f38a8a435a Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 1 May 2019 21:43:36 -0400 Subject: [PATCH] Upversion prior to release Issue-ID: AAI-2403 Change-Id: Ie9bd7383df93978fe05b046ca554b7a890466beb 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 8094925..58664a2 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai.data-router data-router - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT aai-data-router diff --git a/version.properties b/version.properties index 668657e..eff345c 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6