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-fs/pom.xml b/authz-fs/pom.xml
index ba2f8d2..e454511 100644
--- a/authz-fs/pom.xml
+++ b/authz-fs/pom.xml
@@ -73,10 +73,12 @@
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authz-core</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-core</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.att.aft</groupId>