Update version.properties to aaf authz
[aaf/authz.git] / authz-batch / pom.xml
index a2233f0..1fc0967 100644 (file)
                                                        </descriptorRefs>
                                                        <archive>
                                                          <manifest>
-                                                           <mainClass>com.att.authz.Batch</mainClass>
+                                                           <mainClass>org.onap.aaf.authz.Batch</mainClass>
                                                          </manifest>
                                                        </archive>
                                                        </configuration>
            </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>