From: Jimmy Forsyth Date: Wed, 21 Nov 2018 19:03:04 +0000 (-0500) Subject: Update resources to use released aai-common X-Git-Tag: 1.3.4^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d64cdd8ee719a2527939d74447242f98f72cf5ca;p=aai%2Fresources.git Update resources to use released aai-common Issue-ID: AAI-1942 Change-Id: I228e6c7e10fbe7968671bb7994b9027f4f3e042b Signed-off-by: Jimmy Forsyth --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 5fb46ac3..0465d87a 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 538a6048..6764a505 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 aa665f3e..7fe49c78 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}