summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsunil unnava <sunil.unnava@att.com>2018-12-06 16:35:04 -0500
committersunil unnava <sunil.unnava@att.com>2018-12-06 16:35:22 -0500
commitd468d8dc270a4c3214359268bbf6d4768329d5ab (patch)
treed1d2fd5018df27ec39dfa6adbe2f587651eaebaf /pom.xml
parent4ee18157bfcf53e256be4c6bb928c658b027cab5 (diff)
update the msgrtr version
Issue-ID: DMAAP-899 Change-Id: I47569d1f93d64c1cd2d153718ddd7ce0b34d0675 Signed-off-by: sunil unnava <sunil.unnava@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml25
1 files changed, 1 insertions, 24 deletions
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>