Bump versions by x.(y+1).z for next dev cycle
[lispflowmapping.git] / features / features-lispflowmapping / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2014 Cisco Systems, Inc. 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
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>features-parent</artifactId>
15     <version>1.9.0-SNAPSHOT</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.lispflowmapping</groupId>
20   <artifactId>features-lispflowmapping</artifactId>
21   <version>1.6.0-SNAPSHOT</version>
22   <!-- <name> formatting is used by autorelease to parse and notify projects on
23        build failure. Please do not modify this unless you have a good reason. -->
24   <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
25
26   <properties>
27     <dlux.core.version>0.6.0-SNAPSHOT</dlux.core.version>
28     <dluxapps.version>0.6.0-SNAPSHOT</dluxapps.version>
29     <mdsal.version>1.6.0-SNAPSHOT</mdsal.version>
30     <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
31     <netconf.version>1.3.0-SNAPSHOT</netconf.version>
32     <neutron.version>0.9.0-SNAPSHOT</neutron.version>
33     <restconf.version>1.6.0-SNAPSHOT</restconf.version>
34     <vbd.version>1.2.0-SNAPSHOT</vbd.version>
35   </properties>
36
37   <dependencyManagement>
38     <dependencies>
39       <!-- project specific dependencies -->
40       <dependency>
41         <groupId>org.opendaylight.controller</groupId>
42         <artifactId>mdsal-artifacts</artifactId>
43         <version>${mdsal.version}</version>
44         <type>pom</type>
45         <scope>import</scope>
46       </dependency>
47       <dependency>
48         <groupId>org.opendaylight.honeycomb.vbd</groupId>
49         <artifactId>vbd-artifacts</artifactId>
50         <version>${vbd.version}</version>
51         <type>pom</type>
52         <scope>import</scope>
53       </dependency>
54     </dependencies>
55   </dependencyManagement>
56
57   <dependencies>
58     <dependency>
59       <groupId>org.opendaylight.mdsal.model</groupId>
60       <artifactId>features-mdsal-model</artifactId>
61       <version>${mdsal.model.version}</version>
62       <classifier>features</classifier>
63       <type>xml</type>
64       <scope>runtime</scope>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.controller</groupId>
68       <artifactId>features-mdsal</artifactId>
69       <classifier>features</classifier>
70       <type>xml</type>
71       <scope>runtime</scope>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.netconf</groupId>
75       <artifactId>features-restconf</artifactId>
76       <version>${restconf.version}</version>
77       <classifier>features</classifier>
78       <type>xml</type>
79       <scope>runtime</scope>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.netconf</groupId>
83       <artifactId>features-netconf-connector</artifactId>
84       <version>${netconf.version}</version>
85       <classifier>features</classifier>
86       <type>xml</type>
87       <scope>runtime</scope>
88     </dependency>
89     <dependency>
90       <groupId>org.opendaylight.dlux</groupId>
91       <artifactId>features-dlux</artifactId>
92       <version>${dlux.core.version}</version>
93       <classifier>features</classifier>
94       <type>xml</type>
95       <scope>runtime</scope>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.dluxapps</groupId>
99       <artifactId>features-dluxapps</artifactId>
100       <version>${dluxapps.version}</version>
101       <classifier>features</classifier>
102       <type>xml</type>
103       <scope>runtime</scope>
104     </dependency>
105     <dependency>
106       <groupId>${project.groupId}</groupId>
107       <artifactId>mappingservice.dsbackend</artifactId>
108       <version>${project.version}</version>
109     </dependency>
110     <dependency>
111       <groupId>${project.groupId}</groupId>
112       <artifactId>mappingservice.implementation</artifactId>
113       <version>${project.version}</version>
114     </dependency>
115     <dependency>
116       <groupId>${project.groupId}</groupId>
117       <artifactId>mappingservice.southbound</artifactId>
118       <version>${project.version}</version>
119     </dependency>
120     <dependency>
121       <groupId>${project.groupId}</groupId>
122       <artifactId>mappingservice.api</artifactId>
123       <version>${project.version}</version>
124     </dependency>
125     <dependency>
126       <groupId>${project.groupId}</groupId>
127       <artifactId>mappingservice.inmemorydb</artifactId>
128       <version>${project.version}</version>
129     </dependency>
130     <dependency>
131       <groupId>${project.groupId}</groupId>
132       <artifactId>mappingservice.neutron</artifactId>
133       <version>${project.version}</version>
134     </dependency>
135     <dependency>
136       <groupId>${project.groupId}</groupId>
137       <artifactId>mappingservice.shell</artifactId>
138       <version>${project.version}</version>
139     </dependency>
140     <dependency>
141       <groupId>${project.groupId}</groupId>
142       <artifactId>mappingservice.lisp-proto</artifactId>
143       <version>${project.version}</version>
144     </dependency>
145     <dependency>
146       <groupId>${project.groupId}</groupId>
147       <artifactId>mappingservice.config</artifactId>
148       <version>${project.version}</version>
149     </dependency>
150     <dependency>
151       <groupId>${project.groupId}</groupId>
152       <artifactId>lispflowmapping-ui-bundle</artifactId>
153       <version>${project.version}</version>
154     </dependency>
155     <dependency>
156       <groupId>org.opendaylight.neutron</groupId>
157       <artifactId>features-neutron</artifactId>
158       <version>${neutron.version}</version>
159       <classifier>features</classifier>
160       <type>xml</type>
161     </dependency>
162     <dependency>
163       <groupId>org.opendaylight.honeycomb.vbd</groupId>
164       <artifactId>vbd-features</artifactId>
165       <classifier>features</classifier>
166       <type>xml</type>
167     </dependency>
168   </dependencies>
169
170   <!--
171       Maven Site Configuration
172
173       The following configuration is necessary for maven-site-plugin to
174       correctly identify the correct deployment path for OpenDaylight Maven
175       sites.
176   -->
177   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
178
179   <distributionManagement>
180     <site>
181       <id>opendaylight-site</id>
182       <url>${nexus.site.url}/${project.artifactId}/</url>
183     </site>
184   </distributionManagement>
185
186 </project>