Merge "Write iid of ovsdb-node to OpenVSwitch.externalIds"
[netvirt.git] / integrationtest / pom.xml
index 2ec4668e2eca60ba09060b23d30a04780af2a1f9..1397387b11f17af5647b107400199fc84e1b02e7 100644 (file)
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons.integrationtest</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
     <relativePath>../commons/integrationtest</relativePath>
   </parent>
 
   <artifactId>integrationtest</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.4.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
@@ -161,9 +161,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
               <reuseForks>false</reuseForks>
               <parallel>none</parallel>
               <threadCount>1</threadCount>
-              <excludes>
-                <exclude>**/NetVirtIT.java,**/NeutronIT.java</exclude>
-              </excludes>
             </configuration>
           </execution>
         </executions>