blob: 7a78165d316122bf3aeb0de12c1c9dec5d401767 [file] [log] [blame]
alshabibf0e7e702015-05-30 18:22:36 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Ray Milkey17481412015-12-09 09:16:26 -08003 ~ Copyright 2015 Open Networking Laboratory
alshabibf0e7e702015-05-30 18:22:36 -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.
16 -->
17<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Ray Milkey17481412015-12-09 09:16:26 -080019 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
alshabibf0e7e702015-05-30 18:22:36 -070020 <parent>
21 <groupId>org.onosproject</groupId>
22 <artifactId>onos-apps</artifactId>
Brian O'Connorb517abb2015-12-16 22:53:14 -080023 <version>1.5.0-SNAPSHOT</version>
alshabibf0e7e702015-05-30 18:22:36 -070024 <relativePath>../pom.xml</relativePath>
25 </parent>
Ray Milkey17481412015-12-09 09:16:26 -080026 <modelVersion>4.0.0</modelVersion>
alshabibf0e7e702015-05-30 18:22:36 -070027
Srikanth Vavilapalli2e684912016-01-16 19:21:59 -080028 <artifactId>onos-olt</artifactId>
alshabibf0e7e702015-05-30 18:22:36 -070029
Srikanth Vavilapalli2e684912016-01-16 19:21:59 -080030 <packaging>pom</packaging>
Ray Milkey17481412015-12-09 09:16:26 -080031 <description>OLT application for CORD</description>
alshabibf0e7e702015-05-30 18:22:36 -070032
Srikanth Vavilapalli2e684912016-01-16 19:21:59 -080033 <modules>
34 <module>api</module>
35 <module>app</module>
36 </modules>
alshabibf0e7e702015-05-30 18:22:36 -070037
alshabibf0e7e702015-05-30 18:22:36 -070038</project>