Update version.properties to aaf authz

Updating version.properties file in aaf authz.

Issue-id: AAF-21
Change-Id: I8a14b765663533064ad8f403640f4d580c65ec90
Signed-off-by: sg481n <sg481n@att.com>
diff --git a/authz-batch/pom.xml b/authz-batch/pom.xml
index a2233f0..1fc0967 100644
--- a/authz-batch/pom.xml
+++ b/authz-batch/pom.xml
@@ -171,7 +171,7 @@
 						        </descriptorRefs>
 						        <archive>
 						          <manifest>
-						            <mainClass>com.att.authz.Batch</mainClass>
+						            <mainClass>org.onap.aaf.authz.Batch</mainClass>
 						          </manifest>
 						        </archive>
 							</configuration>
@@ -240,17 +240,7 @@
 	    </executions>
 	  </plugin> 
 			
-		<plugin>
-			<groupId>org.sonatype.plugins</groupId>
-			<artifactId>nexus-staging-maven-plugin</artifactId>
-			<version>1.6.7</version>
-			<extensions>true</extensions>
-			<configuration>
-			<serverId>ossrhdme</serverId>
-			<nexusUrl>https://oss.sonatype.org/</nexusUrl>
-			<autoReleaseAfterClose>true</autoReleaseAfterClose>
-			</configuration>
-		</plugin>
+		
 			</plugins>
 	</build>
 </project>