Release Carbon
[groupbasedpolicy.git] / renderers / ofoverlay / pom.xml
index 801a90c1649bda481f910d9db6d86866be1476ac..772c0bf48754678499e585aece5235dc277a9c52 100755 (executable)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.5.2-Carbon</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -18,9 +18,9 @@
   <packaging>bundle</packaging>
 
   <properties>
-    <ovsdb.version>1.3.0-SNAPSHOT</ovsdb.version>
-    <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
-    <liblldp.version>0.11.0-SNAPSHOT</liblldp.version>
+    <ovsdb.version>1.4.2-Carbon</ovsdb.version>
+    <openflowplugin.version>0.4.2-Carbon</openflowplugin.version>
+    <liblldp.version>0.12.2-Carbon</liblldp.version>
   </properties>
 
   <dependencies>
@@ -67,7 +67,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>