Bump versions by 0.1.0 for next dev cycle
[netvirt.git] / openstack / net-virt-sfc / it / pom.xml
index 174855bec4d0fbb79f9bc06d67eb3097f5dd0dae..027e2214d204c17e261365fbb283118895a57ed3 100644 (file)
@@ -14,14 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>it</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
-    <relativePath>../../../commons/it</relativePath>
+    <version>1.4.0-SNAPSHOT</version>
+    <relativePath>../../commons/it</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>openstack.net-virt-sfc-it</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
@@ -29,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <karaf.distro.artifactId>openstack.net-virt-sfc-karaf</karaf.distro.artifactId>
     <karaf.distro.version>${project.version}</karaf.distro.version>
     <karaf.distro.type>zip</karaf.distro.type>
-    <ovsdb.version>1.3.0-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
    </properties>
 
   <dependencyManagement>
@@ -123,7 +121,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
+          <!--<propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>-->
+          <includeTestSourceDirectory>true</includeTestSourceDirectory>
         </configuration>
       </plugin>
       <plugin>