diff options
author | sg481n <sg481n@att.com> | 2017-09-17 11:37:00 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-09-17 11:37:08 -0400 |
commit | 5c30b7fc8fcbf049fea01d6484505812b6bceabf (patch) | |
tree | 85b7548c82885c6ea568c4f8e9b1b3e6ed5c81d0 /authz-cmd | |
parent | a9f4fe1c0aa5e652506a6de2dfc0f97e9be829d4 (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-cmd')
-rw-r--r-- | authz-cmd/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/authz-cmd/pom.xml b/authz-cmd/pom.xml index 86c1bdef..1fc710b5 100644 --- a/authz-cmd/pom.xml +++ b/authz-cmd/pom.xml @@ -73,11 +73,13 @@ <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-core</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
|