Bump version of OSDF to 1.3.1-staging
[optf/osdf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 982ca96..8f01b43 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     License for the specific language governing permissions and limitations
     under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
 
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent-python</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <groupId>org.onap.optf.osdf</groupId>
     <artifactId>optf-osdf</artifactId>
     <name>optf-osdf</name>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <description>Optimization Service Design Framework</description>
 
     <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.language>py</sonar.language>
-      <sonar.pluginname>python</sonar.pluginname>
-      <sonar.inclusions>**/**.py</sonar.inclusions>
+        <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.language>py</sonar.language>
+        <sonar.pluginname>python</sonar.pluginname>
+        <sonar.inclusions>**/**.py,osdfapp.py</sonar.inclusions>
+        <sonar.exclusions>test/**.py</sonar.exclusions>
     </properties>
 
     <build>
         <plugins>
+            <!-- triggers tox test for sonar -->
             <plugin>
                 <artifactId>exec-maven-plugin</artifactId>
                 <groupId>org.codehaus.mojo</groupId>