Add get configuration function to be able to access the openflow connection config...
[openflowjava.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e35a97866e9c1bed47d56f90ece35e53ce5c12e9..56e8b447eb7c065ab52484f03ef4317eab71bfb3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,6 @@
     </parent>
 
     <artifactId>openflowjava-aggregator</artifactId>
-    <name>openflowjava</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
     <modules>
@@ -22,6 +21,6 @@
         <module>openflow-protocol-spi</module>
         <module>parent</module>
         <module>simple-client</module>
-        <module>util</module>
+        <module>openflowjava-util</module>
     </modules>
 </project>