Merge "Use dpl portId"
[netvirt.git] / utils / pom.xml
index 6620d8ebb56db92fc03a3a9ba2f9635867aa2357..5e61d5fb97ab03d55f0bc03146b51200e1c7a792 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.ovsdb</groupId>
+  <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>utils</artifactId>
   <version>1.3.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
@@ -39,8 +39,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </developer>
   </developers>
   <scm>
-    <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
-    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</developerConnection>
     <tag>HEAD</tag>
     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
   </scm>
@@ -50,15 +50,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
   <modules>
     <module>config</module>
-    <module>hwvtepsouthbound-utils</module>
-    <module>it-utils</module>
-    <module>mdsal-node</module>
     <module>mdsal-openflow</module>
     <module>mdsal-utils</module>
+    <module>netvirt-it-utils</module>
     <module>neutron-utils</module>
     <module>servicehelper</module>
-    <module>southbound-utils</module>
-    <module>yang-utils</module>
   </modules>
 
 <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->