summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil.unnava <su622b@att.com>2019-03-21 15:13:40 -0400
committersunil.unnava <su622b@att.com>2019-03-21 15:14:00 -0400
commitccebf7fa3f3f6bb415f092ced8490758c70b08dc (patch)
tree11c0bf0584dc2db7606b6f21730ff6b96d30f601
parent50bd75ec2e92d5de9387acc262a061f6d052d4f2 (diff)
update MM agent jar version
Issue-ID: DMAAP-909 Change-Id: Ib1c542a587bcfa89e4bfa7ec04a459c4a6bf5853 Signed-off-by: sunil.unnava <su622b@att.com>
-rw-r--r--pom.xml25
1 files changed, 1 insertions, 24 deletions
diff --git a/pom.xml b/pom.xml
index 85ac299..7e2d933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
<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>
@@ -170,29 +170,6 @@
</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>