diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-02 13:07:06 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-02 13:09:11 -0400 |
commit | 38ad5b63b6fc47eb9e86256bc201b43e766fdd2c (patch) | |
tree | 824b37bb5329eae7554cffa99c999ad81c7df265 /aai-core | |
parent | 4ce98c412e62b9888e0754df4226df55f358f142 (diff) |
Update the dependency from snapshotbeijing-test
to using the project version so when
the mvn versions:set command is run it
will be able to update it accordingly
Issue-ID: AAI-448
Change-Id: I7c93293718d537b585ab0d13ebdc0be4817ca7cf
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-core')
-rw-r--r-- | aai-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 20575cb7..f372dd7b 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -146,7 +146,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>${aai.schema.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>commons-lang</groupId> |