Bump versions to 4.0.4-SNAPSHOT
[controller.git] / opendaylight / config / netty-threadgroup-config / pom.xml
index 4009d0f39194657dcb2f58d0e320b3d31c158b23..6bc548c5b84470e6e0bb5c4a688c6bc9fc2c102f 100644 (file)
@@ -5,13 +5,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>7.0.5</version>
+    <version>9.0.6</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-threadgroup-config</artifactId>
-  <version>0.13.4-SNAPSHOT</version>
+  <version>0.15.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
@@ -21,5 +21,9 @@
       <groupId>io.netty</groupId>
       <artifactId>netty-transport</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi.cmpn</artifactId>
+    </dependency>
   </dependencies>
 </project>