Bump versions by x.y.(z+1)
[honeycomb/vbd.git] / features / vbd-features / 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) 2016 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-vbd-${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.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
14   <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
15   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
16   <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
17   <repository>mvn:org.opendaylight.netconf/features-netconf-connector/{{VERSION}}/xml/features</repository>
18   <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
19   <repository>mvn:org.opendaylight.dluxapps/features-dluxapps/${dluxapps.version}/xml/features</repository>
20
21   <feature name='odl-vbd' version='${project.version}' description='OpenDaylight :: vbd'>
22     <feature version='${mdsal.version}'>odl-mdsal-binding</feature>
23     <feature version='${netconf.version}'>odl-netconf-clustered-topology</feature>
24     <bundle>mvn:org.opendaylight.honeycomb.vbd/vbd-shared-models/{{VERSION}}</bundle>
25     <bundle>mvn:org.opendaylight.honeycomb.vbd/vbd-api/{{VERSION}}</bundle>
26     <bundle>mvn:org.opendaylight.honeycomb.vbd/vbd-impl/{{VERSION}}</bundle>
27     <configfile finalname="${configfile.directory}/vbd.xml">mvn:org.opendaylight.honeycomb.vbd/vbd-impl/{{VERSION}}/xml/config</configfile>
28     <configfile finalname="/etc/org.opendaylight.vbd.impl.startup.cfg">mvn:org.opendaylight.honeycomb.vbd/vbd-impl/{{VERSION}}/cfg/config</configfile>
29   </feature>
30
31   <feature name='odl-vbd-rest' version='${project.version}' description='OpenDaylight :: vbd :: REST'>
32     <feature version="${project.version}">odl-vbd</feature>
33     <feature version="${restconf.version}">odl-restconf</feature>
34   </feature>
35
36   <feature name='odl-vbd-ui' version='${project.version}' description='OpenDaylight :: vbd :: UI'>
37     <feature version="${project.version}">odl-vbd-rest</feature>
38     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
39     <feature version="${dlux.version}">odl-dlux-core</feature>
40     <feature version="${dluxapps.version}">odl-dluxapps-yangman</feature>
41     <bundle>mvn:org.opendaylight.honeycomb.vbd/vbd-ui-bundle/{{VERSION}}</bundle>
42   </feature>
43
44 </features>