Fix NPE triggered after disabling SG on a port
[netvirt.git] / openstack / netvirt2 / renderers / hwgw / pom.xml
index 5764a986f67c078d2df44345ff2b42e6b6bae95a..b7ad40d4794e21b3e57e6ef51f3fc00b31b9a96e 100644 (file)
@@ -10,14 +10,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.7.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>hwgw</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <name>ODL :: netvirt :: ${project.artifactId}</name>
+  <version>1.5.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
     <!-- Testing Dependencies -->
@@ -29,7 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>