Bump versions by x.y.(z+1)
[alto.git] / alto-extensions / simple-pce / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 SNLAB and others. All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10   <parent>
11     <groupId>org.opendaylight.odlparent</groupId>
12     <artifactId>features-parent</artifactId>
13     <version>1.8.3-SNAPSHOT</version>
14     <relativePath/>
15   </parent>
16   <groupId>org.opendaylight.alto.ext</groupId>
17   <artifactId>alto-spce-features</artifactId>
18   <version>0.4.3-SNAPSHOT</version>
19   <name>ODL :: alto :: ${project.artifactId}</name>
20   <modelVersion>4.0.0</modelVersion>
21   <prerequisites>
22     <maven>3.1.1</maven>
23   </prerequisites>
24   <properties>
25     <mdsal.model.version>0.10.3-SNAPSHOT</mdsal.model.version>
26     <mdsal.version>1.5.3-SNAPSHOT</mdsal.version>
27     <restconf.version>1.5.3-SNAPSHOT</restconf.version>
28     <yangtools.version>1.1.3-SNAPSHOT</yangtools.version>
29     <dluxapps.version>0.5.3-SNAPSHOT</dluxapps.version>
30     <openflow.plugin.version>0.4.3-SNAPSHOT</openflow.plugin.version>
31     <l2switch.version>0.5.3-SNAPSHOT</l2switch.version>
32     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
33   </properties>
34   <dependencyManagement>
35     <dependencies>
36       <!-- project specific dependencies -->
37       <dependency>
38         <groupId>org.opendaylight.controller</groupId>
39         <artifactId>mdsal-artifacts</artifactId>
40         <version>${mdsal.version}</version>
41         <type>pom</type>
42         <scope>import</scope>
43       </dependency>
44       <dependency>
45         <groupId>org.opendaylight.netconf</groupId>
46         <artifactId>restconf-artifacts</artifactId>
47         <version>${restconf.version}</version>
48         <type>pom</type>
49         <scope>import</scope>
50       </dependency>
51       <dependency>
52         <groupId>org.opendaylight.l2switch</groupId>
53         <artifactId>l2switch-artifacts</artifactId>
54         <version>${l2switch.version}</version>
55         <scope>import</scope>
56         <type>pom</type>
57       </dependency>
58     </dependencies>
59   </dependencyManagement>
60   <dependencies>
61     <dependency>
62       <groupId>org.opendaylight.yangtools</groupId>
63       <artifactId>features-yangtools</artifactId>
64       <classifier>features</classifier>
65       <version>${yangtools.version}</version>
66       <type>xml</type>
67       <scope>runtime</scope>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.mdsal.model</groupId>
71       <artifactId>features-mdsal-model</artifactId>
72       <version>${mdsal.model.version}</version>
73       <classifier>features</classifier>
74       <type>xml</type>
75       <scope>runtime</scope>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.controller</groupId>
79       <artifactId>features-mdsal</artifactId>
80       <classifier>features</classifier>
81       <version>${mdsal.version}</version>
82       <type>xml</type>
83       <scope>runtime</scope>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.netconf</groupId>
87       <artifactId>features-restconf</artifactId>
88       <classifier>features</classifier>
89       <version>${restconf.version}</version>
90       <type>xml</type>
91       <scope>runtime</scope>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.dluxapps</groupId>
95       <artifactId>features-dluxapps</artifactId>
96       <classifier>features</classifier>
97       <version>${dluxapps.version}</version>
98       <type>xml</type>
99       <scope>runtime</scope>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.openflowplugin</groupId>
103       <artifactId>features-openflowplugin</artifactId>
104       <classifier>features</classifier>
105       <version>${openflow.plugin.version}</version>
106       <type>xml</type>
107       <scope>runtime</scope>
108     </dependency>
109     <dependency>
110       <groupId>${project.groupId}</groupId>
111       <artifactId>alto-spce-impl</artifactId>
112       <version>${project.version}</version>
113     </dependency>
114     <dependency>
115       <groupId>${project.groupId}</groupId>
116       <artifactId>alto-spce-impl</artifactId>
117       <version>${project.version}</version>
118       <type>xml</type>
119       <classifier>config</classifier>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.alto.ext</groupId>
123       <artifactId>alto-spce-api</artifactId>
124       <version>${project.version}</version>
125     </dependency>
126
127     <dependency>
128       <groupId>org.opendaylight.l2switch</groupId>
129       <artifactId>features-l2switch</artifactId>
130       <classifier>features</classifier>
131       <version>${l2switch.version}</version>
132       <type>xml</type>
133       <scope>runtime</scope>
134     </dependency>
135
136     <!-- bundles used by features directly -->
137     <dependency>
138       <groupId>org.opendaylight.alto.spce.network</groupId>
139       <artifactId>network-tracker-config</artifactId>
140       <version>${l2switch.version}</version>
141       <type>xml</type>
142       <classifier>config</classifier>
143     </dependency>
144
145     <dependency>
146       <groupId>org.opendaylight.alto.spce.network</groupId>
147       <artifactId>network-tracker-impl</artifactId>
148       <version>${project.version}</version>
149       <scope>runtime</scope>
150     </dependency>
151     <dependency>
152       <groupId>org.opendaylight.alto.spce.network</groupId>
153       <artifactId>network-tracker-impl</artifactId>
154       <version>${project.version}</version>
155       <type>xml</type>
156       <classifier>config</classifier>
157       <scope>runtime</scope>
158     </dependency>
159     <dependency>
160       <groupId>org.opendaylight.alto.spce.network</groupId>
161       <artifactId>network-tracker-api</artifactId>
162       <version>${project.version}</version>
163       <scope>runtime</scope>
164     </dependency>
165
166     <dependency>
167       <groupId>org.opendaylight.controller.model</groupId>
168       <artifactId>model-inventory</artifactId>
169       <version>${mdsal.version}</version>
170       <type>jar</type>
171     </dependency>
172
173   </dependencies>
174 </project>