update the msgrtr version

Issue-ID: DMAAP-899
Change-Id: I47569d1f93d64c1cd2d153718ddd7ce0b34d0675
Signed-off-by: sunil unnava <sunil.unnava@att.com>
diff --git a/pom.xml b/pom.xml
index 5de6742..e8f4523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,7 +457,7 @@
 		<dependency>
 			<groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
 			<artifactId>msgrtr</artifactId>
-			<version>1.1.14-SNAPSHOT</version>
+			<version>1.1.14</version>
 			<exclusions>
 				<exclusion>
 					<groupId>org.slf4j</groupId>
@@ -1337,29 +1337,6 @@
 							</execution>
 						</executions>
 					</plugin>
-					 <plugin>
-			<groupId>org.apache.maven.plugins</groupId>
-			<artifactId>maven-enforcer-plugin</artifactId>
-			<executions>
-				<execution>
-					<id>enforce-no-snapshots</id>
-					<goals>
-						<goal>enforce</goal>
-					</goals>
-					<configuration>
-						<rules>
-							<requireReleaseDeps>
-								<message>No Snapshots Allowed!</message>
-								<excludes>
-									<exclude>org.onap.dmaap.messagerouter.msgrtr:msgrtr</exclude>
-								</excludes>
-							</requireReleaseDeps>
-						</rules>
-						<fail>true</fail>
-					</configuration>
-				</execution>
-			</executions>
-		</plugin>
 				</plugins>
 				<pluginManagement>
 					<plugins>