Merge "Bug 3563 - Fix/clean methods that determine the OpenFlow Controller ip address"
[ovsdb.git] / southbound / pom.xml
index ad2247f7f86a67432ff991d39b358bc8f7debb4f..06849a6959a3c6c27a38d17db36bd08fc0972f85 100644 (file)
@@ -1,22 +1,43 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
-Copyright (c) 2014 Cisco Systems and others. All rights reserved.
-This program and the accompanying materials are made available under the
-terms of the Eclipse Public License v1.0 which accompanies this distribution,
-and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
+Copyright (c) 2014 Cisco Systems and others. All rights reserved.\r
+This program and the accompanying materials are made available under the\r
+terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL\r
 -->\r
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
   <groupId>org.opendaylight.ovsdb</groupId>\r
   <parent>\r
     <artifactId>commons</artifactId>\r
     <groupId>org.opendaylight.ovsdb</groupId>\r
-    <version>1.1.0-SNAPSHOT</version>\r
+    <version>1.4.0-SNAPSHOT</version>\r
     <relativePath>../commons/parent</relativePath>\r
   </parent>\r
   <artifactId>southbound-aggregator</artifactId>\r
-  <version>1.1.0-SNAPSHOT</version>\r
+  <version>1.2.0-SNAPSHOT</version>\r
   <name>${project.artifactId}</name>\r
   <packaging>pom</packaging>\r
+  <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>\r
+  <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>\r
+  <licenses>\r
+    <license>\r
+      <name>Eclipse Public License v1.0</name>\r
+      <url>http://www.eclipse.org/legal/epl-v10.html</url>\r
+    </license>\r
+  </licenses>\r
+  <developers>\r
+    <developer>\r
+      <name>Sam Hague</name>\r
+      <email>shague@gmail.com</email>\r
+      <url>https://github.com/shague</url>\r
+    </developer>\r
+  </developers>\r
+  <scm>\r
+    <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>\r
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>\r
+    <tag>HEAD</tag>\r
+    <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>\r
+  </scm>\r
   <modelVersion>4.0.0</modelVersion>\r
   <prerequisites>\r
     <maven>3.1.1</maven>\r
@@ -27,5 +48,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>southbound-karaf</module>\r
     <module>southbound-features</module>\r
     <module>southbound-artifacts</module>\r
+    <module>southbound-it</module>\r
   </modules>\r
 </project>\r