update MM agent jar version 72/82972/1
authorsunil.unnava <su622b@att.com>
Thu, 21 Mar 2019 19:13:40 +0000 (15:13 -0400)
committersunil.unnava <su622b@att.com>
Thu, 21 Mar 2019 19:14:00 +0000 (15:14 -0400)
Issue-ID: DMAAP-909
Change-Id: Ib1c542a587bcfa89e4bfa7ec04a459c4a6bf5853
Signed-off-by: sunil.unnava <su622b@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 85ac299..7e2d933 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                <artifactItem>
                                                                        <groupId>org.onap.dmaap.messagerouter.mirroragent</groupId>
                                                                        <artifactId>dmaapMMAgent</artifactId>
-                                                                       <version>1.1.1-SNAPSHOT</version>
+                                                                       <version>1.1.1</version>
                                                                        <destFileName>dmaapMMAgent.jar</destFileName>
                                                                </artifactItem>
                                                        </artifactItems>
                                        </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.mirroragent:dmaapMMAgent</exclude>
-                                                                       </excludes>
-                                                               </requireReleaseDeps>
-                                                       </rules>
-                                                       <fail>true</fail>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
               <!-- Copy jar to docker-stage to be included in image -->
               <plugin>
                   <artifactId>maven-resources-plugin</artifactId>