aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHuabing Zhao <zhao.huabing@zte.com.cn>2020-02-28 15:20:44 +0800
committerHuabing Zhao <zhao.huabing@zte.com.cn>2020-02-29 14:47:56 +0800
commit383848c7997c4d5e854923901e9d56df943e426f (patch)
tree9d607f403f7e1c0f511b9baf3f903b51f7aee868 /pom.xml
parent476e02dbf61c39661e72e6508c30b25258d0b789 (diff)
Generate coverage data for sonar cloud
Issue-ID: MSB-451 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: If1eeae3828eb0d75e82c6b9bf6b202c90b0a33c9
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 94fb2cf..a64ef0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>2.1.0</version>
+ <version>3.0.0</version>
</parent>
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
@@ -81,6 +81,7 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <release combine.self="override"></release>
<source>1.8</source>
<target>1.8</target>
</configuration>