From 0be9be09497fa6999a72896c0737376cdf8561fa Mon Sep 17 00:00:00 2001 From: jimmy Date: Tue, 11 Dec 2018 10:09:29 -0500 Subject: Upversion for CMR and dependency upgrades Change-Id: Ib0723828913289cae7a911e866bb0dda206dfe50 Issue-ID: AAI-1889 Signed-off-by: jimmy --- aai-resources/pom.xml | 22 +++++++++++----------- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 0465d87..1b387c6 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -25,22 +25,22 @@ 4.0.0 org.onap.aai.resources aai-resources - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT org.onap.aai.resources resources - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT 1.8 org.onap.aai.ResourcesApp - 1.3.3 - 1.3.3 - 1.3.3 + 1.3.4 + 1.3.4 + 1.3.4 1.0.2 - 1.5.15.RELEASE + 1.5.18.RELEASE java @@ -94,11 +94,11 @@ 0.2.12 4.4 2.2.0 - 5.15.6 + 5.15.8 4.5.3 - 4.3.2.RELEASE + 4.3.21.RELEASE 0.4.11 - 1.0.3.RELEASE + 1.0.8.RELEASE 2.8.5 0.0.7 @@ -127,10 +127,10 @@ check 0.68 - 4.3.18.RELEASE + 4.3.21.RELEASE 4.1.9.Final 4.0.56.Final - 4.3.6.RELEASE + 4.3.21.RELEASE yyyyMMdd'T'HHmmss'Z' diff --git a/pom.xml b/pom.xml index 6764a50..502e744 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index 7fe49c7..5205618 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=3 -patch_version=4 +patch_version=5 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg