From 03171d2cbb26c76bc6d328dd44f6bd5470de4af8 Mon Sep 17 00:00:00 2001 From: jimmy Date: Thu, 6 Feb 2020 11:08:41 -0500 Subject: [PATCH] Set parent to 1.6.3 Issue-ID: AAI-1729 Signed-off-by: jimmy Change-Id: Ia2ecde4740d74acd35d4bcb80105c33aa9adc8dc Signed-off-by: jimmy --- aai-resources/pom.xml | 2 +- pom.xml | 4 ++-- version.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 907724ff..e89983c1 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index 3683d87d..9f7bc2ce 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-parent - 1.6.3-SNAPSHOT + 1.6.3 org.onap.aai.resources resources - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index e4b73c71..fd029077 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=6 -patch_version=1 +patch_version=3 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6