From 466d92373dde26f5e8208fa2c23f37db76df3668 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Mon, 29 Oct 2018 16:15:14 -0400 Subject: Upversion to 1.3.2 Issue-ID: AAI-1773 Change-Id: I3d15646dfd94a86d6a3d67fcea357c43618621db Signed-off-by: Jimmy Forsyth --- aai-resources/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 7b8e0909..aac5b0b0 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -25,11 +25,11 @@ 4.0.0 org.onap.aai.resources aai-resources - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT org.onap.aai.resources resources - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index 5a4bcdfe..2c2e95a4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index e8911fbc..4bec6767 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=3 -patch_version=1 +patch_version=2 base_version=${major_version}.${minor_version}.${patch_version} -- cgit