summaryrefslogtreecommitdiffstats
path: root/cadi/client
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-04-08 13:50:31 -0400
committersu622b <sunil.unnava@att.com>2018-04-08 13:50:41 -0400
commit40077be45039102b97347e4129a8b9c301a82c16 (patch)
treefa43def0daf6b3e955646a45e67484f7f0bc81d6 /cadi/client
parent99f14fb5acc4657255bb0028be8e36b01177361e (diff)
updated the poms with project versions
Issue-ID: AAF-215 Change-Id: I48ab110906f6e165cde0b3bb21b52178d36eb566 Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'cadi/client')
-rw-r--r--cadi/client/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml
index 026b5098..9c96cf34 100644
--- a/cadi/client/pom.xml
+++ b/cadi/client/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.onap.aaf.authz.cadi</groupId>
<artifactId>parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>..</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aaf-cadi-client</artifactId>
@@ -90,11 +90,13 @@
<dependency>
<groupId>org.onap.aaf.authz.misc</groupId>
<artifactId>aaf-misc-rosetta</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz.cadi</groupId>
<artifactId>aaf-cadi-core</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>