[DCAEMOD/Helm-gen] Release helm-gen 1.0.4
[dcaegen2/platform.git] / mod / distributorapi / pom.xml
index 6f080f6..75ed7a7 100644 (file)
@@ -4,6 +4,7 @@
 org.onap.dcae
 ================================================================================
 Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
+Copyright 2020 Deutsche Telekom. All rights reserved.
 ================================================================================
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -23,12 +24,12 @@ limitations under the License.
        <groupId>org.onap.dcaegen2.platform.mod</groupId>
     <artifactId>dcaegen2-platform-mod-distributorapi</artifactId>
     <!-- NOTE: Must keep this version synchronized with the version in distributor/version.py file -->
-       <version>1.0.0</version>
+       <version>1.1.0-SNAPSHOT</version>
        <properties>
                <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.language>py</sonar.language>
                <sonar.pluginname>python</sonar.pluginname>
                <sonar.inclusions>**/*.py</sonar.inclusions>