From 38ad5b63b6fc47eb9e86256bc201b43e766fdd2c Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 2 Nov 2017 13:07:06 -0400 Subject: [PATCH] Update the dependency from snapshot 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 --- aai-core/pom.xml | 2 +- aai-schema/pom.xml | 4 ++-- pom.xml | 3 --- 3 files changed, 3 insertions(+), 6 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 @@ org.onap.aai.aai-common aai-schema - ${aai.schema.version} + ${project.version} commons-lang diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index c145d914..0ec1b3b3 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -18,7 +18,7 @@ org.onap.aai.aai-common aai-annotations - ${aai.annotations.version} + ${project.version} @@ -44,7 +44,7 @@ org.onap.aai.aai-common aai-annotations - ${aai.annotations.version} + ${project.version} diff --git a/pom.xml b/pom.xml index 965168ef..38624776 100644 --- a/pom.xml +++ b/pom.xml @@ -25,9 +25,6 @@ /content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version} https://nexus.onap.org - 1.1.0-SNAPSHOT - 1.1.0-SNAPSHOT - 1.1.0-SNAPSHOT -- 2.16.6