diff options
author | sunil.unnava <su622b@att.com> | 2019-04-16 15:17:14 -0400 |
---|---|---|
committer | sunil.unnava <su622b@att.com> | 2019-04-16 15:17:33 -0400 |
commit | c0415134c3d9bfd028fb2bd98291a95d39dcab16 (patch) | |
tree | 03abfc54e9b39c03b728829f8b6c619e8971b7ba /pom.xml | |
parent | 8d0511c6da410c29637d11b18e04873eb7539dd4 (diff) |
update msgrtr version
Issue-ID: DMAAP-1169
Change-Id: Iafb728e3137eb7c11839d734298b8f6307e0145f
Signed-off-by: sunil.unnava <su622b@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 27 |
1 files changed, 1 insertions, 26 deletions
@@ -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> |