summaryrefslogtreecommitdiffstats
path: root/authz-test/pom.xml
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-test/pom.xml
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-test/pom.xml')
-rw-r--r--authz-test/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/authz-test/pom.xml b/authz-test/pom.xml
index 36f30833..f838d175 100644
--- a/authz-test/pom.xml
+++ b/authz-test/pom.xml
@@ -75,21 +75,25 @@
<dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-aaf</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authz-client</artifactId>
+ <version>${project.version}</version>
</dependency>
<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-cmd</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>