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-defOrg/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'authz-defOrg') diff --git a/authz-defOrg/pom.xml b/authz-defOrg/pom.xml index f7b62a8d..efe54315 100644 --- a/authz-defOrg/pom.xml +++ b/authz-defOrg/pom.xml @@ -27,7 +27,7 @@ org.onap.aaf.authz parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../pom.xml @@ -55,6 +55,7 @@ false 0 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT java jacoco ${project.build.directory}/surefire-reports @@ -74,7 +75,7 @@ org.onap.aaf.cadi cadi-core - ${project.version} + ${project.cadiVersion} -- cgit 1.2.3-korg