From c4a80799db7a7a25ac9b753a56ac99352c203207 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Tue, 6 Nov 2018 21:44:05 -0500 Subject: Add the https rest template Issue-ID: AAI-1761 Change-Id: I8424f28a87c35b4d55ee1a6c8709b37326f540e6 Signed-off-by: Kajur, Harish (vk250x) --- aai-resources/pom.xml | 10 +++++----- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index aac5b0b..5fb46ac 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -25,19 +25,19 @@ 4.0.0 org.onap.aai.resources aai-resources - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT org.onap.aai.resources resources - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT 1.8 org.onap.aai.ResourcesApp - 1.3.0 - 1.3.0 - 1.3.0 + 1.3.2 + 1.3.2 + 1.3.2 1.0.2 1.5.15.RELEASE diff --git a/pom.xml b/pom.xml index 2c2e95a..538a604 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index 4bec676..aa665f3 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=3 -patch_version=2 +patch_version=3 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg