BUG-8192: Setting Nat outbound when node with ext. interface is connected
[groupbasedpolicy.git] / neutron-mapper / pom.xml
index 4b3b291ddbcca314a59dcfc97adae71d85b33471..f39cb271017bd119fe9c41d2dbf355ce0ba1555b 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-mapper</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <neutron.version>0.7.0-SNAPSHOT</neutron.version>
+    <neutron.version>0.8.0-SNAPSHOT</neutron.version>
   </properties>
 
   <dependencies>
@@ -45,7 +45,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>