From 2d688bf5cdcfe30447e83e6405c120b1d994922b Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Wed, 10 Oct 2018 17:06:51 +0100 Subject: [PATCH] Upversion to 1.3.1 Change-Id: I90ed0b13bb83ab9b03d873ba03fe5521eae823d4 Issue-ID: AAI-1734 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 3e3eb98..d6ebade 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.aai babel - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT jar aai-babel diff --git a/version.properties b/version.properties index a254b21..fb21064 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6