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 /auth/auth-client | |
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 'auth/auth-client')
-rw-r--r-- | auth/auth-client/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index 0cf34aa8..997bbccd 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -23,12 +23,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>super-pom</artifactId> + <version>2.1.0-SNAPSHOT</version> + </parent> <!-- No Parent on Purpose!!! --> <artifactId>aaf-auth-client</artifactId> <name>AAF Auth Client</name> <description>XSD Generated classes for AAF Auth</description> <groupId>org.onap.aaf.authz.auth</groupId> - <version>2.10-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> |