summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>