Fix for a license issue 91/71491/1
authorsunil unnava <sunil.unnava@att.com>
Tue, 30 Oct 2018 17:47:45 +0000 (13:47 -0400)
committersunil unnava <sunil.unnava@att.com>
Tue, 30 Oct 2018 17:48:35 +0000 (13:48 -0400)
Issue-ID: DMAAP-871
Change-Id: I82756cf83c804ebf4df04821b4a98c9e71628a6f
Signed-off-by: sunil unnava <sunil.unnava@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1aa8cdd..5948ef7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
        <build>
                <plugins>
-                <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-site-plugin</artifactId>
                <dependency>
                        <groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
                        <artifactId>msgrtr</artifactId>
-                       <version>1.1.12-SNAPSHOT</version>
+                       <version>1.1.12</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.slf4j</groupId>