From b28dc297d5113d546fd4813d3124b3ee9a257383 Mon Sep 17 00:00:00 2001 From: jimmy Date: Fri, 28 Feb 2020 09:49:57 -0500 Subject: [PATCH] Allow projects that use parent to specify specific version of aai-common artifacts Issue-ID: AAI-2811 Signed-off-by: jimmy Change-Id: I38ab2dd0d4b1ce346c7e4acc815dedfb366c9838 --- aai-parent/pom.xml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index bdc42563..fbc013fc 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -39,7 +39,7 @@ limitations under the License. - ${project.version} + ${aai.common.version} 1.5.1 1.5.1 1.6.0 diff --git a/pom.xml b/pom.xml index de2dd906..9b9a7b7d 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,7 @@ + ${project.version} true /content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version} https://nexus.onap.org -- 2.16.6