Bump versions by x.y.(z+1)
[integration/distribution.git] / features / repos / index / pom.xml
index 47287f85aedba5a03f809e5d06cfba707fc80d97..39307a52809a3a996ea936848b9d43f4573fcedd 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>features-index</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.2-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>
         </dependency>
 
         <!-- Unimgr -->
-        <!-- This project is still using odlparent 1.9.0
         <dependency>
             <groupId>org.opendaylight.unimgr</groupId>
             <artifactId>features4-unimgr</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
-        -->
+
+        <!-- USC -->
+        <dependency>
+            <groupId>org.opendaylight.usc</groupId>
+            <artifactId>usc-features</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
 
         <!-- VTN -->
         <dependency>