From bca3206ad5c70eb9dbfb109c2b6218cae515aabf Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Wed, 10 Oct 2018 17:04:14 +0100 Subject: [PATCH] Upversion to 1.3.1 Change-Id: I5e9615f6a3a5adf41fe63fdc024616500980880c Issue-ID: AAI-1733 Signed-off-by: Lee, Tian (tl5884) --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 500f441..80e6328 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT diff --git a/version.properties b/version.properties index 7635e21..0680934 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6