Release Sodium
[controller.git] / opendaylight / config / netty-threadgroup-config / pom.xml
index fd1f5167b6265a691d78d9bc63c31f1bf6659d2d..22a6e66d8894d0c51724a3c9d93b25c91893c649 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-subsystem</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.11.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netty-threadgroup-config</artifactId>
       <artifactId>netty-config-api</artifactId>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Import-Package>*,io.netty.channel</Import-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>