updated the poms with project versions

Issue-ID: AAF-215
Change-Id: I48ab110906f6e165cde0b3bb21b52178d36eb566
Signed-off-by: su622b <sunil.unnava@att.com>
diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml
index 1998bdc..738f5f8 100644
--- a/auth/auth-deforg/pom.xml
+++ b/auth/auth-deforg/pom.xml
@@ -95,11 +95,13 @@
 		<dependency>
 			<groupId>org.onap.aaf.authz.cadi</groupId>
 			<artifactId>aaf-cadi-core</artifactId>
+			<version>${project.version}</version>
 		</dependency>
 
 		<dependency>
 			<groupId>org.onap.aaf.authz.auth</groupId>
 			<artifactId>aaf-auth-core</artifactId>
+			<version>${project.version}</version>
 		</dependency>
 
 		<dependency>