Refactoring packages from .of. to .openflow.
diff --git a/openflow/api/pom.xml b/openflow/api/pom.xml
index 7a1619e..f849e39 100644
--- a/openflow/api/pom.xml
+++ b/openflow/api/pom.xml
@@ -62,7 +62,7 @@
                 <configuration>
                     <instructions>
                         <Export-Package>
-                            org.onlab.onos.of.*,org.projectfloodlight.openflow.*
+                            org.onlab.onos.openflow.*,org.projectfloodlight.openflow.*
                         </Export-Package>
                     </instructions>
                 </configuration>