Bump upstreams
[openflowplugin.git] / features-aggregator / odl-openflowplugin-southbound / src / main / feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <features name="openflowplugin-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
3     <feature name="odl-openflowplugin-southbound" version="${project.version}">
4         <configfile finalname="etc/org.opendaylight.openflowplugin.cfg">mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/${project.version}/cfg/config</configfile>
5         <feature version="[8,9)">odl-mdsal-broker</feature>
6         <feature version="[6,7)">odl-infrautils-diagstatus</feature>
7     </feature>
8 </features>