Bump versions by x.y.(z+1)
[sxp.git] / features / features-sxp / 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 © 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 <features name="odl-sxp-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
11           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
13     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
14     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
15     <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
16     <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
17     <repository>mvn:org.opendaylight.odlparent/features-odlparent/{{VERSION}}/xml/features</repository>
18     <repository>mvn:com.github.aenniw/jrobot-features/{{VERSION}}/xml/features</repository>
19
20     <feature name='odl-sxp-api' version='${project.version}' description='OpenDaylight :: Sxp :: Api'>
21         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
22         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
23         <bundle>mvn:org.opendaylight.sxp/sxp-api/{{VERSION}}</bundle>
24     </feature>
25     <feature name='odl-sxp-core' version='${project.version}' description='OpenDaylight :: Sxp :: Core'>
26         <feature version='${project.version}'>odl-sxp-api</feature>
27         <feature version='[4.0.37,5.0.0)'>odl-netty</feature>
28         <bundle>mvn:org.opendaylight.sxp/sxp-core/{{VERSION}}</bundle>
29     </feature>
30     <feature name='odl-sxp-robot' version='${project.version}' description='OpenDaylight :: Robot :: CSIT'>
31         <feature version='${project.version}'>odl-sxp-core</feature>
32         <feature version='${jrobot.version}'>jrobot-remote-server</feature>
33         <bundle>mvn:org.opendaylight.sxp/sxp-robot/{{VERSION}}</bundle>
34     </feature>
35     <feature name='odl-sxp-controller' version='${project.version}' description='OpenDaylight :: Sxp :: Controller'>
36         <feature version='${project.version}'>odl-sxp-core</feature>
37         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
38         <feature>odl-restconf</feature>
39         <feature>http</feature>
40         <configfile finalname="etc/opendaylight/karaf/${configfilebase}">
41             mvn:org.opendaylight.sxp/sxp-config/{{VERSION}}/xml/${configfilebase}
42         </configfile>
43         <bundle>mvn:org.opendaylight.sxp/sxp-controller/{{VERSION}}</bundle>
44     </feature>
45     <feature name='odl-sxp-route' version='${project.version}' description='OpenDaylight :: Sxp :: Cluster routing'>
46         <feature version='${project.version}'>odl-sxp-controller</feature>
47         <bundle>mvn:org.opendaylight.sxp/sxp-cluster-route/{{VERSION}}</bundle>
48     </feature>
49 </features>