update msgrtr version 11/85511/1
authorsunil.unnava <su622b@att.com>
Tue, 16 Apr 2019 19:17:14 +0000 (15:17 -0400)
committersunil.unnava <su622b@att.com>
Tue, 16 Apr 2019 19:17:33 +0000 (15:17 -0400)
Issue-ID: DMAAP-1169
Change-Id: Iafb728e3137eb7c11839d734298b8f6307e0145f
Signed-off-by: sunil.unnava <su622b@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 13d9e66..6ca9a79 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <artifactId>maven-jar-plugin</artifactId>
                                <version>3.0.2</version>
                        </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>
-
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-source-plugin</artifactId>
                <dependency>
                        <groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
                        <artifactId>msgrtr</artifactId>
-                       <version>1.1.17-SNAPSHOT</version>
+                       <version>1.1.17</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.slf4j</groupId>