summaryrefslogtreecommitdiffstats
path: root/authz-batch
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-09-01 13:12:31 -0400
committersg481n <sg481n@att.com>2017-09-11 16:29:58 -0400
commit40cd35657e9ced190833274bccd4bae4481171d9 (patch)
tree762f1a208737c06068b2e1b2ba09135660ad93ec /authz-batch
parent0214c32795c45e3b7c76ebb39451545a565e1891 (diff)
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>
Diffstat (limited to 'authz-batch')
-rw-r--r--authz-batch/pom.xml14
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>