Merge "Basic neutron IT netvirt test"
[netvirt.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fe0b4f565660045fc7270e6aa3f1ddb8c2c95d17..a49e45a35386a2022ab0bf9e1473f5227933d215 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,8 +18,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.ovsdb</groupId>
-  <artifactId>ovsdb</artifactId>
+  <groupId>org.opendaylight.netvirt</groupId>
+  <artifactId>netvirt</artifactId>
   <version>1.3.0-SNAPSHOT</version>
   <name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
   <packaging>pom</packaging>
@@ -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,22 +50,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
 
   <modules>
-    <!-- Parent POM files -->
     <module>commons</module>
-
-    <module>library</module>
-    <!-- Aggregations -->
     <module>features</module>
     <module>karaf</module>
-    <!-- OVSDB Components -->
-    <module>southbound</module>
+    <module>netvirt</module>
     <module>openstack</module>
-    <module>ovsdb-artifacts</module>
-    <module>schemas</module>
-    <module>utils</module>
+    <module>netvirt-artifacts</module>
     <module>ovsdb-ui</module>
-    <module>hwvtepsouthbound</module>
-    <module>netvirt</module>
+    <module>utils</module>
   </modules>
 
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->