Bump versions by 0.1.0 for next dev cycle
[alto.git] / alto-basic / manual-maps / features / 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 INTERNAL
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   <parent>
11     <groupId>org.opendaylight.odlparent</groupId>
12     <artifactId>features-parent</artifactId>
13     <version>1.8.0-SNAPSHOT</version>
14     <relativePath/>
15   </parent>
16   <groupId>org.opendaylight.alto.basic</groupId>
17   <artifactId>alto-manual-maps-features</artifactId>
18   <version>0.4.0-SNAPSHOT</version>
19   <name>${project.artifactId}</name>
20   <modelVersion>4.0.0</modelVersion>
21   <prerequisites>
22     <maven>3.1.1</maven>
23   </prerequisites>
24   <properties>
25     <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
26     <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
27     <restconf.version>1.5.0-SNAPSHOT</restconf.version>
28     <yangtools.version>0.10.0-SNAPSHOT</yangtools.version>
29     <dlux.version>0.5.0-SNAPSHOT</dlux.version>
30     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
31   </properties>
32   <dependencyManagement>
33     <dependencies>
34       <!-- project specific dependencies -->
35       <dependency>
36         <groupId>org.opendaylight.controller</groupId>
37         <artifactId>mdsal-artifacts</artifactId>
38         <version>${mdsal.version}</version>
39         <type>pom</type>
40         <scope>import</scope>
41       </dependency>
42       <dependency>
43         <groupId>org.opendaylight.netconf</groupId>
44         <artifactId>restconf-artifacts</artifactId>
45         <version>${restconf.version}</version>
46         <type>pom</type>
47         <scope>import</scope>
48       </dependency>
49     </dependencies>
50   </dependencyManagement>
51   <dependencies>
52     <dependency>
53       <groupId>org.opendaylight.yangtools</groupId>
54       <artifactId>features-yangtools</artifactId>
55       <classifier>features</classifier>
56       <version>${yangtools.version}</version>
57       <type>xml</type>
58       <scope>runtime</scope>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.mdsal.model</groupId>
62       <artifactId>features-mdsal-model</artifactId>
63       <version>${mdsal.model.version}</version>
64       <classifier>features</classifier>
65       <type>xml</type>
66       <scope>runtime</scope>
67     </dependency>
68     <dependency>
69       <groupId>org.opendaylight.controller</groupId>
70       <artifactId>features-mdsal</artifactId>
71       <classifier>features</classifier>
72       <version>${mdsal.version}</version>
73       <type>xml</type>
74       <scope>runtime</scope>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.netconf</groupId>
78       <artifactId>features-restconf</artifactId>
79       <classifier>features</classifier>
80       <version>${restconf.version}</version>
81       <type>xml</type>
82       <scope>runtime</scope>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.dlux</groupId>
86       <artifactId>features-dlux</artifactId>
87       <classifier>features</classifier>
88       <version>${dlux.version}</version>
89       <type>xml</type>
90       <scope>runtime</scope>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.alto.core</groupId>
94       <artifactId>alto-northbound-features</artifactId>
95       <version>${project.version}</version>
96       <classifier>features</classifier>
97       <type>xml</type>
98       <scope>runtime</scope>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.alto.core</groupId>
102       <artifactId>alto-resourcepool-features</artifactId>
103       <classifier>features</classifier>
104       <version>${project.version}</version>
105       <type>xml</type>
106       <scope>runtime</scope>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.alto.core</groupId>
110       <artifactId>alto-service-model-networkmap-features</artifactId>
111       <classifier>features</classifier>
112       <version>${project.version}</version>
113       <type>xml</type>
114       <scope>runtime</scope>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.alto.core</groupId>
118       <artifactId>alto-service-model-costmap-features</artifactId>
119       <classifier>features</classifier>
120       <version>${project.version}</version>
121       <type>xml</type>
122       <scope>runtime</scope>
123     </dependency>
124     <dependency>
125       <groupId>org.opendaylight.alto.core</groupId>
126       <artifactId>alto-service-model-base-api</artifactId>
127       <version>${project.version}</version>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.alto.core</groupId>
131       <artifactId>alto-service-model-config-api</artifactId>
132       <version>${project.version}</version>
133     </dependency>
134     <dependency>
135       <groupId>${project.groupId}</groupId>
136       <artifactId>alto-manual-maps-impl</artifactId>
137       <version>${project.version}</version>
138     </dependency>
139     <dependency>
140       <groupId>${project.groupId}</groupId>
141       <artifactId>alto-manual-maps-impl</artifactId>
142       <version>${project.version}</version>
143       <type>xml</type>
144       <classifier>config</classifier>
145     </dependency>
146     <dependency>
147       <groupId>${project.groupId}</groupId>
148       <artifactId>alto-manual-maps-api</artifactId>
149       <version>${project.version}</version>
150     </dependency>
151   </dependencies>
152 </project>