summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil.unnava <su622b@att.com>2019-04-16 15:17:14 -0400
committersunil.unnava <su622b@att.com>2019-04-16 15:17:33 -0400
commitc0415134c3d9bfd028fb2bd98291a95d39dcab16 (patch)
tree03abfc54e9b39c03b728829f8b6c619e8971b7ba
parent8d0511c6da410c29637d11b18e04873eb7539dd4 (diff)
update msgrtr version
Issue-ID: DMAAP-1169 Change-Id: Iafb728e3137eb7c11839d734298b8f6307e0145f Signed-off-by: sunil.unnava <su622b@att.com>
-rw-r--r--pom.xml27
1 files changed, 1 insertions, 26 deletions
diff --git a/pom.xml b/pom.xml
index 13d9e66..6ca9a79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,31 +66,6 @@
<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>
@@ -392,7 +367,7 @@
<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>