Release docker image of AAF to onap nexus
MOdify staging plugin in all poms in aaf/authz to
release aaf docker image into ONAP nexus
Issue-id: AAF-60
Change-Id: I9f5bc9bd60e50de6a4bfa343c08e31a00439c51a
Signed-off-by: sg481n <sg481n@att.com>
diff --git a/authz-gw/pom.xml b/authz-gw/pom.xml
index b1fb26a..8d62f9e 100644
--- a/authz-gw/pom.xml
+++ b/authz-gw/pom.xml
@@ -72,6 +72,7 @@
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authz-core</artifactId>
+ <version>${project.version}</version>
<exclusions>
<exclusion>
@@ -84,6 +85,7 @@
<dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-aaf</artifactId>
+ <version>${project.version}</version>
</dependency>