Merge "Updated the External Dependencies Version"
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml
index 6bd9557..182495e 100644
--- a/BRMSGateway/pom.xml
+++ b/BRMSGateway/pom.xml
@@ -59,7 +59,7 @@
 		<dependency>
 			<groupId>org.onap.policy.common</groupId>
 			<artifactId>integrity-monitor</artifactId>
-			<version>${common-modules.version}</version>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.sonatype.nexus</groupId>
diff --git a/LogParser/pom.xml b/LogParser/pom.xml
index b638faf..a30b44a 100644
--- a/LogParser/pom.xml
+++ b/LogParser/pom.xml
@@ -44,7 +44,7 @@
 		<dependency>
 			<groupId>org.onap.policy.common</groupId>
 			<artifactId>ONAP-Logging</artifactId>
-			<version>${common-modules.version}</version>
+			<version>${project.version}</version>
 			<exclusions>
 				<exclusion>
 					<groupId>org.powermock</groupId>
@@ -59,7 +59,7 @@
 		<dependency>
 			<groupId>org.onap.policy.common</groupId>
 			<artifactId>integrity-monitor</artifactId>
-			<version>${common-modules.version}</version>			
+			<version>${project.version}</version>			
 			<exclusions>
 				<exclusion>
 					<groupId>org.powermock</groupId>
diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml
index d2d84db..56ffdb2 100644
--- a/ONAP-PAP-REST/pom.xml
+++ b/ONAP-PAP-REST/pom.xml
@@ -108,7 +108,7 @@
 		<dependency>
 			<groupId>org.onap.policy.common</groupId>
 			<artifactId>ONAP-Logging</artifactId>
-			<version>${common-modules.version}</version>
+			<version>${project.version}</version>
 			<exclusions>
 				<exclusion>
 					<groupId>org.powermock</groupId>
@@ -220,7 +220,7 @@
 		<dependency>
 			<groupId>org.onap.policy.drools-applications</groupId>
 			<artifactId>policy-yaml</artifactId>
-			<version>${common-modules.version}</version>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>com.mockrunner</groupId>
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml
index df846ee..c40e24a 100644
--- a/PolicyEngineUtils/pom.xml
+++ b/PolicyEngineUtils/pom.xml
@@ -30,17 +30,17 @@
 		<dependency>
 			<groupId>org.onap.policy.common</groupId>
 			<artifactId>integrity-monitor</artifactId>
-			<version>${common-modules.version}</version>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.onap.policy.common</groupId>
 			<artifactId>integrity-audit</artifactId>
-			<version>${common-modules.version}</version>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.onap.policy.common</groupId>
 			<artifactId>ONAP-Logging</artifactId>
-			<version>${common-modules.version}</version>
+			<version>${project.version}</version>
 			<exclusions>
 				<exclusion>
 					<groupId>org.powermock</groupId>
diff --git a/pom.xml b/pom.xml
index c615114..43373cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,6 @@
 		<project.target.version>1.8</project.target.version>
 		<project.encoding>UTF-8</project.encoding>
 
-		<common-modules.version>1.1.0-SNAPSHOT</common-modules.version>
 		<nexusproxy>https://nexus.onap.org</nexusproxy>
 		<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
 		<releases.path>content/repositories/releases/</releases.path>