Bump to odlparent 3.1.1 stable release
[transportpce.git] / ordmodels / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2016 Orange 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
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   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.mdsal</groupId>
14     <artifactId>binding-parent</artifactId>
15     <version>0.12.2</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.transportpce</groupId>
20   <artifactId>transportpce-ordmodels</artifactId>
21   <version>0.2.0-SNAPSHOT</version>
22   <packaging>bundle</packaging>
23
24   <build>
25     <plugins>
26       <plugin>
27         <groupId>org.apache.maven.plugins</groupId>
28         <artifactId>maven-javadoc-plugin</artifactId>
29         <configuration>
30           <sourcepath>*/target/generated-sources/mdsal-binding/*</sourcepath>
31           <excludePackageNames>*</excludePackageNames>
32         </configuration>
33       </plugin>
34     </plugins>
35   </build>
36
37   <reporting>
38     <plugins>
39       <plugin>
40         <groupId>org.apache.maven.plugins</groupId>
41         <artifactId>maven-javadoc-plugin</artifactId>
42         <configuration>
43           <sourcepath>*/target/generated-sources/mdsal-binding/*</sourcepath>
44           <excludePackageNames>*</excludePackageNames>
45         </configuration>
46       </plugin>
47     </plugins>
48   </reporting>
49
50
51   <dependencies>
52     <dependency>
53       <groupId>org.opendaylight.netconf</groupId>
54       <artifactId>ietf-netconf</artifactId>
55       <version>1.4.2</version>
56     </dependency>
57     <dependency>
58       <groupId>org.opendaylight.mdsal.model</groupId>
59       <artifactId>ietf-inet-types-2013-07-15</artifactId>
60       <version>1.4.2</version>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.mdsal.model</groupId>
64       <artifactId>iana-afn-safi</artifactId>
65       <version>2013.07.04.12.2</version>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.mdsal.model</groupId>
69       <artifactId>ietf-access-control-list</artifactId>
70       <version>0.10.2</version>
71     </dependency>
72     <dependency>
73       <groupId>org.opendaylight.mdsal.model</groupId>
74       <artifactId>iana-if-type-2014-05-08</artifactId>
75       <version>2014.05.08.12.2</version>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.mdsal.model</groupId>
79       <artifactId>ietf-yang-types-20130715</artifactId>
80       <version>2013.07.15.12.2</version>
81     </dependency>
82     <dependency>
83       <groupId>org.opendaylight.mdsal.model</groupId>
84       <artifactId>ietf-interfaces</artifactId>
85       <version>2014.05.08.12.2</version>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.mdsal.model</groupId>
89       <artifactId>ietf-packet-fields</artifactId>
90       <version>0.10.2</version>
91     </dependency>
92   </dependencies>
93 </project>