Bumping versions by 0.0.1 for next dev cycle
[groupbasedpolicy.git] / neutron-ovsdb / pom.xml
index aef2933010d4c949f1cf92e0a361f7e57e40ddcf..3183562059214dc7a8fcc6d49b600c5eb36e40c5 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.2-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-ovsdb</artifactId>
-  <version>0.3.2-SNAPSHOT</version>
+  <version>0.3.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
   
   <properties>
-    <ovsdb.version>1.2.3-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.2.6-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-binding-broker-impl</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.groupbasedpolicy</groupId>
+      <artifactId>groupbasedpolicy</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>
@@ -79,4 +92,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>