summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-09-19 12:22:25 -0400
committersg481n <sg481n@att.com>2017-09-19 12:22:31 -0400
commit4e6a217cf763dc49cd5f7f162b4bb52186638f44 (patch)
treee3c51c74110e360514e20eb1182f3c095e11f61e
parenta2ac6780451f31bf01718cf4e3f196ac421186fd (diff)
Add parent pom details in auithz-client
Add parent pom details in authz-client.EArlier it is not able to release the version based into nexus.Now It wil release 1.0.1 version to nexus. Issue-id: AAF-60 Change-Id: I45704c3f8bc0e28192579d89f03fd5decdc74e44 Signed-off-by: sg481n <sg481n@att.com>
-rw-r--r--authz-client/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/authz-client/pom.xml b/authz-client/pom.xml
index 4151ab24..492d7716 100644
--- a/authz-client/pom.xml
+++ b/authz-client/pom.xml
@@ -26,6 +26,14 @@
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>parent</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
<!-- No Parent on Purpose!!! -->
<artifactId>authz-client</artifactId>
<name>Authz Client</name>