diff options
author | su622b <sunil.unnava@att.com> | 2018-04-08 13:50:31 -0400 |
---|---|---|
committer | su622b <sunil.unnava@att.com> | 2018-04-08 13:50:41 -0400 |
commit | 40077be45039102b97347e4129a8b9c301a82c16 (patch) | |
tree | fa43def0daf6b3e955646a45e67484f7f0bc81d6 /cadi/oauth-enduser | |
parent | 99f14fb5acc4657255bb0028be8e36b01177361e (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/oauth-enduser')
-rw-r--r-- | cadi/oauth-enduser/pom.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index 2f5dc166..102d3b49 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -22,11 +22,17 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.onap.aaf.authz.cadi</groupId> + <artifactId>parent</artifactId> + <version>2.1.0-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> + <name>AAF CADI Sample OAuth EndUser</name> <groupId>org.onap.aaf.authz.cadi</groupId> <version>2.1.0-SNAPSHOT</version> <artifactId>aaf-cadi-oauth-enduser</artifactId> - <packaging>jar</packaging> <properties> @@ -79,12 +85,12 @@ <dependency> <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>aaf-cadi-core</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>aaf-cadi-aaf</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> </dependencies> |