blob: 17096b5d5c47d34e717e976d8edf1a328278f2d4 [file] [log] [blame]
Francesco Lucrezia472976a2016-05-26 21:24:01 +02001<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
Brian O'Connor6547c0e2017-08-03 18:48:25 -07004 ~ Copyright 2016-present Open Networking Foundation
Francesco Lucrezia472976a2016-05-26 21:24:01 +02005 ~
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>
Yuta HIGUCHIc9fae9f2017-01-31 15:21:51 -080024 <artifactId>onos-dependencies</artifactId>
25 <version>1.8.0</version>
26 <relativePath/><!-- parent is remote -->
Francesco Lucrezia472976a2016-05-26 21:24:01 +020027 </parent>
28
29 <artifactId>onos-icona</artifactId>
Yuta HIGUCHI4d474072016-12-13 18:17:45 -080030 <version>1.9.0-SNAPSHOT</version>
Francesco Lucrezia472976a2016-05-26 21:24:01 +020031 <packaging>pom</packaging>
32
Yuta HIGUCHIc9fae9f2017-01-31 15:21:51 -080033 <properties>
34 <onos.version>1.8.0</onos.version>
35 </properties>
36
Francesco Lucrezia472976a2016-05-26 21:24:01 +020037 <modules>
38 <module>app</module>
39 <module>domainmgr</module>
40 <module>domainprovider</module>
41 </modules>
Yuta HIGUCHI4d474072016-12-13 18:17:45 -080042</project>