Merge "Initial implementation of the ClusteredDataStore"
[controller.git] / opendaylight / switchmanager / api / pom.xml
index 8452c38218a1a63790ba306a2a516f24d7bfc0da..cf4c5149657d453bcff2a72c06cdf383f1841e0f 100644 (file)
   </scm>
 
   <artifactId>switchmanager</artifactId>
-  <version>0.5.1-SNAPSHOT</version>
+  <version>0.6.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
     <!-- Sonar properties using jacoco to retrieve integration test results -->
-    <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
     <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
     <sonar.jacoco.Reportpath>target/jacoco.exec</sonar.jacoco.Reportpath>
     <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
-    <sonar.language>java</sonar.language>
   </properties>
   <build>
     <pluginManagement>