Bump versions by x.(y+1).z
[ovsdb.git] / features / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <features name="ovsdb-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
3     <feature name="odl-ovsdb-all" description="OpenDaylight :: OVSDB :: all" version='${project.version}'>
4         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
5         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
6         <feature version="${ovsdb.northbound.version}">odl-ovsdb-northbound</feature>
7         <!--
8         <feature version="${ovsdb.openstack.netvirt.version}">odl-ovsdb-openstack</feature>
9         -->
10     </feature>
11
12     <feature name="odl-ovsdb-library" description="OVSDB :: Library" version='${ovsdb.library.version}'>
13         <feature>base-all</feature>
14         <bundle>mvn:com.google.code.gson/gson/${gson.version}</bundle>
15         <bundle>mvn:org.opendaylight.ovsdb/library/${ovsdb.library.version}</bundle>
16     </feature>
17
18     <feature name="odl-ovsdb-schema-openvswitch" description="OVSDB :: Schema :: Open_vSwitch" version='${schema.openvswitch.version}'>
19         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
20         <bundle>mvn:org.opendaylight.ovsdb/schema.openvswitch/${schema.openvswitch.version}</bundle>
21     </feature>
22
23     <feature name="odl-ovsdb-schema-hardwarevtep" description="OVSDB :: Schema :: hardware_vtep" version='${schema.hardwarevtep.version}'>
24         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
25         <bundle>mvn:org.opendaylight.ovsdb/schema.hardwarevtep/${schema.hardwarevtep.version}</bundle>
26     </feature>
27
28     <feature name="odl-ovsdb-plugin" description="OpenDaylight :: OVSDB :: Plugin" version='${ovsdb.plugin.version}'>
29         <feature version="${sal.version}">odl-adsal-all</feature>
30         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
31         <feature version="${schema.openvswitch.version}">odl-ovsdb-schema-openvswitch</feature>
32         <feature version="${schema.hardwarevtep.version}">odl-ovsdb-schema-hardwarevtep</feature>
33         <bundle>mvn:org.opendaylight.ovsdb/plugin/${ovsdb.plugin.version}</bundle>
34     </feature>
35
36     <feature name="odl-ovsdb-northbound" description="OpenDaylight :: OVSDB :: Northbound" version='${ovsdb.northbound.version}'>
37         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
38         <feature>odl-adsal-northbound</feature>
39         <bundle>mvn:org.opendaylight.ovsdb/northbound/${ovsdb.northbound.version}</bundle>
40     </feature>
41
42 <!--
43     <feature name="odl-ovsdb-openstack" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization" version='${ovsdb.openstack.netvirt.version}'>
44         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
45         <bundle>mvn:org.opendaylight.ovsdb/net-virt/${ovsdb.openstack.netvirt.version}</bundle>
46         <bundle>mvn:org.opendaylight.ovsdb/net-virt-providers/${ovsdb.openstack.netvirt.providers.version}</bundle>
47     </feature>
48 -->
49 </features>