Bumping versions by 0.0.1 for next dev cycle
[mdsal.git] / model / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>features-parent</artifactId>
15         <version>1.7.1-SNAPSHOT</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.mdsal.model</groupId>
20     <artifactId>features-mdsal-model</artifactId>
21     <version>0.9.1-SNAPSHOT</version>
22     <packaging>jar</packaging>
23
24     <properties>
25       <yangtools.version>1.0.1-SNAPSHOT</yangtools.version>
26       <mdsal.version>2.1.1-SNAPSHOT</mdsal.version>
27     </properties>
28
29     <dependencyManagement>
30         <dependencies>
31             <dependency>
32                 <groupId>org.opendaylight.yangtools</groupId>
33                 <artifactId>yangtools-artifacts</artifactId>
34                 <version>${yangtools.version}</version>
35                 <type>pom</type>
36                 <scope>import</scope>
37             </dependency>
38             <dependency>
39                 <groupId>org.opendaylight.mdsal</groupId>
40                 <artifactId>mdsal-artifacts</artifactId>
41                 <version>${mdsal.version}</version>
42                 <type>pom</type>
43                 <scope>import</scope>
44             </dependency>
45             <dependency>
46                 <groupId>org.opendaylight.mdsal.model</groupId>
47                 <artifactId>mdsal-model-artifacts</artifactId>
48                 <version>0.9.1-SNAPSHOT</version>
49                 <scope>import</scope>
50                 <type>pom</type>
51             </dependency>
52         </dependencies>
53     </dependencyManagement>
54
55     <dependencies>
56         <dependency>
57             <groupId>org.opendaylight.mdsal</groupId>
58             <artifactId>features-mdsal</artifactId>
59             <classifier>features</classifier>
60             <type>xml</type>
61         </dependency>
62         <dependency>
63             <groupId>org.opendaylight.mdsal.model</groupId>
64             <artifactId>iana-afn-safi</artifactId>
65         </dependency>
66         <dependency>
67             <groupId>org.opendaylight.mdsal.model</groupId>
68             <artifactId>iana-if-type-2014-05-08</artifactId>
69         </dependency>
70         <dependency>
71             <groupId>org.opendaylight.mdsal.model</groupId>
72             <artifactId>ietf-inet-types</artifactId>
73         </dependency>
74         <dependency>
75             <groupId>org.opendaylight.mdsal.model</groupId>
76             <artifactId>ietf-interfaces</artifactId>
77         </dependency>
78         <dependency>
79             <groupId>org.opendaylight.mdsal.model</groupId>
80             <artifactId>ietf-restconf</artifactId>
81         </dependency>
82         <dependency>
83             <groupId>org.opendaylight.mdsal.model</groupId>
84             <artifactId>ietf-yang-types</artifactId>
85         </dependency>
86         <dependency>
87             <groupId>org.opendaylight.mdsal.model</groupId>
88             <artifactId>ietf-yang-types-20130715</artifactId>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.mdsal.model</groupId>
92             <artifactId>yang-ext</artifactId>
93         </dependency>
94         <dependency>
95             <groupId>org.opendaylight.mdsal.model</groupId>
96             <artifactId>opendaylight-l2-types</artifactId>
97         </dependency>
98         <dependency>
99             <groupId>org.opendaylight.mdsal.model</groupId>
100             <artifactId>ietf-ted</artifactId>
101         </dependency>
102         <dependency>
103             <groupId>org.opendaylight.mdsal.model</groupId>
104             <artifactId>ietf-topology</artifactId>
105         </dependency>
106         <dependency>
107             <groupId>org.opendaylight.mdsal.model</groupId>
108             <artifactId>ietf-topology-isis</artifactId>
109         </dependency>
110         <dependency>
111             <groupId>org.opendaylight.mdsal.model</groupId>
112             <artifactId>ietf-topology-ospf</artifactId>
113         </dependency>
114         <dependency>
115             <groupId>org.opendaylight.mdsal.model</groupId>
116             <artifactId>ietf-topology-l3-unicast-igp</artifactId>
117         </dependency>
118         <dependency>
119             <groupId>org.opendaylight.mdsal.model</groupId>
120             <artifactId>ietf-network-2015-06-08</artifactId>
121         </dependency>
122         <dependency>
123             <groupId>org.opendaylight.mdsal.model</groupId>
124             <artifactId>ietf-inet-types-2013-07-15</artifactId>
125         </dependency>
126         <dependency>
127             <groupId>org.opendaylight.mdsal.model</groupId>
128             <artifactId>ietf-type-util</artifactId>
129         </dependency>
130         <dependency>
131             <groupId>org.opendaylight.mdsal.model</groupId>
132             <artifactId>ietf-packet-fields</artifactId>
133         </dependency>
134         <dependency>
135             <groupId>org.opendaylight.mdsal.model</groupId>
136             <artifactId>ietf-access-control-list</artifactId>
137         </dependency>
138     </dependencies>
139
140   <!--
141       Maven Site Configuration
142
143       The following configuration is necessary for maven-site-plugin to
144       correctly identify the correct deployment path for OpenDaylight Maven
145       sites.
146   -->
147   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
148
149   <distributionManagement>
150     <site>
151       <id>opendaylight-site</id>
152       <url>${nexus.site.url}/${project.artifactId}/</url>
153     </site>
154   </distributionManagement>
155
156 </project>