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-certman/pom.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'authz-certman') diff --git a/authz-certman/pom.xml b/authz-certman/pom.xml index b346b0a9..f71d2564 100644 --- a/authz-certman/pom.xml +++ b/authz-certman/pom.xml @@ -27,7 +27,7 @@ org.onap.aaf.authz parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../pom.xml @@ -86,7 +86,7 @@ org.onap.aaf.cadi cadi-aaf - ${project.version} + ${project.cadiVersion} @@ -116,14 +116,7 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - + org.apache.maven.plugins maven-javadoc-plugin -- cgit 1.2.3-korg