From a2ac6780451f31bf01718cf4e3f196ac421186fd Mon Sep 17 00:00:00 2001 From: sg481n Date: Mon, 18 Sep 2017 16:35:50 -0400 Subject: Update AAF project version to release docker image Removed deploy plugin from all pom's.Updated project version to 1.0.1-SNAPSHOT and modified few aaf property files to release docker image of aaf to nexts onap. Change-Id: Ic048da22d69b8030974b97bb118892d4b9328f21 Issue-id: AAF-60 Signed-off-by: sg481n --- authz-gui/pom.xml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'authz-gui') diff --git a/authz-gui/pom.xml b/authz-gui/pom.xml index 9f1d897f..8621af4f 100644 --- a/authz-gui/pom.xml +++ b/authz-gui/pom.xml @@ -9,7 +9,7 @@ com.att.authz parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../pom.xml @@ -36,6 +36,8 @@ true 28 + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT @@ -83,19 +85,19 @@ org.onap.aaf.cadi cadi-aaf - ${project.version} + ${project.cadiVersion} org.onap.aaf.cadi cadi-tguard - ${project.version} + ${project.cadiVersion} org.onap.aaf.cadi cadi-client - ${project.version} + ${project.cadiVersion} @@ -106,7 +108,7 @@ org.onap.aaf.inno xgen - ${project.version} + ${project.innoVersion} @@ -146,13 +148,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - true - - org.apache.maven.plugins -- cgit 1.2.3-korg