Bump versions by x.y.(z+1)
[bgpcep.git] / features / bmp / features-bmp / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10
11 <features name="odl-bgpcep-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
12           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
14
15     <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
16     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
17     <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
18     <repository>mvn:org.opendaylight.bgpcep/features-bgp/{{VERSION}}/xml/features</repository>
19
20     <feature name='odl-bgpcep-bmp' version='${project.version}'>
21         <feature version='${project.version}'>odl-bgpcep-bgp-dependencies</feature>
22         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
23         <feature version='${config.version}'>odl-config-netty</feature>
24         <feature version='${config.version}'>odl-config-netty-config-api</feature>
25         <feature version='${project.version}'>odl-bgpcep-bgp-parser</feature>
26         <feature version='${project.version}'>odl-bgpcep-bgp-rib-api</feature>
27         <feature version='${project.version}'>odl-bgpcep-bgp-rib-impl</feature>
28         <feature version='${project.version}'>odl-bgpcep-bgp-linkstate</feature>
29         <feature version='${project.version}'>odl-bgpcep-bgp-flowspec</feature>
30         <feature version='${project.version}'>odl-bgpcep-bgp-labeled-unicast</feature>
31         <feature version='${project.version}'>odl-bgpcep-bgp-l3vpn</feature>
32         <feature version='${project.version}'>odl-bgpcep-bgp-evpn</feature>
33         <feature version='${project.version}'>odl-bgpcep-bgp-openconfig</feature>
34         <bundle>mvn:org.opendaylight.bgpcep/bgp-bmp-api/{{VERSION}}</bundle>
35         <bundle>mvn:org.opendaylight.bgpcep/bgp-bmp-spi/{{VERSION}}</bundle>
36         <bundle>mvn:org.opendaylight.bgpcep/bgp-bmp-parser-impl/{{VERSION}}</bundle>
37         <bundle>mvn:org.opendaylight.bgpcep/bgp-bmp-impl/{{VERSION}}</bundle>
38         <configfile finalname="etc/opendaylight/karaf/31-bgp.xml">mvn:org.opendaylight.bgpcep/bgp-controller-config/{{VERSION}}/xml/config</configfile>
39         <configfile finalname="etc/opendaylight/karaf/32-bmp.xml">mvn:org.opendaylight.bgpcep/bgp-controller-config/{{VERSION}}/xml/bmp-config</configfile>
40         <configfile finalname="etc/opendaylight/karaf/42-bmp-example.xml">mvn:org.opendaylight.bgpcep/bgp-controller-config/{{VERSION}}/xml/bmp-config-example</configfile>
41     </feature>
42 </features>