diff options
Diffstat (limited to 'auth/auth-batch/pom.xml')
-rw-r--r-- | auth/auth-batch/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index 1994d9e8..fb32d2de 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -226,7 +226,7 @@ <classifier>tests</classifier> <archive> <manifest> - <mainClass>org.onap.aaf.auth.Batch</mainClass> + <mainClass>org.onap.aaf.auth.batch.Batch</mainClass> </manifest> <manifestEntries> <Sealed>true</Sealed> |