Bump odlparent to 6.0.0
[openflowplugin.git] / samples / learning-switch / pom.xml
index d4b2add465d9b20abc79456289b819af73ff2768..747ae7e07ba6c2dbd7f6d4b9f65e5cfc4f84c4a0 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.10.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
@@ -29,6 +29,7 @@
         <dependency>
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>
+            <version>3.0.2</version>
             <optional>true</optional>
         </dependency>
         <dependency>