Added onlab-misc module and renamed onos-util-* modules to onlab-*.
diff --git a/utils/rest/pom.xml b/utils/rest/pom.xml
index 52988cf..01f2bdc 100644
--- a/utils/rest/pom.xml
+++ b/utils/rest/pom.xml
@@ -6,15 +6,15 @@
 
     <parent>
         <groupId>org.onlab.onos</groupId>
-        <artifactId>onos-utils</artifactId>
+        <artifactId>onlab-utils</artifactId>
         <version>1.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>onos-utils-rest</artifactId>
+    <artifactId>onlab-rest</artifactId>
     <packaging>bundle</packaging>
 
-    <description>JAX-RS utilities</description>
+    <description>ON.Lab JAX-RS utilities</description>
 
     <dependencies>
         <dependency>
@@ -36,7 +36,7 @@
 
         <dependency>
             <groupId>org.onlab.onos</groupId>
-            <artifactId>onos-utils-osgi</artifactId>
+            <artifactId>onlab-osgi</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>