diff options
author | 2018-10-11 15:45:53 +0100 | |
---|---|---|
committer | 2018-10-11 16:37:16 +0000 | |
commit | 48d2152c0e6d2c547d1cd5aedd31425e1609e37d (patch) | |
tree | 79e00a052b02cc2bb13ede0bdcbffa5a89cde38c /pom.xml | |
parent | aa56d3ac65b40ac5f8d551a7875c9ecd056a8fad (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-x | pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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> |