Bump versions by x.(y+1).z for next dev cycle
[lispflowmapping.git] / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015, 2017 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>odlparent-lite</artifactId>
15     <version>3.0.2</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.lispflowmapping</groupId>
20   <artifactId>lispflowmapping-artifacts</artifactId>
21   <version>1.8.0-SNAPSHOT</version>
22   <packaging>pom</packaging>
23   <!-- <name> formatting is used by autorelease to parse and notify projects on
24        build failure. Please do not modify this unless you have a good reason. -->
25   <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
26
27   <dependencyManagement>
28     <dependencies>
29       <dependency>
30         <groupId>${project.groupId}</groupId>
31         <artifactId>mappingservice.api</artifactId>
32         <version>${project.version}</version>
33       </dependency>
34       <dependency>
35         <groupId>${project.groupId}</groupId>
36         <artifactId>mappingservice.dsbackend</artifactId>
37         <version>${project.version}</version>
38       </dependency>
39       <dependency>
40         <groupId>${project.groupId}</groupId>
41         <artifactId>mappingservice.implementation</artifactId>
42         <version>${project.version}</version>
43       </dependency>
44       <dependency>
45         <groupId>${project.groupId}</groupId>
46         <artifactId>mappingservice.inmemorydb</artifactId>
47         <version>${project.version}</version>
48       </dependency>
49       <dependency>
50         <groupId>${project.groupId}</groupId>
51         <artifactId>mappingservice.mapcache</artifactId>
52         <version>${project.version}</version>
53       </dependency>
54       <dependency>
55         <groupId>${project.groupId}</groupId>
56         <artifactId>mappingservice.neutron</artifactId>
57         <version>${project.version}</version>
58       </dependency>
59       <dependency>
60         <groupId>${project.groupId}</groupId>
61         <artifactId>mappingservice.shell</artifactId>
62         <version>${project.version}</version>
63       </dependency>
64       <dependency>
65         <groupId>${project.groupId}</groupId>
66         <artifactId>mappingservice.southbound</artifactId>
67         <version>${project.version}</version>
68       </dependency>
69       <dependency>
70         <groupId>${project.groupId}</groupId>
71         <artifactId>mappingservice.lisp-proto</artifactId>
72         <version>${project.version}</version>
73       </dependency>
74       <dependency>
75         <groupId>${project.groupId}</groupId>
76         <artifactId>lispflowmapping-ui-bundle</artifactId>
77         <version>${project.version}</version>
78       </dependency>
79       <dependency>
80         <groupId>${project.groupId}</groupId>
81         <artifactId>mappingservice.config</artifactId>
82         <version>${project.version}</version>
83       </dependency>
84
85       <!-- Features -->
86       <dependency>
87         <groupId>${project.groupId}</groupId>
88         <artifactId>features-lispflowmapping</artifactId>
89         <version>${project.version}</version>
90         <classifier>features</classifier>
91         <type>xml</type>
92       </dependency>
93       <dependency>
94         <groupId>${project.groupId}</groupId>
95         <artifactId>features-lispflowmapping</artifactId>
96         <version>${project.version}</version>
97         <classifier>features</classifier>
98         <type>xml</type>
99       </dependency>
100       <dependency>
101         <groupId>${project.groupId}</groupId>
102         <artifactId>odl-lispflowmapping-models</artifactId>
103         <version>${project.version}</version>
104         <classifier>features</classifier>
105         <type>xml</type>
106       </dependency>
107       <dependency>
108         <groupId>${project.groupId}</groupId>
109         <artifactId>odl-lispflowmapping-inmemorydb</artifactId>
110         <version>${project.version}</version>
111         <classifier>features</classifier>
112         <type>xml</type>
113       </dependency>
114       <dependency>
115         <groupId>${project.groupId}</groupId>
116         <artifactId>odl-lispflowmapping-southbound</artifactId>
117         <version>${project.version}</version>
118         <classifier>features</classifier>
119         <type>xml</type>
120       </dependency>
121       <dependency>
122         <groupId>${project.groupId}</groupId>
123         <artifactId>odl-lispflowmapping-mappingservice</artifactId>
124         <version>${project.version}</version>
125         <classifier>features</classifier>
126         <type>xml</type>
127       </dependency>
128       <dependency>
129         <groupId>${project.groupId}</groupId>
130         <artifactId>odl-lispflowmapping-msmr</artifactId>
131         <version>${project.version}</version>
132         <classifier>features</classifier>
133         <type>xml</type>
134       </dependency>
135       <dependency>
136         <groupId>${project.groupId}</groupId>
137         <artifactId>odl-lispflowmapping-mappingservice-shell</artifactId>
138         <version>${project.version}</version>
139         <classifier>features</classifier>
140         <type>xml</type>
141       </dependency>
142       <dependency>
143         <groupId>${project.groupId}</groupId>
144         <artifactId>odl-lispflowmapping-neutron</artifactId>
145         <version>${project.version}</version>
146         <classifier>features</classifier>
147         <type>xml</type>
148       </dependency>
149       <dependency>
150         <groupId>${project.groupId}</groupId>
151         <artifactId>odl-lispflowmapping-ui</artifactId>
152         <version>${project.version}</version>
153         <classifier>features</classifier>
154         <type>xml</type>
155       </dependency>
156     </dependencies>
157   </dependencyManagement>
158 </project>