blob: f9cf5f4581eac7237ccc9a95d52d489a8d883c24 [file] [log] [blame]
alshabibf0e7e702015-05-30 18:22:36 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connord4fbd352016-04-09 01:19:45 -07003 ~ Copyright 2015-present 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'Connor5dc74922016-03-10 15:27:19 -080023 <version>1.6.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>