Update AAF project version to release docker image

Removed deploy plugin from all pom's.Updated project version to
1.0.1-SNAPSHOT and modified few aaf property files to release
docker image of aaf to nexts onap.

Change-Id: Ic048da22d69b8030974b97bb118892d4b9328f21
Issue-id: AAF-60
Signed-off-by: sg481n <sg481n@att.com>
diff --git a/authz-client/pom.xml b/authz-client/pom.xml
index 6ef4852..4151ab2 100644
--- a/authz-client/pom.xml
+++ b/authz-client/pom.xml
@@ -31,7 +31,7 @@
 	<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>

+	<version>1.0.1-SNAPSHOT</version>

 	<packaging>jar</packaging>

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

 	<licenses>

@@ -104,14 +104,7 @@
 						<target>1.6</target>

 					</configuration>

 				</plugin>

-				<plugin>

-					<groupId>org.apache.maven.plugins</groupId>

-					<artifactId>maven-deploy-plugin</artifactId>

-					<version>2.5</version>

-					<configuration>

-						<skip>false</skip>

-					</configuration>

-				</plugin>

+				

 

 				<!--This plugin's configuration is used to store Eclipse m2e settings 

 					only. It has no influence on the Maven build itself. -->