Bump versions by x.y.(z+1)
[groupbasedpolicy.git] / renderers / ofoverlay / pom.xml
index ef2d52038df6657c8f8b03034b243db07581b56f..56d535fe05f55a48756642dca81a4face0aad831 100755 (executable)
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.6.2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
   <artifactId>ofoverlay-renderer</artifactId>
   <packaging>bundle</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 :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <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>
-    <sfc.version>0.3.0-SNAPSHOT</sfc.version>
+    <ovsdb.version>1.5.2-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.5.2-SNAPSHOT</openflowplugin.version>
+    <liblldp.version>0.13.2-SNAPSHOT</liblldp.version>
   </properties>
 
   <dependencies>
       <artifactId>openflowplugin-extension-nicira</artifactId>
       <version>${openflowplugin.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.openflowplugin</groupId>
+      <artifactId>openflowplugin-api</artifactId>
+      <version>${openflowplugin.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>liblldp</artifactId>
@@ -59,7 +66,6 @@
     <dependency>
       <groupId>org.opendaylight.sfc</groupId>
       <artifactId>sfc-provider</artifactId>
-      <version>${sfc.version}</version>
     </dependency>
     <!-- testing dependencies -->
     <dependency>
@@ -69,7 +75,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
       <artifactId>powermock-api-mockito</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>com.sun.jersey.jersey-test-framework</groupId>
+      <artifactId>jersey-test-framework-grizzly2</artifactId>
+      <scope>test</scope>
+    </dependency>
 
   </dependencies>