Update project structure to org.onap.aaf

Update project structure of authz module in aaf from
com.att to org.onap.aaf and add distribution management
and repositories.

Issue-id: AAF-21
Change-Id: Ia2486954e99f2bd60f18122ed60d32d5590781e9
Signed-off-by: sg481n <sg481n@att.com>
diff --git a/authz-client/pom.xml b/authz-client/pom.xml
index c1c3192..38fe15c 100644
--- a/authz-client/pom.xml
+++ b/authz-client/pom.xml
@@ -27,14 +27,12 @@
 	<modelVersion>4.0.0</modelVersion>

 

 	<!-- No Parent on Purpose!!! -->

-	

-	

-	<groupId>org.onap.aaf.authz</groupId>

 	<artifactId>authz-client</artifactId>

-	<version>1.0.0-SNAPSHOT</version>

-	<packaging>jar</packaging>

 	<name>Authz Client</name>

 	<description>Client and XSD Generated code for Authz</description>

+	<groupId>org.onap.aaf.authz</groupId>

+	<version>1.0.0-SNAPSHOT</version>

+	<packaging>jar</packaging>

 	<url>https://github.com/att/AAF</url>

 	<licenses>

 		<license>

@@ -51,7 +49,7 @@
 		</developer>

 	</developers>

 	

-	<properties>

+		<properties>

 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

 		<swm-distFiles-path>/opt/app/aft/${project.artifactId}/${project.version}</swm-distFiles-path>

 		<maven.test.failure.ignore>true</maven.test.failure.ignore>

@@ -180,7 +178,8 @@
 			</execution>

 		      </executions>

 		    </plugin>

-	 <plugin>

+			

+			 <plugin>

 				<groupId>org.sonatype.plugins</groupId>

 				<artifactId>nexus-staging-maven-plugin</artifactId>

 				<version>1.6.7</version>

@@ -238,6 +237,5 @@
 			<url>https://repository.jboss.org/nexus/content/groups/public</url>

 		</repository>

 	</repositories>

-

 </project>