From df88554407c10138a43453dff6f0d0392c5666c7 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 15:32:31 -0400 Subject: [PATCH 1/1] Upversion model-loader in elalto Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth Change-Id: Ib0de924d6a91b178ae6ed59c556a67907297a323 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 25b4d67..17b8a82 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/version.properties b/version.properties index 4c24975..bdd5853 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6