Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / features-he-aggregator / features-openflowplugin-he / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>features-parent</artifactId>
8         <version>1.9.0-SNAPSHOT</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin</groupId>
13     <artifactId>features-openflowplugin-he</artifactId>
14     <packaging>pom</packaging>
15     <version>0.5.0-SNAPSHOT</version>
16
17     <properties>
18         <yangtools.version>1.2.0-SNAPSHOT</yangtools.version>
19         <config.version>0.7.0-SNAPSHOT</config.version>
20         <mdsal.version>1.6.0-SNAPSHOT</mdsal.version>
21         <openflowjava.version>0.10.0-SNAPSHOT</openflowjava.version>
22         <openflowplugin.version>0.5.0-SNAPSHOT</openflowplugin.version>
23         <dluxapps.version>0.6.0-SNAPSHOT</dluxapps.version>
24         <lldp.version>0.13.0-SNAPSHOT</lldp.version>
25         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
26         <restconf.version>1.6.0-SNAPSHOT</restconf.version>
27         <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
28     </properties>
29
30     <dependencyManagement>
31         <dependencies>
32             <!-- This project -->
33             <dependency>
34                 <groupId>org.opendaylight.openflowplugin</groupId>
35                 <artifactId>openflowplugin-artifacts</artifactId>
36                 <version>${project.version}</version>
37                 <scope>import</scope>
38                 <type>pom</type>
39             </dependency>
40
41             <!-- YANG tools -->
42             <dependency>
43                 <groupId>org.opendaylight.yangtools</groupId>
44                 <artifactId>yangtools-artifacts</artifactId>
45                 <version>${yangtools.version}</version>
46                 <scope>import</scope>
47                 <type>pom</type>
48             </dependency>
49
50             <!-- Controller infrastructure -->
51             <dependency>
52                 <groupId>org.opendaylight.controller</groupId>
53                 <artifactId>config-artifacts</artifactId>
54                 <version>${config.version}</version>
55                 <scope>import</scope>
56                 <type>pom</type>
57             </dependency>
58             <dependency>
59                 <groupId>org.opendaylight.controller</groupId>
60                 <artifactId>mdsal-artifacts</artifactId>
61                 <version>${mdsal.version}</version>
62                 <scope>import</scope>
63                 <type>pom</type>
64             </dependency>
65
66             <!-- restconf -->
67             <dependency>
68                 <groupId>org.opendaylight.netconf</groupId>
69                 <artifactId>restconf-artifacts</artifactId>
70                 <version>${restconf.version}</version>
71                 <scope>import</scope>
72                 <type>pom</type>
73             </dependency>
74
75
76             <!-- OpenFlowJava -->
77             <dependency>
78                 <groupId>org.opendaylight.openflowjava</groupId>
79                 <artifactId>openflowjava-artifacts</artifactId>
80                 <version>${openflowjava.version}</version>
81                 <scope>import</scope>
82                 <type>pom</type>
83             </dependency>
84         </dependencies>
85     </dependencyManagement>
86
87     <dependencies>
88         <!-- feature dependencies -->
89         <dependency>
90             <groupId>org.opendaylight.mdsal.model</groupId>
91             <artifactId>features-mdsal-model</artifactId>
92             <version>${mdsal.model.version}</version>
93             <classifier>features</classifier>
94             <type>xml</type>
95             <scope>runtime</scope>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.controller</groupId>
99             <artifactId>features-mdsal</artifactId>
100             <classifier>features</classifier>
101             <type>xml</type>
102         </dependency>
103         <dependency>
104             <groupId>org.opendaylight.yangtools</groupId>
105             <artifactId>features-yangtools</artifactId>
106             <classifier>features</classifier>
107             <type>xml</type>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.netconf</groupId>
111             <artifactId>features-restconf</artifactId>
112             <classifier>features</classifier>
113             <type>xml</type>
114         </dependency>
115         <dependency>
116             <groupId>org.opendaylight.openflowjava</groupId>
117             <artifactId>features-openflowjava</artifactId>
118             <classifier>features</classifier>
119             <type>xml</type>
120         </dependency>
121
122         <!-- bundle dependencies -->
123         <dependency>
124             <groupId>org.opendaylight.openflowplugin.model</groupId>
125             <artifactId>model-flow-base</artifactId>
126         </dependency>
127         <dependency>
128             <groupId>org.opendaylight.openflowplugin.model</groupId>
129             <artifactId>model-flow-service</artifactId>
130         </dependency>
131         <dependency>
132             <groupId>org.opendaylight.openflowplugin.model</groupId>
133             <artifactId>model-flow-statistics</artifactId>
134         </dependency>
135         <dependency>
136             <groupId>org.opendaylight.controller.model</groupId>
137             <artifactId>model-inventory</artifactId>
138         </dependency>
139         <dependency>
140             <groupId>org.opendaylight.controller.model</groupId>
141             <artifactId>model-topology</artifactId>
142         </dependency>
143
144         <dependency>
145             <groupId>org.opendaylight.openflowplugin.applications</groupId>
146             <artifactId>forwardingrules-manager</artifactId>
147         </dependency>
148         <dependency>
149             <groupId>org.opendaylight.openflowplugin.applications</groupId>
150             <artifactId>inventory-manager</artifactId>
151         </dependency>
152         <dependency>
153             <groupId>org.opendaylight.openflowplugin.applications</groupId>
154             <artifactId>lldp-speaker</artifactId>
155         </dependency>
156         <dependency>
157             <groupId>org.opendaylight.openflowplugin.applications</groupId>
158             <artifactId>statistics-manager</artifactId>
159         </dependency>
160
161         <dependency>
162             <groupId>org.opendaylight.dluxapps</groupId>
163             <artifactId>features-dluxapps</artifactId>
164             <version>${dluxapps.version}</version>
165             <classifier>features</classifier>
166             <type>xml</type>
167         </dependency>
168
169         <!-- bundle dependencies -->
170         <dependency>
171             <groupId>org.opendaylight.openflowplugin</groupId>
172             <artifactId>openflowplugin-api</artifactId>
173         </dependency>
174         <dependency>
175             <groupId>org.opendaylight.openflowplugin</groupId>
176             <artifactId>openflowplugin-extension-api</artifactId>
177         </dependency>
178         <dependency>
179             <groupId>org.opendaylight.openflowplugin</groupId>
180             <artifactId>openflowplugin</artifactId>
181         </dependency>
182         <dependency>
183             <groupId>org.opendaylight.openflowplugin</groupId>
184             <artifactId>openflowplugin-impl</artifactId>
185         </dependency>
186         <dependency>
187             <groupId>org.opendaylight.openflowplugin</groupId>
188             <artifactId>openflowplugin-blueprint-config-he</artifactId>
189             <version>${project.version}</version>
190         </dependency>
191         <dependency>
192             <groupId>org.opendaylight.openflowjava</groupId>
193             <artifactId>openflowjava-blueprint-config</artifactId>
194             <version>${openflowjava.version}</version>
195         </dependency>
196         <dependency>
197             <groupId>org.opendaylight.openflowjava</groupId>
198             <artifactId>openflowjava-blueprint-config</artifactId>
199             <version>${openflowjava.version}</version>
200             <type>xml</type>
201             <classifier>config</classifier>
202         </dependency>
203         <dependency>
204             <groupId>org.opendaylight.openflowjava</groupId>
205             <artifactId>openflowjava-blueprint-config</artifactId>
206             <version>${openflowjava.version}</version>
207             <type>xml</type>
208             <classifier>legacyConfig</classifier>
209         </dependency>
210         <dependency>
211             <groupId>org.opendaylight.openflowplugin.applications</groupId>
212             <artifactId>table-miss-enforcer</artifactId>
213         </dependency>
214
215         <dependency>
216             <groupId>org.opendaylight.openflowplugin.applications</groupId>
217             <artifactId>topology-lldp-discovery</artifactId>
218         </dependency>
219
220         <dependency>
221             <groupId>org.opendaylight.openflowplugin.applications</groupId>
222             <artifactId>topology-manager</artifactId>
223         </dependency>
224
225         <dependency>
226             <groupId>org.opendaylight.openflowplugin.applications</groupId>
227             <artifactId>of-switch-config-pusher</artifactId>
228         </dependency>
229
230         <dependency>
231             <groupId>org.opendaylight.openflowplugin</groupId>
232             <artifactId>drop-test-karaf</artifactId>
233         </dependency>
234         <dependency>
235             <groupId>org.opendaylight.openflowplugin</groupId>
236             <artifactId>test-common</artifactId>
237         </dependency>
238         <dependency>
239             <groupId>org.opendaylight.openflowplugin</groupId>
240             <artifactId>openflowplugin-controller-config</artifactId>
241             <type>xml</type>
242             <classifier>config-He</classifier>
243         </dependency>
244         <dependency>
245             <groupId>org.opendaylight.openflowplugin</groupId>
246             <artifactId>openflowplugin-controller-config</artifactId>
247             <type>xml</type>
248             <classifier>configmsgspy</classifier>
249         </dependency>
250         <dependency>
251             <groupId>org.opendaylight.controller</groupId>
252             <artifactId>liblldp</artifactId>
253             <version>${lldp.version}</version>
254         </dependency>
255         <dependency>
256             <groupId>org.opendaylight.openflowplugin</groupId>
257             <artifactId>openflowplugin-common</artifactId>
258         </dependency>
259         <dependency>
260             <groupId>org.opendaylight.openflowplugin.applications</groupId>
261             <artifactId>bulk-o-matic</artifactId>
262         </dependency>
263     </dependencies>
264 </project>