Release Carbon
[nemo.git] / nemo-features / nemo-features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Huawei, Inc 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
7 -->
8 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9   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>features-parent</artifactId>
15     <version>1.8.4-Carbon</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.nemo</groupId>
20   <artifactId>nemo-features</artifactId>
21   <version>1.2.4-Carbon</version>
22   <!-- <name> formatting is used by autorelease to parse and notify projects on
23        build failure. Please do not modify this unless you have a good reason. -->
24   <name>ODL :: nemo :: ${project.artifactId}</name>
25
26   <prerequisites>
27     <maven>3.1.1</maven>
28   </prerequisites>
29
30   <properties>
31     <mdsal.model.version>0.10.4-Carbon</mdsal.model.version>
32     <mdsal.version>1.5.4-Carbon</mdsal.version>
33     <restconf.version>1.5.4-Carbon</restconf.version>
34     <dlux.version>0.5.4-Carbon</dlux.version>
35     <openflowplugin.version>0.4.4-Carbon</openflowplugin.version>
36   </properties>
37
38   <dependencyManagement>
39     <dependencies>
40       <dependency>
41         <groupId>org.opendaylight.mdsal.model</groupId>
42         <artifactId>mdsal-model-artifacts</artifactId>
43         <version>${mdsal.model.version}</version>
44         <type>pom</type>
45         <scope>import</scope>
46       </dependency>
47       <dependency>
48         <groupId>org.opendaylight.controller</groupId>
49         <artifactId>mdsal-artifacts</artifactId>
50         <version>${mdsal.version}</version>
51         <type>pom</type>
52         <scope>import</scope>
53       </dependency>
54       <dependency>
55         <groupId>org.opendaylight.netconf</groupId>
56         <artifactId>restconf-artifacts</artifactId>
57         <version>${restconf.version}</version>
58         <type>pom</type>
59         <scope>import</scope>
60       </dependency>
61       <dependency>
62         <groupId>org.opendaylight.dlux</groupId>
63         <artifactId>features-dlux</artifactId>
64         <version>${dlux.version}</version>
65         <type>pom</type>
66         <scope>import</scope>
67       </dependency>
68     </dependencies>
69   </dependencyManagement>
70
71   <dependencies>
72     <dependency>
73       <groupId>org.opendaylight.mdsal.model</groupId>
74       <artifactId>features-mdsal-model</artifactId>
75       <version>${mdsal.model.version}</version>
76       <classifier>features</classifier>
77       <type>xml</type>
78       <scope>runtime</scope>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.controller</groupId>
82       <artifactId>features-mdsal</artifactId>
83       <classifier>features</classifier>
84       <type>xml</type>
85       <scope>runtime</scope>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.netconf</groupId>
89       <artifactId>features-restconf</artifactId>
90       <version>${restconf.version}</version>
91       <classifier>features</classifier>
92       <type>xml</type>
93       <scope>runtime</scope>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.dlux</groupId>
97       <artifactId>features-dlux</artifactId>
98       <version>${dlux.version}</version>
99       <classifier>features</classifier>
100       <type>xml</type>
101       <scope>runtime</scope>
102     </dependency>
103     <dependency>
104       <groupId>org.opendaylight.openflowplugin</groupId>
105       <artifactId>features-openflowplugin</artifactId>
106       <version>${openflowplugin.version}</version>
107       <classifier>features</classifier>
108       <type>xml</type>
109     </dependency>
110     <dependency>
111       <groupId>org.opendaylight.openflowplugin</groupId>
112       <artifactId>features-openflowplugin-extension</artifactId>
113       <version>${openflowplugin.version}</version>
114       <classifier>features</classifier>
115       <type>xml</type>
116     </dependency>
117     <dependency>
118       <groupId>${project.groupId}</groupId>
119       <artifactId>nemo-api</artifactId>
120       <version>${project.version}</version>
121     </dependency>
122     <dependency>
123       <groupId>${project.groupId}</groupId>
124       <artifactId>nemo-impl</artifactId>
125       <version>${project.version}</version>
126     </dependency>
127     <dependency>
128       <groupId>${project.groupId}</groupId>
129       <artifactId>nemo-impl</artifactId>
130       <version>${project.version}</version>
131       <classifier>config</classifier>
132       <type>xml</type>
133     </dependency>
134     <dependency>
135       <groupId>${project.groupId}</groupId>
136       <artifactId>openflow-renderer</artifactId>
137       <version>${project.version}</version>
138     </dependency>
139     <dependency>
140       <groupId>${project.groupId}</groupId>
141       <artifactId>openflow-renderer</artifactId>
142       <version>${project.version}</version>
143       <classifier>config</classifier>
144       <type>xml</type>
145     </dependency>
146     <dependency>
147       <groupId>${project.groupId}</groupId>
148       <artifactId>openflow-renderer</artifactId>
149       <version>${project.version}</version>
150       <classifier>node-resource</classifier>
151       <type>json</type>
152     </dependency>
153     <dependency>
154       <groupId>${project.groupId}</groupId>
155       <artifactId>openflow-renderer</artifactId>
156       <version>${project.version}</version>
157       <classifier>host-resource</classifier>
158       <type>json</type>
159     </dependency>
160     <dependency>
161       <groupId>${project.groupId}</groupId>
162       <artifactId>openflow-renderer</artifactId>
163       <version>${project.version}</version>
164       <classifier>link-resource</classifier>
165       <type>json</type>
166     </dependency>
167     <dependency>
168       <groupId>${project.groupId}</groupId>
169       <artifactId>openflow-renderer</artifactId>
170       <version>${project.version}</version>
171       <classifier>external-resource</classifier>
172       <type>json</type>
173     </dependency>
174     <dependency>
175       <groupId>${project.groupId}</groupId>
176       <artifactId>cli-renderer</artifactId>
177       <version>${project.version}</version>
178     </dependency>
179     <dependency>
180       <groupId>${project.groupId}</groupId>
181       <artifactId>cli-renderer</artifactId>
182       <version>${project.version}</version>
183       <classifier>config</classifier>
184       <type>xml</type>
185     </dependency>
186     <dependency>
187       <groupId>${project.groupId}</groupId>
188       <artifactId>cli-renderer</artifactId>
189       <version>${project.version}</version>
190       <classifier>node-resource</classifier>
191       <type>json</type>
192     </dependency>
193     <dependency>
194       <groupId>${project.groupId}</groupId>
195       <artifactId>cli-renderer</artifactId>
196       <version>${project.version}</version>
197       <classifier>host-resource</classifier>
198       <type>json</type>
199     </dependency>
200     <dependency>
201       <groupId>${project.groupId}</groupId>
202       <artifactId>cli-renderer</artifactId>
203       <version>${project.version}</version>
204       <classifier>link-resource</classifier>
205       <type>json</type>
206     </dependency>
207     <dependency>
208       <groupId>${project.groupId}</groupId>
209       <artifactId>cli-renderer</artifactId>
210       <version>${project.version}</version>
211       <classifier>external-resource</classifier>
212       <type>json</type>
213     </dependency>
214     <dependency>
215       <groupId>${project.groupId}</groupId>
216       <artifactId>nemo-ui</artifactId>
217       <version>${project.version}</version>
218     </dependency>
219   </dependencies>
220
221   <scm>
222     <connection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</connection>
223     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</developerConnection>
224     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
225     <tag>HEAD</tag>
226   </scm>
227 </project>