summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil.unnava <su622b@att.com>2019-04-16 12:12:31 -0400
committersunil.unnava <su622b@att.com>2019-04-16 12:12:52 -0400
commit8d0511c6da410c29637d11b18e04873eb7539dd4 (patch)
tree752f42d7d5a897b811d0b0301e690c1e7fc69e68
parent43bec7234496c4246ff9b8b20df5c528ebb2dde5 (diff)
update the msgrtr version
Issue-ID: DMAAP-1169 Change-Id: Ib9bf829ab1dee262ace654dea252c4ca49eb9328 Signed-off-by: sunil.unnava <su622b@att.com>
-rw-r--r--pom.xml30
1 files changed, 25 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index b7bba24..13d9e66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,11 +66,31 @@
<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-javadoc-plugin</artifactId>
- <version>2.10.4</version> <configuration> <additionalparam>-Xdoclint:none</additionalparam>
- </configuration> <executions> <execution> <id>attach-javadocs</id> <goals>
- <goal>jar</goal> </goals> </execution> </executions> </plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
@@ -372,7 +392,7 @@
<dependency>
<groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
<artifactId>msgrtr</artifactId>
- <version>1.1.16</version>
+ <version>1.1.17-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>