Bump versions by x.y.(z+1)
[openflowplugin.git] / libraries / liblldp / pom.xml
index e1cd411f839a03686eea1faea76c0f4a87e133c4..3b034d95f19a17335e58572c0f6c6549d03b273f 100644 (file)
@@ -4,8 +4,9 @@
 
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
-    <artifactId>libraries</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <artifactId>openflowplugin-parent</artifactId>
+    <version>0.11.0-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.openflowplugin.libraries</groupId>
       <groupId>javax.xml.bind</groupId>
       <artifactId>jaxb-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.google.code.findbugs</groupId>
-      <artifactId>jsr305</artifactId>
-      <version>3.0.2</version>
-      <optional>true</optional>
-    </dependency>
   </dependencies>
 
   <build>