Merge "Fix sonar integration test reporting"
[netvirt.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7df618cd639b95aa41759ffc619324d43809d69b..e3cef08fde54089aa3cca84bd43615d2b77e1f30 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,14 +14,35 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
     <relativePath>commons/parent</relativePath>
   </parent>
 
   <artifactId>ovsdb</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.2.1-SNAPSHOT</version>
   <name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
   <packaging>pom</packaging>
+  <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
+  <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
+  <licenses>
+    <license>
+      <name>Eclipse Public License v1.0</name>
+      <url>http://www.eclipse.org/legal/epl-v10.html</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>Sam Hague</name>
+      <email>shague@gmail.com</email>
+      <url>https://github.com/shague</url>
+    </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>
+    <tag>HEAD</tag>
+    <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
+  </scm>
 
   <prerequisites>
     <maven>3.1.1</maven>
@@ -29,27 +50,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <modules>
     <!-- Parent POM files -->
-    <module>commons/parent</module>
-    <module>commons/integrationtest</module>
-    <module>distribution/opendaylight-karaf</module>
-    <module>features/ovsdb</module>
-    <module>features/ovs-sfc</module>
-    <!-- OVSDB Components -->
+    <module>commons</module>
+
     <module>library</module>
-    <module>northbound</module>
-    <module>openstack/net-virt</module>
-    <module>openstack/net-virt-providers</module>
-    <module>plugin</module>
-    <module>ovsdb-plugin-compatibility-layer</module>
-    <module>plugin-shell</module>
-    <module>plugin-mdsal-adapter</module>
-    <module>schemas/hardwarevtep</module>
-    <module>schemas/openvswitch</module>
+    <!-- Aggregations -->
+    <module>features</module>
+    <module>karaf</module>
+    <!-- OVSDB Components -->
     <module>southbound</module>
-    <module>utils/config</module>
-    <module>utils/mdsal-openflow</module>
-    <!-- Integration Tests -->
-    <module>integrationtest</module>
+    <module>openstack</module>
+    <module>ovsdb-artifacts</module>
+    <module>schemas</module>
+    <module>utils</module>
+    <module>ovsdb-ui</module>
+    <module>hwvtepsouthbound</module>
   </modules>
 
   <build>
@@ -63,11 +77,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </plugins>
   </build>
 
-  <scm>
-    <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
-    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
-    <tag>HEAD</tag>
-    <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
-  </scm>
-
 </project>