Bump versions by x.y.(z+1)
[vtn.git] / manager / features / features-vtn-manager / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4 #
5 # Copyright (c) 2014-2016 NEC Corporation
6 # All rights reserved.
7 #
8 # This program and the accompanying materials are made available under the
9 # terms of the Eclipse Public License v1.0 which accompanies this
10 # distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
11 #
12 -->
13
14 <features name="vtn-manager-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
15    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16    xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
17
18   <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
19   <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
20   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
21   <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
22   <repository>mvn:org.opendaylight.ovsdb/southbound-features/{{VERSION}}/xml/features</repository>
23   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/{{VERSION}}/xml/features</repository>
24
25   <feature
26       name="odl-vtn-manager"
27       description="OpenDaylight :: VTN Manager :: Java API"
28       version="${project.version}">
29     <feature version="${odl.mdsal.model.version}">odl-mdsal-models</feature>
30     <feature version="${odl.controller.mdsal.version}">odl-mdsal-broker</feature>
31     <feature version="${odl.openflowplugin.version}">odl-openflowplugin-flow-services</feature>
32     <feature version="${odl.openflowplugin.version}">odl-openflowplugin-nsf-model</feature>
33     <bundle>mvn:org.opendaylight.vtn/manager/{{VERSION}}</bundle>
34     <bundle>mvn:org.opendaylight.vtn/manager.model/{{VERSION}}</bundle>
35     <bundle>mvn:org.opendaylight.vtn/manager.implementation/{{VERSION}}</bundle>
36     <bundle>mvn:org.opendaylight.controller.thirdparty/net.sf.jung2/{{VERSION}}</bundle>
37     <configfile finalname="etc/opendaylight/karaf/80-vtn.xml">mvn:org.opendaylight.vtn/manager.implementation/{{VERSION}}/xml/config</configfile>
38   </feature>
39
40   <feature
41       name="odl-vtn-manager-rest"
42       description="OpenDaylight :: VTN Manager :: REST API"
43       version="${project.version}">
44     <feature version="${project.version}">odl-vtn-manager</feature>
45     <feature version="${odl.netconf.version}">odl-restconf</feature>
46   </feature>
47
48  <feature
49       name="odl-vtn-manager-neutron"
50       description="OpenDaylight :: VTN Manager :: Neutron Interface"
51       version="${project.version}">
52     <feature version="${odl.controller.mdsal.version}">odl-mdsal-broker</feature>
53     <feature version="${project.version}">odl-vtn-manager</feature>
54     <feature version="${odl.neutron.version}">odl-neutron-service</feature>
55     <feature version="${odl.ovsdb.version}">odl-ovsdb-southbound-impl</feature>
56     <bundle>mvn:org.opendaylight.vtn/manager.neutron/{{VERSION}}</bundle>
57   </feature>
58 </features>