Bump versions by x.y.(z+1)
[snmp.git] / features / features-snmp / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3      (c) Copyright 2015 Hewlett-Packard Development Company, L.P.
4
5      This program is made available under the terms of the
6      Eclipse Public License v1.0 which accompanies this distribution,
7      and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <features name="odl-snmp-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
10           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
12
13     <!-- https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Best_Practices -->
14     <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
15     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
16     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features</repository>
17
18     <!-- utility jar/bundles common to several features -->
19     <feature name='odl-snmp-plugin' version='${project.version}' description='OpenDaylight :: snmp-plugin :: SNMP '>
20         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
21         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
22         <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.snmp4j/{{VERSION}}</bundle>
23         <bundle>mvn:org.opendaylight.snmp/mibs-model/{{VERSION}}</bundle>
24         <bundle>mvn:org.opendaylight.snmp/snmp/{{VERSION}}</bundle>
25         <configfile finalname="${config.configfile.directory}/${snmp.impl.configfile}">mvn:org.opendaylight.snmp/snmp/{{VERSION}}/xml/config</configfile>
26     </feature>
27 </features>