diff options
Diffstat (limited to 'authz-batch')
-rw-r--r-- | authz-batch/pom.xml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/authz-batch/pom.xml b/authz-batch/pom.xml index a2233f06..1fc09676 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> |