From 443fb8802d9e4f11c4997168e7c9c1dd33d0e9fc Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 16 Nov 2017 15:25:40 -0800 Subject: [PATCH] Bump patch version Bump patch version in preparation for Amsterdam branching. Change-Id: Ie43b0ca5d0111800d958b33e93e222b2ed70b32d Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 572f2cc..257c93c 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.model-loader model-loader - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT aai-model-loader diff --git a/version.properties b/version.properties index a80dc76..14f20e6 100644 --- a/version.properties +++ b/version.properties @@ -24,7 +24,7 @@ major=1 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6