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>
diff --git a/authz-client/pom.xml b/authz-client/pom.xml
index 4151ab2..492d771 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>