Bump versions by x.y.(z+1)
[alto.git] / alto-release-features / odl-alto-auto-maps / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Yale University and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <project xmlns="http://maven.apache.org/POM/4.0.0"
9          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>single-feature-parent</artifactId>
16     <version>1.8.3-SNAPSHOT</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.alto</groupId>
21   <artifactId>odl-alto-auto-maps</artifactId>
22   <version>0.4.3-SNAPSHOT</version>
23   <packaging>feature</packaging>
24
25   <name>OpenDaylight :: alto :: Auto-maps</name>
26
27   <properties>
28     <mdsal.model.groupId>org.opendaylight.mdsal.model</mdsal.model.groupId>
29     <mdsal.groupId>org.opendaylight.controller</mdsal.groupId>
30     <l2switch.groupId>org.opendaylight.l2switch</l2switch.groupId>
31     <mdsal.model.version>0.10.3-SNAPSHOT</mdsal.model.version>
32     <mdsal.version>1.5.3-SNAPSHOT</mdsal.version>
33     <l2switch.version>0.5.3-SNAPSHOT</l2switch.version>
34   </properties>
35
36   <dependencyManagement>
37     <dependencies>
38       <!-- project specific dependencies -->
39       <dependency>
40         <groupId>org.opendaylight.alto</groupId>
41         <artifactId>alto-parent</artifactId>
42         <version>${project.version}</version>
43         <type>pom</type>
44         <scope>import</scope>
45       </dependency>
46       <dependency>
47         <groupId>org.opendaylight.controller</groupId>
48         <artifactId>mdsal-artifacts</artifactId>
49         <version>${mdsal.version}</version>
50         <type>pom</type>
51         <scope>import</scope>
52       </dependency>
53     </dependencies>
54   </dependencyManagement>
55
56   <dependencies>
57     <dependency>
58       <groupId>${mdsal.model.groupId}</groupId>
59       <artifactId>odl-mdsal-models</artifactId>
60       <version>${mdsal.model.version}</version>
61       <type>xml</type>
62       <classifier>features</classifier>
63     </dependency>
64     <dependency>
65       <groupId>${mdsal.groupId}</groupId>
66       <artifactId>odl-mdsal-broker</artifactId>
67       <version>${mdsal.version}</version>
68       <type>xml</type>
69       <classifier>features</classifier>
70     </dependency>
71     <dependency>
72       <groupId>${l2switch.groupId}</groupId>
73       <artifactId>odl-l2switch-hosttracker</artifactId>
74       <version>${l2switch.version}</version>
75       <type>xml</type>
76       <classifier>features</classifier>
77     </dependency>
78     <dependency>
79       <groupId>${project.groupId}</groupId>
80       <artifactId>odl-alto-manual-maps</artifactId>
81       <version>${project.version}</version>
82       <type>xml</type>
83       <classifier>features</classifier>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.alto.basic</groupId>
87       <artifactId>alto-auto-maps-api</artifactId>
88       <version>${project.version}</version>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.alto.basic</groupId>
92       <artifactId>alto-auto-maps-impl</artifactId>
93       <version>${project.version}</version>
94     </dependency>
95   </dependencies>
96 </project>