From 1161099a2c332ec9ac835ec97363fe918edbb66b Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Thu, 24 Jan 2019 09:06:59 -0500 Subject: [PATCH] Update to 1.3.3 for release Issue-ID: AAI-2090 Change-Id: Ie5141ad96f71fa1b9063295784d5188829b41dcb 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 85da8ae..d1b680a 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai.data-router data-router - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT aai-data-router diff --git a/version.properties b/version.properties index 0969948..78b140e 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- 2.16.6