update the msgrtr version 59/74359/1
authorsunil unnava <sunil.unnava@att.com>
Thu, 6 Dec 2018 21:35:04 +0000 (16:35 -0500)
committersunil unnava <sunil.unnava@att.com>
Thu, 6 Dec 2018 21:35:22 +0000 (16:35 -0500)
Issue-ID: DMAAP-899
Change-Id: I47569d1f93d64c1cd2d153718ddd7ce0b34d0675
Signed-off-by: sunil unnava <sunil.unnava@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 5de6742..e8f4523 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <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>
                                                        </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>