From: Kajur, Harish (vk250x) Date: Wed, 7 Nov 2018 02:44:05 +0000 (-0500) Subject: Add the https rest template X-Git-Tag: 1.3.3^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F72031%2F3;p=aai%2Fresources.git Add the https rest template Issue-ID: AAI-1761 Change-Id: I8424f28a87c35b4d55ee1a6c8709b37326f540e6 Signed-off-by: Kajur, Harish (vk250x) --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index aac5b0b0..5fb46ac3 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 2c2e95a4..538a6048 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 4bec6767..aa665f3e 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}