Bump versions by x.(y+1).z for next dev cycle
[controller.git] / features / mdsal / odl-mdsal-broker-local / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016, 2017 Red Hat, Inc. and others.
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
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     <modelVersion>4.0.0</modelVersion>
11
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>single-feature-parent</artifactId>
15         <version>3.1.3</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.controller</groupId>
20     <artifactId>odl-mdsal-broker-local</artifactId>
21     <version>1.9.0-SNAPSHOT</version>
22     <packaging>feature</packaging>
23
24     <name>OpenDaylight :: MDSAL :: Broker</name>
25
26     <properties>
27         <blueprint.version>0.10.0-SNAPSHOT</blueprint.version>
28     </properties>
29
30     <dependencyManagement>
31         <dependencies>
32             <dependency>
33                 <groupId>org.opendaylight.odlparent</groupId>
34                 <artifactId>odlparent-artifacts</artifactId>
35                 <version>3.1.3</version>
36                 <type>pom</type>
37                 <scope>import</scope>
38             </dependency>
39             <dependency>
40                 <groupId>org.opendaylight.yangtools</groupId>
41                 <artifactId>yangtools-artifacts</artifactId>
42                 <version>2.0.10</version>
43                 <type>pom</type>
44                 <scope>import</scope>
45             </dependency>
46             <dependency>
47                 <groupId>org.opendaylight.mdsal</groupId>
48                 <artifactId>mdsal-artifacts</artifactId>
49                 <version>2.6.0-SNAPSHOT</version>
50                 <type>pom</type>
51                 <scope>import</scope>
52             </dependency>
53             <dependency>
54                 <groupId>org.opendaylight.mdsal.model</groupId>
55                 <artifactId>mdsal-model-artifacts</artifactId>
56                 <version>0.14.0-SNAPSHOT</version>
57                 <type>pom</type>
58                 <scope>import</scope>
59             </dependency>
60             <dependency>
61                 <groupId>org.opendaylight.controller</groupId>
62                 <artifactId>mdsal-artifacts</artifactId>
63                 <version>1.9.0-SNAPSHOT</version>
64                 <type>pom</type>
65                 <scope>import</scope>
66             </dependency>
67         </dependencies>
68     </dependencyManagement>
69
70     <dependencies>
71         <dependency>
72             <groupId>org.opendaylight.yangtools</groupId>
73             <artifactId>odl-yangtools-codec</artifactId>
74             <type>xml</type>
75             <classifier>features</classifier>
76         </dependency>
77         <dependency>
78             <groupId>org.opendaylight.mdsal</groupId>
79             <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
80             <type>xml</type>
81             <classifier>features</classifier>
82         </dependency>
83         <dependency>
84             <groupId>org.opendaylight.controller</groupId>
85             <artifactId>odl-config-netty</artifactId>
86             <version>0.10.0-SNAPSHOT</version>
87             <type>xml</type>
88             <classifier>features</classifier>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.odlparent</groupId>
92             <artifactId>odl-lmax-3</artifactId>
93             <type>xml</type>
94             <classifier>features</classifier>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.controller</groupId>
98             <artifactId>odl-controller-mdsal-common</artifactId>
99             <type>xml</type>
100             <classifier>features</classifier>
101         </dependency>
102         <!-- FIXME: Bug 4202: Add MD-SAL provided odl-mdsal-binding-adapter -->
103         <!-- FIXME: Bug 4202: Add MD-SAL provided odl-mdsal-dom-broker -->
104         <dependency>
105             <groupId>org.opendaylight.mdsal</groupId>
106             <artifactId>odl-mdsal-dom</artifactId>
107             <type>xml</type>
108             <classifier>features</classifier>
109         </dependency>
110         <dependency>
111             <groupId>org.opendaylight.mdsal</groupId>
112             <artifactId>odl-mdsal-eos-dom</artifactId>
113             <type>xml</type>
114             <classifier>features</classifier>
115         </dependency>
116         <dependency>
117             <groupId>org.opendaylight.mdsal</groupId>
118             <artifactId>odl-mdsal-eos-binding</artifactId>
119             <type>xml</type>
120             <classifier>features</classifier>
121         </dependency>
122         <dependency>
123             <groupId>org.opendaylight.mdsal</groupId>
124             <artifactId>odl-mdsal-singleton-dom</artifactId>
125             <type>xml</type>
126             <classifier>features</classifier>
127         </dependency>
128         <dependency>
129             <groupId>${project.groupId}</groupId>
130             <artifactId>sal-core-api</artifactId>
131         </dependency>
132         <dependency>
133             <groupId>${project.groupId}</groupId>
134             <artifactId>sal-core-spi</artifactId>
135         </dependency>
136         <dependency>
137             <groupId>${project.groupId}</groupId>
138             <artifactId>sal-broker-impl</artifactId>
139         </dependency>
140         <dependency>
141             <groupId>${project.groupId}</groupId>
142             <artifactId>sal-binding-api</artifactId>
143         </dependency>
144         <dependency>
145             <groupId>${project.groupId}</groupId>
146             <artifactId>sal-binding-broker-impl</artifactId>
147         </dependency>
148         <dependency>
149             <groupId>${project.groupId}</groupId>
150             <artifactId>sal-binding-util</artifactId>
151         </dependency>
152         <dependency>
153             <groupId>${project.groupId}</groupId>
154             <artifactId>sal-connector-api</artifactId>
155         </dependency>
156         <dependency>
157             <groupId>${project.groupId}</groupId>
158             <artifactId>sal-inmemory-datastore</artifactId>
159         </dependency>
160         <dependency>
161             <!-- TODO start-level="40" -->
162             <groupId>${project.groupId}</groupId>
163             <artifactId>blueprint</artifactId>
164             <version>0.10.0-SNAPSHOT</version>
165         </dependency>
166     </dependencies>
167
168 </project>