f5b2adc5190f3eb15f35d92e684048a0b3990f95
[netconf.git] / restconf / models / pom.xml
1 <!--
2   ~ Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
3   ~
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
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.netconf</groupId>
14     <artifactId>restconf-parent</artifactId>
15     <version>1.4.3-SNAPSHOT</version>
16   </parent>
17
18   <artifactId>restconf-models</artifactId>
19   <packaging>pom</packaging>
20   <name>${project.artifactId}</name>
21
22   <modules>
23     <module>ietf-yang-library</module>
24   </modules>
25 </project>