From 7b07f8da225ee3904f9c2b05fea1bdc30d4d8c23 Mon Sep 17 00:00:00 2001 From: sblimkie Date: Thu, 1 Nov 2018 16:24:17 -0400 Subject: [PATCH] upversion to 1.3.2 Change-Id: Ic33ca5fc58f6cf76123c18cae2200338ebafe405 Issue-ID: AAI-1816 Signed-off-by: sblimkie --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8acb0df..1ff9d5b 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ limitations under the License. org.onap.aai.gizmo gizmo - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT aai-gizmo diff --git a/version.properties b/version.properties index fb21064..0969948 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6