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-gw/pom.xml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'authz-gw') diff --git a/authz-gw/pom.xml b/authz-gw/pom.xml index 8d62f9e2..00043f27 100644 --- a/authz-gw/pom.xml +++ b/authz-gw/pom.xml @@ -27,7 +27,7 @@ org.onap.aaf.authz parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../pom.xml @@ -53,7 +53,8 @@ true 30 - 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT java jacoco ${project.build.directory}/surefire-reports @@ -85,7 +86,7 @@ org.onap.aaf.cadi cadi-aaf - ${project.version} + ${project.cadiVersion} @@ -109,15 +110,7 @@ 2.3.1 - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - + org.apache.maven.plugins -- cgit 1.2.3-korg