Reverting the oparent version to release version
[optf/has.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 505fac8..eee09a5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent-python</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.1</version>
     </parent>
 
     <groupId>org.onap.optf.has</groupId>
     <artifactId>optf-has</artifactId>
 
     <name>optf-has</name>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <description>Homing Allocation Service</description>
 
     <modules>
@@ -41,6 +41,7 @@
         <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
         <sonar.sources>conductor/conductor</sonar.sources>
         <sonar.tests>conductor/conductor/tests</sonar.tests>
+        <sonar.junit.reportsPath>conductor/xunit-results.xml</sonar.junit.reportsPath>
         <sonar.python.coverage.reportPath>conductor/cover/coverage.xml</sonar.python.coverage.reportPath>
         <sonar.language>py</sonar.language>
         <sonar.pluginname>python</sonar.pluginname>