summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiachra Corcoran <fiachra.corcoran@ericsson.com>2018-10-11 15:45:53 +0100
committerFiachra Corcoran <fiachra.corcoran@ericsson.com>2018-10-11 16:37:16 +0000
commit48d2152c0e6d2c547d1cd5aedd31425e1609e37d (patch)
tree79e00a052b02cc2bb13ede0bdcbffa5a89cde38c /pom.xml
parentaa56d3ac65b40ac5f8d551a7875c9ecd056a8fad (diff)
Update oparent POM version to 1.2.1
Change-Id: I557c32bae98488d57d94976ef1c964176517fb8c Signed-off-by: Fiachra Corcoran <fiachra.corcoran@ericsson.com> Issue-ID: DMAAP-843
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6870772c..4fae0fcc 100755
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0</version>
+ <version>1.2.1</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -148,6 +148,15 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>IntegrationSuite.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>
<distributionManagement>