netty4 OpenFlow southbound

- separate I/O thread and message dispatch threads

Change-Id: I11a10a47de451a9e3063b62f9450be19c3a9dae7
diff --git a/protocols/openflow/pom.xml b/protocols/openflow/pom.xml
index 3b5ba57..9cecb33 100644
--- a/protocols/openflow/pom.xml
+++ b/protocols/openflow/pom.xml
@@ -25,7 +25,7 @@
         <version>1.11.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>onos-of</artifactId>
+    <artifactId>onos-protocols-openflow</artifactId>
     <packaging>pom</packaging>
 
     <description>ONOS OpenFlow Protocol subsystem</description>