aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2020-02-28 09:49:57 -0500
committerjimmy <jf2512@att.com>2020-02-28 09:49:59 -0500
commitb28dc297d5113d546fd4813d3124b3ee9a257383 (patch)
treebd0f24d707f5c15b44fdbfa7b93d6c6b0af2c2e0 /pom.xml
parent3e33e9d65e8bddf34eb3bb7165844505bc7ef450 (diff)
Allow projects that use parent to specify
specific version of aai-common artifacts Issue-ID: AAI-2811 Signed-off-by: jimmy <jf2512@att.com> Change-Id: I38ab2dd0d4b1ce346c7e4acc815dedfb366c9838
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index de2dd906..9b9a7b7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
</profiles>
<properties>
+ <aai.common.version>${project.version}</aai.common.version>
<aai.generate.schema>true</aai.generate.schema>
<sitePath>/content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version}</sitePath>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>