Bump versions by 0.1.0 for next dev cycle
[alto.git] / alto-basic / manual-maps / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2015 Yale University 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
11     <parent>
12         <groupId>org.opendaylight.controller</groupId>
13         <artifactId>config-parent</artifactId>
14         <version>0.6.0-SNAPSHOT</version>
15         <relativePath/>
16     </parent>
17
18     <modelVersion>4.0.0</modelVersion>
19     <groupId>org.opendaylight.alto.basic</groupId>
20     <artifactId>alto-manual-maps-impl</artifactId>
21     <version>0.4.0-SNAPSHOT</version>
22     <packaging>bundle</packaging>
23     <dependencies>
24         <dependency>
25             <groupId>${project.groupId}</groupId>
26             <artifactId>alto-manual-maps-api</artifactId>
27             <version>${project.version}</version>
28         </dependency>
29
30         <dependency>
31             <groupId>org.opendaylight.alto.core</groupId>
32             <artifactId>alto-resourcepool-api</artifactId>
33             <version>${project.version}</version>
34         </dependency>
35
36         <dependency>
37             <groupId>org.opendaylight.alto.core</groupId>
38             <artifactId>alto-service-model-ird-api</artifactId>
39             <version>${project.version}</version>
40         </dependency>
41
42         <dependency>
43             <groupId>org.opendaylight.alto.core</groupId>
44             <artifactId>alto-service-model-networkmap-api</artifactId>
45             <version>${project.version}</version>
46         </dependency>
47
48         <dependency>
49             <groupId>org.opendaylight.alto.core</groupId>
50             <artifactId>alto-service-model-costmap-api</artifactId>
51             <version>${project.version}</version>
52         </dependency>
53
54         <dependency>
55             <groupId>org.opendaylight.alto.core</groupId>
56             <artifactId>alto-northbound-api</artifactId>
57             <version>${project.version}</version>
58         </dependency>
59
60         <dependency>
61             <groupId>org.opendaylight.alto.core</groupId>
62             <artifactId>alto-northbound-route-networkmap-api</artifactId>
63             <version>${project.version}</version>
64         </dependency>
65
66         <dependency>
67             <groupId>org.opendaylight.alto.core</groupId>
68             <artifactId>alto-northbound-route-costmap-api</artifactId>
69             <version>${project.version}</version>
70         </dependency>
71
72         <dependency>
73             <groupId>org.opendaylight.alto.basic</groupId>
74             <artifactId>alto-simple-ird-api</artifactId>
75             <version>${project.version}</version>
76         </dependency>
77         <!-- Testing Dependencies -->
78         <dependency>
79             <groupId>junit</groupId>
80             <artifactId>junit</artifactId>
81             <scope>test</scope>
82         </dependency>
83
84         <dependency>
85             <groupId>org.mockito</groupId>
86             <artifactId>mockito-all</artifactId>
87             <scope>test</scope>
88         </dependency>
89     </dependencies>
90
91 </project>