summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-12-08 14:12:20 -0500
committerVenkata Harish K Kajur <vk250x@att.com>2017-12-08 14:12:49 -0500
commit1249ee87c69c9c4566f2c52c5cbb56e4089044c4 (patch)
treed996fe4ba9acf97f6977e15bf138674633c4eeaf /pom.xml
parente72b52437992610d38939700d38c42336cade235 (diff)
Update the dependencies to use project version
Issue-ID: AAI-546 Change-Id: Ic4350693d6e88ca88501af6888c691c5226f8886 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 39370ea..5f4921e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,19 +148,19 @@
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>common-logging</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aai</groupId>
<artifactId>rest-client</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>