blob: 464d2e40167732222798587eab0fb3dbc873becc [file] [log] [blame]
samanwita palf28207b2015-09-04 10:41:56 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Jian Lic35415d2016-01-14 17:22:31 -08003 ~ Copyright 2014-2016 Open Networking Laboratory
samanwita palf28207b2015-09-04 10:41:56 -07004 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
Thomas Vachuskada952d82015-10-28 20:19:49 -070016 -->
17<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
samanwita palf28207b2015-09-04 10:41:56 -070020 <modelVersion>4.0.0</modelVersion>
21
22 <parent>
samanwita palf28207b2015-09-04 10:41:56 -070023 <groupId>org.onosproject</groupId>
Thomas Vachuskada952d82015-10-28 20:19:49 -070024 <artifactId>onos-apps</artifactId>
Brian O'Connor955c3162016-03-10 15:27:19 -080025 <version>1.6.0-SNAPSHOT</version>
samanwita palf28207b2015-09-04 10:41:56 -070026 <relativePath>../pom.xml</relativePath>
27 </parent>
28
Thomas Vachuskada952d82015-10-28 20:19:49 -070029 <artifactId>onos-dhcp</artifactId>
30 <packaging>pom</packaging>
samanwita palf28207b2015-09-04 10:41:56 -070031
Thomas Vachuskada952d82015-10-28 20:19:49 -070032 <description>ONOS sample applications</description>
samanwita palf28207b2015-09-04 10:41:56 -070033
Thomas Vachuskada952d82015-10-28 20:19:49 -070034 <modules>
35 <module>api</module>
36 <module>app</module>
37 </modules>
samanwita palf28207b2015-09-04 10:41:56 -070038
samanwita palf28207b2015-09-04 10:41:56 -070039</project>