diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-05-02 21:26:57 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-05-02 21:27:00 -0400 |
commit | 677c0857f74bd8e957b5300be96a31e39279effd (patch) | |
tree | e2c43138f956dd57b3d4ddccbb18acb7f728ebf3 /aai-utils/pom.xml | |
parent | 92726bd4b993c518f2f208465390e90499af35a2 (diff) |
Fix the aai-schema in utils to use project versionv1.2.4
Issue-ID: AAI-965
Change-Id: I46c46c5abec5a3781c6ec8595b474e647901692a
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-utils/pom.xml')
-rw-r--r-- | aai-utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 303996ac..7ebf0c36 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -86,7 +86,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>${project.version}</version> <exclusions> <exclusion> <groupId>*</groupId> |