Bump versions by x.(y+1).z
[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>13.0.11</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.lispflowmapping</groupId>
20   <artifactId>lispflowmapping-artifacts</artifactId>
21   <version>1.20.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.shell</artifactId>
57         <version>${project.version}</version>
58       </dependency>
59       <dependency>
60         <groupId>${project.groupId}</groupId>
61         <artifactId>mappingservice.southbound</artifactId>
62         <version>${project.version}</version>
63       </dependency>
64       <dependency>
65         <groupId>${project.groupId}</groupId>
66         <artifactId>mappingservice.lisp-proto</artifactId>
67         <version>${project.version}</version>
68       </dependency>
69       <dependency>
70         <groupId>${project.groupId}</groupId>
71         <artifactId>mappingservice.config</artifactId>
72         <version>${project.version}</version>
73       </dependency>
74
75       <!-- Features -->
76       <dependency>
77         <groupId>${project.groupId}</groupId>
78         <artifactId>features-lispflowmapping</artifactId>
79         <version>${project.version}</version>
80         <classifier>features</classifier>
81         <type>xml</type>
82       </dependency>
83       <dependency>
84         <groupId>${project.groupId}</groupId>
85         <artifactId>odl-lispflowmapping-models</artifactId>
86         <version>${project.version}</version>
87         <classifier>features</classifier>
88         <type>xml</type>
89       </dependency>
90       <dependency>
91         <groupId>${project.groupId}</groupId>
92         <artifactId>odl-lispflowmapping-inmemorydb</artifactId>
93         <version>${project.version}</version>
94         <classifier>features</classifier>
95         <type>xml</type>
96       </dependency>
97       <dependency>
98         <groupId>${project.groupId}</groupId>
99         <artifactId>odl-lispflowmapping-southbound</artifactId>
100         <version>${project.version}</version>
101         <classifier>features</classifier>
102         <type>xml</type>
103       </dependency>
104       <dependency>
105         <groupId>${project.groupId}</groupId>
106         <artifactId>odl-lispflowmapping-mappingservice</artifactId>
107         <version>${project.version}</version>
108         <classifier>features</classifier>
109         <type>xml</type>
110       </dependency>
111       <dependency>
112         <groupId>${project.groupId}</groupId>
113         <artifactId>odl-lispflowmapping-msmr</artifactId>
114         <version>${project.version}</version>
115         <classifier>features</classifier>
116         <type>xml</type>
117       </dependency>
118       <dependency>
119         <groupId>${project.groupId}</groupId>
120         <artifactId>odl-lispflowmapping-mappingservice-shell</artifactId>
121         <version>${project.version}</version>
122         <classifier>features</classifier>
123         <type>xml</type>
124       </dependency>
125     </dependencies>
126   </dependencyManagement>
127 </project>