Adjust for odlparent 3 / yangtools 2
[netvirt.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9b9b523951da3ca2259b9fb8b239262dc79de192..154a11dce34d3dd05bb29a44b0cb51dfdcd34443 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>3.0.2</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>netvirt</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.6.0-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>
@@ -45,7 +45,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </scm>
 
   <modules>
-    <module>openstack</module>
     <module>vpnservice</module>
   </modules>
 
@@ -103,19 +102,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </profile>
   </profiles>
 
-  <!--
-      Maven Site Configuration
-
-      The following configuration is necessary for maven-site-plugin to
-      correctly identify the correct deployment path for OpenDaylight Maven
-      sites.
-  -->
-  <url>${odl.site.url}/${project.groupId}/${stream}/</url>
-
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/</url>
-    </site>
-  </distributionManagement>
-</project>
\ No newline at end of file
+</project>