Merge "Clean up unused subprojects and configurations"
[alto.git] / alto-release-features / odl-alto-standard-types / 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>2.0.0</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.alto</groupId>
21   <artifactId>odl-alto-standard-types</artifactId>
22   <version>0.5.0-SNAPSHOT</version>
23   <packaging>feature</packaging>
24
25   <name>OpenDaylight :: alto :: Standard Types</name>
26
27   <properties>
28     <mdsal.model.groupId>org.opendaylight.mdsal.model</mdsal.model.groupId>
29     <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
30   </properties>
31
32   <dependencies>
33     <dependency>
34       <groupId>${mdsal.model.groupId}</groupId>
35       <artifactId>odl-mdsal-models</artifactId>
36       <version>${mdsal.model.version}</version>
37       <type>xml</type>
38       <classifier>features</classifier>
39     </dependency>
40     <dependency>
41       <groupId>org.opendaylight.alto.core</groupId>
42       <artifactId>alto-basic-types</artifactId>
43       <version>${project.version}</version>
44     </dependency>
45   </dependencies>
46 </project>