blob: 8ba91cf8d04c466bc3b0fb9078c96ae510f11d0f [file] [log] [blame]
Francesco Lucrezia472976a2016-05-26 21:24:01 +02001<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4 ~ Copyright 2016-present Open Networking Laboratory
5 ~
6 ~ Licensed under the Apache License, Version 2.0 (the "License");
7 ~ you may not use this file except in compliance with the License.
8 ~ You may obtain a copy of the License at
9 ~
10 ~ http://www.apache.org/licenses/LICENSE-2.0
11 ~
12 ~ Unless required by applicable law or agreed to in writing, software
13 ~ distributed under the License is distributed on an "AS IS" BASIS,
14 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 ~ See the License for the specific language governing permissions and
16 ~ limitations under the License.
17 -->
18<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
20 <modelVersion>4.0.0</modelVersion>
21
22 <parent>
23 <groupId>org.onosproject</groupId>
24 <artifactId>onos-app-samples</artifactId>
Konstantinos Kanonakisa002f022016-09-27 16:13:12 -050025 <version>1.8.0-SNAPSHOT</version>
Francesco Lucrezia472976a2016-05-26 21:24:01 +020026 <relativePath>../pom.xml</relativePath>
27 </parent>
28
29 <artifactId>onos-icona</artifactId>
Konstantinos Kanonakisa002f022016-09-27 16:13:12 -050030 <version>1.8.0-SNAPSHOT</version>
Francesco Lucrezia472976a2016-05-26 21:24:01 +020031 <packaging>pom</packaging>
32
33 <modules>
34 <module>app</module>
35 <module>domainmgr</module>
36 <module>domainprovider</module>
37 </modules>
38</project>