Bump versions by x.y.(z+1)
[ovsdb.git] / southbound / southbound-it / pom.xml
index c21856bbbd613ba6a64d7130e3c669b3850a86f5..b9a4c93101897d0b20260d8913cdd523089823c9 100644 (file)
@@ -12,20 +12,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>it</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.10.0-SNAPSHOT</version>
     <relativePath>../../commons/it</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>southbound-it</artifactId>
-  <version>1.9.0-SNAPSHOT</version>
+  <version>1.10.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: ovsdb :: ${project.artifactId}</name>
 
   <properties>
-    <controller.mdsal.version>1.10.0-SNAPSHOT</controller.mdsal.version>
+    <controller.mdsal.version>1.11.0-SNAPSHOT</controller.mdsal.version>
   </properties>
 
   <dependencyManagement>