Bump to odlparent 2.0.7
[integration/distribution.git] / features / repos / index / pom.xml
index f7148d0240f0c44036f21f2b67fc555031696b53..4b2ce53640384ff964279cc9be32cfe90968663d 100644 (file)
@@ -7,19 +7,17 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.7</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>features-index</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.3-SNAPSHOT</version>
     <packaging>feature</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>features-mdsal-trace</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
 
         <!-- Cardinal -->
         <dependency>
             <type>xml</type>
         </dependency>
 
+        <!-- Eman -->
+        <dependency>
+            <groupId>org.opendaylight.eman</groupId>
+            <artifactId>features-eman</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
+        <!-- FAAS -->
+        <dependency>
+            <groupId>org.opendaylight.faas</groupId>
+            <artifactId>features4-faas</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- Genius -->
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <type>xml</type>
         </dependency>
 
+        <!-- GROUPBASEDPOLICY -->
+        <dependency>
+            <groupId>org.opendaylight.groupbasedpolicy</groupId>
+            <artifactId>features-groupbasedpolicy</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
         <!-- Honeycomb/VBD -->
         <dependency>
             <groupId>org.opendaylight.honeycomb.vbd</groupId>
             <type>xml</type>
         </dependency>
 
+        <!-- NEMO -->
+        <dependency>
+            <groupId>org.opendaylight.nemo</groupId>
+            <artifactId>nemo-features</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- LISP Flow Mapping -->
         <dependency>
             <groupId>org.opendaylight.lispflowmapping</groupId>
             <type>xml</type>
         </dependency>
 
+        <!-- SNMP -->
+        <dependency>
+            <groupId>org.opendaylight.snmp</groupId>
+            <artifactId>features-snmp</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- SNMP4SDN -->
         <dependency>
             <groupId>org.opendaylight.snmp4sdn</groupId>
             <type>xml</type>
         </dependency>
 
-        <!-- VTN -->
+        <!-- USC -->
         <dependency>
-            <groupId>org.opendaylight.vtn</groupId>
-            <artifactId>features-vtn-manager</artifactId>
+            <groupId>org.opendaylight.usc</groupId>
+            <artifactId>usc-features</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>