From d64cdd8ee719a2527939d74447242f98f72cf5ca Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 21 Nov 2018 14:03:04 -0500 Subject: Update resources to use released aai-common Issue-ID: AAI-1942 Change-Id: I228e6c7e10fbe7968671bb7994b9027f4f3e042b Signed-off-by: Jimmy Forsyth --- 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 5fb46ac..0465d87 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.3-SNAPSHOT + 1.3.4-SNAPSHOT org.onap.aai.resources resources - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT 1.8 org.onap.aai.ResourcesApp - 1.3.2 - 1.3.2 - 1.3.2 + 1.3.3 + 1.3.3 + 1.3.3 1.0.2 1.5.15.RELEASE diff --git a/pom.xml b/pom.xml index 538a604..6764a50 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index aa665f3..7fe49c7 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=3 -patch_version=3 +patch_version=4 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg