From 51dd37d5aeaace57ac40410edf19288f41112e88 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 3 May 2019 18:30:18 -0400 Subject: Upversion for Dublin release Issue-ID: AAI-2403 Change-Id: I3ca7c607546b2c4c0bfc605dd7cdf06063a0ed09 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 83c2f5d..b8c52c3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.onap.aai gallifrey jar - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT aai-gallifrey 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} -- cgit 1.2.3-korg