summaryrefslogtreecommitdiffstats
path: root/authz-certman
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-09-17 11:37:00 -0400
committersg481n <sg481n@att.com>2017-09-17 11:37:08 -0400
commit5c30b7fc8fcbf049fea01d6484505812b6bceabf (patch)
tree85b7548c82885c6ea568c4f8e9b1b3e6ed5c81d0 /authz-certman
parenta9f4fe1c0aa5e652506a6de2dfc0f97e9be829d4 (diff)
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>
Diffstat (limited to 'authz-certman')
-rw-r--r--authz-certman/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/authz-certman/pom.xml b/authz-certman/pom.xml
index 98266d65..b346b0a9 100644
--- a/authz-certman/pom.xml
+++ b/authz-certman/pom.xml
@@ -73,17 +73,20 @@
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authz-core</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authz-cass</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-aaf</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>