diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-08 22:27:11 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-08 22:27:18 +0000 |
commit | a1208a477f35772c0b1c41433e3aa15d59054e6c (patch) | |
tree | fdaf836174b3f38004221f7b38d1979ec325c817 /cadi/pom.xml | |
parent | 502eba1315ac99b2c43965a7b92f00a3eb31fcb3 (diff) |
Modify cadi aaf pom file versions
Issue-ID: AAF-215
Change-Id: Ibedf0483aacb8be730bccdd65ee068787ed02a3e
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'cadi/pom.xml')
-rw-r--r-- | cadi/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cadi/pom.xml b/cadi/pom.xml index 74773676..82d5a59a 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -39,6 +39,7 @@ <properties> <skipSigning>true</skipSigning> + <project.authClientVersion>2.1.0-SNAPSHOT</project.authClientVersion> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.jettyVersion>9.3.9.v20160517</project.jettyVersion> <powermock.version>1.5.1</powermock.version> @@ -146,7 +147,7 @@ <dependency> <groupId>org.onap.aaf.authz.auth</groupId> <artifactId>aaf-auth-client</artifactId> - <version>${project.version}</version> + <version>${project.authClientVersion}</version> </dependency> <dependency> |