Support new actions in new ovs nsh patches
[netvirt.git] / openstack / net-virt-it / pom.xml
index ef0ec387d8d60591517a49a31632160ae32a5464..376ff9e575f4e45e9a336c14c5fa66ec86aa979d 100644 (file)
@@ -11,8 +11,8 @@ 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>
   <artifactId>openstack.net-virt-it</artifactId>
@@ -39,12 +39,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </scm>
 
   <properties>
-    <controller.mdsal.version>1.4.0-SNAPSHOT</controller.mdsal.version>
+    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
     <karaf.distro.groupId>org.opendaylight.netvirt</karaf.distro.groupId>
     <karaf.distro.artifactId>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>
 
   <dependencies>
@@ -113,6 +113,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <!--<propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>-->
+          <includeTestSourceDirectory>true</includeTestSourceDirectory>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>