FIP support for Octavia VIPs
[netvirt.git] / artifacts / pom.xml
index 7df9eddb6795f4c342d558ba9f2e30790d890ede..d8d13c649103b26913d89606bd9023c8bb6be14c 100644 (file)
@@ -11,13 +11,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>netvirt-artifacts</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
@@ -52,13 +52,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
-            <!--<dependency>
-              <groupId>${project.groupId}</groupId>
-              <artifactId>odl-netvirt-ui</artifactId>
-              <version>${project.version}</version>
-              <classifier>features</classifier>
-              <type>xml</type>
-            </dependency>-->
         </dependencies>
     </dependencyManagement>
 
@@ -66,7 +59,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <profile>
             <id>sfc</id>
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <dependencyManagement>
                 <dependencies>