Francesco Lucrezia | 472976a | 2016-05-26 21:24:01 +0200 | [diff] [blame] | 1 | <?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> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 24 | <artifactId>onos-dependencies</artifactId> |
| 25 | <version>1.8.0</version> |
| 26 | <relativePath/><!-- parent is remote --> |
Francesco Lucrezia | 472976a | 2016-05-26 21:24:01 +0200 | [diff] [blame] | 27 | </parent> |
| 28 | |
| 29 | <artifactId>onos-icona</artifactId> |
Yuta HIGUCHI | 4d47407 | 2016-12-13 18:17:45 -0800 | [diff] [blame] | 30 | <version>1.9.0-SNAPSHOT</version> |
Francesco Lucrezia | 472976a | 2016-05-26 21:24:01 +0200 | [diff] [blame] | 31 | <packaging>pom</packaging> |
| 32 | |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 33 | <properties> |
| 34 | <onos.version>1.8.0</onos.version> |
| 35 | </properties> |
| 36 | |
Francesco Lucrezia | 472976a | 2016-05-26 21:24:01 +0200 | [diff] [blame] | 37 | <modules> |
| 38 | <module>app</module> |
| 39 | <module>domainmgr</module> |
| 40 | <module>domainprovider</module> |
| 41 | </modules> |
Yuta HIGUCHI | 4d47407 | 2016-12-13 18:17:45 -0800 | [diff] [blame] | 42 | </project> |