Bump versions by x.y.(z+1)
[ovsdb.git] / southbound / southbound-it / pom.xml
index c3bb4ab1db0f4d490ea8b20231d022a077e21147..7d1bf3b31955ef3e7b6fb631aea38f5c901c9186 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.1-SNAPSHOT</version>
+    <version>1.9.5-SNAPSHOT</version>
     <relativePath>../../commons/it</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>southbound-it</artifactId>
-  <version>1.9.1-SNAPSHOT</version>
+  <version>1.9.5-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.1-SNAPSHOT</controller.mdsal.version>
+    <controller.mdsal.version>1.10.5-SNAPSHOT</controller.mdsal.version>
   </properties>
 
   <dependencyManagement>