Bump versions by x.(y+1).z for next dev cycle
[netvirt.git] / vpnservice / commons / it-parent / pom.xml
index 76f08e4ebe86a0256d49fa832e12f751d8c120c5..1b5339d00f99383f3f6ec9d53b538b0132e4a86d 100644 (file)
@@ -14,13 +14,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>it-parent</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <name>ODL :: netvirt :: ${project.artifactId}</name>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>pom</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>
   <licenses>
@@ -45,7 +46,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <properties>
     <skip.surefire.tests>false</skip.surefire.tests>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.5.0-SNAPSHOT</ovsdb.version>
   </properties>
   <profiles>
     <profile>
@@ -97,7 +98,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
           <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-          <!--<excludes>**/yang/</excludes>-->
         </configuration>
       </plugin>
       <plugin>