From 307406796f8070d662b4a837182bba4de6836afa Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 22 May 2018 16:48:11 -0400 Subject: [PATCH] Bump to version 1.2.1 in the master branch Issue-ID: AAI-1155 Change-Id: I66c58cd069561583ce237c0293091e75304a0610 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 eec459a..d826647 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.aai.model-loader model-loader - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT diff --git a/version.properties b/version.properties index 988792c..057975c 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6