Release Beryllium-SR1
[nemo.git] / 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.6.1-Beryllium-SR1</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.nemo</groupId>
20   <artifactId>nemo-features</artifactId>
21   <version>1.0.1-Beryllium-SR1</version>
22   <name>${project.artifactId}</name>
23
24   <prerequisites>
25     <maven>3.1.1</maven>
26   </prerequisites>
27
28   <properties>
29     <mdsal.model.version>0.8.1-Beryllium-SR1</mdsal.model.version>
30     <mdsal.version>1.3.1-Beryllium-SR1</mdsal.version>
31     <restconf.version>1.3.1-Beryllium-SR1</restconf.version>
32     <dlux.version>0.3.1-Beryllium-SR1</dlux.version>
33     <openflowplugin.version>0.2.1-Beryllium-SR1</openflowplugin.version>
34   </properties>
35
36   <dependencyManagement>
37     <dependencies>
38       <dependency>
39         <groupId>org.opendaylight.mdsal.model</groupId>
40         <artifactId>mdsal-model-artifacts</artifactId>
41         <version>${mdsal.model.version}</version>
42         <type>pom</type>
43         <scope>import</scope>
44       </dependency>
45       <dependency>
46         <groupId>org.opendaylight.controller</groupId>
47         <artifactId>mdsal-artifacts</artifactId>
48         <version>${mdsal.version}</version>
49         <type>pom</type>
50         <scope>import</scope>
51       </dependency>
52       <dependency>
53         <groupId>org.opendaylight.netconf</groupId>
54         <artifactId>restconf-artifacts</artifactId>
55         <version>${restconf.version}</version>
56         <type>pom</type>
57         <scope>import</scope>
58       </dependency>
59       <dependency>
60         <groupId>org.opendaylight.dlux</groupId>
61         <artifactId>features-dlux</artifactId>
62         <version>${dlux.version}</version>
63         <type>pom</type>
64         <scope>import</scope>
65       </dependency>
66     </dependencies>
67   </dependencyManagement>
68
69   <dependencies>
70     <dependency>
71       <groupId>org.opendaylight.mdsal.model</groupId>
72       <artifactId>features-mdsal-model</artifactId>
73       <version>${mdsal.model.version}</version>
74       <classifier>features</classifier>
75       <type>xml</type>
76       <scope>runtime</scope>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.controller</groupId>
80       <artifactId>features-mdsal</artifactId>
81       <classifier>features</classifier>
82       <type>xml</type>
83       <scope>runtime</scope>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.netconf</groupId>
87       <artifactId>features-restconf</artifactId>
88       <version>${restconf.version}</version>
89       <classifier>features</classifier>
90       <type>xml</type>
91       <scope>runtime</scope>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.dlux</groupId>
95       <artifactId>features-dlux</artifactId>
96       <version>${dlux.version}</version>
97       <classifier>features</classifier>
98       <type>xml</type>
99       <scope>runtime</scope>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.openflowplugin</groupId>
103       <artifactId>features-openflowplugin</artifactId>
104       <version>${openflowplugin.version}</version>
105       <classifier>features</classifier>
106       <type>xml</type>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.openflowplugin</groupId>
110       <artifactId>features-openflowplugin-extension</artifactId>
111       <version>${openflowplugin.version}</version>
112       <classifier>features</classifier>
113       <type>xml</type>
114     </dependency>
115     <dependency>
116       <groupId>${project.groupId}</groupId>
117       <artifactId>nemo-api</artifactId>
118       <version>${project.version}</version>
119     </dependency>
120     <dependency>
121       <groupId>${project.groupId}</groupId>
122       <artifactId>nemo-impl</artifactId>
123       <version>${project.version}</version>
124     </dependency>
125     <dependency>
126       <groupId>${project.groupId}</groupId>
127       <artifactId>nemo-impl</artifactId>
128       <version>${project.version}</version>
129       <classifier>config</classifier>
130       <type>xml</type>
131     </dependency>
132     <dependency>
133       <groupId>${project.groupId}</groupId>
134       <artifactId>openflow-renderer</artifactId>
135       <version>${project.version}</version>
136     </dependency>
137     <dependency>
138       <groupId>${project.groupId}</groupId>
139       <artifactId>openflow-renderer</artifactId>
140       <version>${project.version}</version>
141       <classifier>config</classifier>
142       <type>xml</type>
143     </dependency>
144     <dependency>
145       <groupId>${project.groupId}</groupId>
146       <artifactId>openflow-renderer</artifactId>
147       <version>${project.version}</version>
148       <classifier>node-resource</classifier>
149       <type>json</type>
150     </dependency>
151     <dependency>
152       <groupId>${project.groupId}</groupId>
153       <artifactId>openflow-renderer</artifactId>
154       <version>${project.version}</version>
155       <classifier>host-resource</classifier>
156       <type>json</type>
157     </dependency>
158     <dependency>
159       <groupId>${project.groupId}</groupId>
160       <artifactId>openflow-renderer</artifactId>
161       <version>${project.version}</version>
162       <classifier>link-resource</classifier>
163       <type>json</type>
164     </dependency>
165     <dependency>
166       <groupId>${project.groupId}</groupId>
167       <artifactId>openflow-renderer</artifactId>
168       <version>${project.version}</version>
169       <classifier>external-resource</classifier>
170       <type>json</type>
171     </dependency>
172     <dependency>
173       <groupId>${project.groupId}</groupId>
174       <artifactId>cli-renderer</artifactId>
175       <version>${project.version}</version>
176     </dependency>
177     <dependency>
178       <groupId>${project.groupId}</groupId>
179       <artifactId>cli-renderer</artifactId>
180       <version>${project.version}</version>
181       <classifier>config</classifier>
182       <type>xml</type>
183     </dependency>
184     <dependency>
185       <groupId>${project.groupId}</groupId>
186       <artifactId>cli-renderer</artifactId>
187       <version>${project.version}</version>
188       <classifier>node-resource</classifier>
189       <type>json</type>
190     </dependency>
191     <dependency>
192       <groupId>${project.groupId}</groupId>
193       <artifactId>cli-renderer</artifactId>
194       <version>${project.version}</version>
195       <classifier>host-resource</classifier>
196       <type>json</type>
197     </dependency>
198     <dependency>
199       <groupId>${project.groupId}</groupId>
200       <artifactId>cli-renderer</artifactId>
201       <version>${project.version}</version>
202       <classifier>link-resource</classifier>
203       <type>json</type>
204     </dependency>
205     <dependency>
206       <groupId>${project.groupId}</groupId>
207       <artifactId>cli-renderer</artifactId>
208       <version>${project.version}</version>
209       <classifier>external-resource</classifier>
210       <type>json</type>
211     </dependency>
212     <dependency>
213       <groupId>${project.groupId}</groupId>
214       <artifactId>nemo-ui</artifactId>
215       <version>${project.version}</version>
216     </dependency>
217   </dependencies>
218
219   <scm>
220     <connection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</connection>
221     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</developerConnection>
222     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
223     <tag>HEAD</tag>
224   </scm>
225 </project>