blob: 6cb85f638b59008179c060c159f2be4e6cf0f85a [file] [log] [blame]
samanwita palf28207b2015-09-04 10:41:56 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2015-present Open Networking Foundation
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>
Ray Milkeydc48fb22017-09-26 14:42:24 -070025 <version>1.12.0-SNAPSHOT</version>
samanwita palf28207b2015-09-04 10:41:56 -070026 </parent>
27
Thomas Vachuskada952d82015-10-28 20:19:49 -070028 <artifactId>onos-dhcp</artifactId>
29 <packaging>pom</packaging>
samanwita palf28207b2015-09-04 10:41:56 -070030
Thomas Vachuskada952d82015-10-28 20:19:49 -070031 <description>ONOS sample applications</description>
samanwita palf28207b2015-09-04 10:41:56 -070032
Thomas Vachuskada952d82015-10-28 20:19:49 -070033 <modules>
34 <module>api</module>
35 <module>app</module>
36 </modules>
samanwita palf28207b2015-09-04 10:41:56 -070037
samanwita palf28207b2015-09-04 10:41:56 -070038</project>