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-fs/pom.xml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'authz-fs') diff --git a/authz-fs/pom.xml b/authz-fs/pom.xml index e4545118..b93e30f4 100644 --- a/authz-fs/pom.xml +++ b/authz-fs/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 9 - 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT java jacoco ${project.build.directory}/surefire-reports @@ -78,7 +79,7 @@ org.onap.aaf.cadi cadi-core - ${project.version} + ${project.cadiVersion} com.att.aft @@ -98,17 +99,8 @@ 2.3.1 - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - + org.apache.maven.plugins maven-javadoc-plugin -- cgit 1.2.3-korg