summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/pm-subscription-handler/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/pm-subscription-handler/pom.xml b/components/pm-subscription-handler/pom.xml
index a4258060..74ad400f 100644
--- a/components/pm-subscription-handler/pom.xml
+++ b/components/pm-subscription-handler/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>2.1.0</version>
+ <version>3.0.0</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
<groupId>org.onap.dcaegen2.services</groupId>
@@ -36,11 +36,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.sources>.</sonar.sources>
<sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
- <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
+ <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
<sonar.python.xunit.reportPath>xunit-results.xml</sonar.python.xunit.reportPath>
<sonar.language>py</sonar.language>
<sonar.pluginname>python</sonar.pluginname>
- <sonar.inclusions>**/**.py</sonar.inclusions>
+ <sonar.inclusions>**/*.py</sonar.inclusions>
<sonar.exclusions>target/**,tests/**,setup.py,**/__init__.py</sonar.exclusions>
<exec-mvn-plugin-version>1.2.1</exec-mvn-plugin-version>
</properties>