blob: 8ff24a03d7695dc0305518d706fba3d09b60291b [file] [log] [blame]
Brian O'Connor32e74602015-03-17 21:30:27 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright 2014 Open Networking Laboratory
4 ~
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.
Francesco Lucrezia472976a2016-05-26 21:24:01 +020016 -->
17<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Brian O'Connor32e74602015-03-17 21:30:27 -070018 <modelVersion>4.0.0</modelVersion>
19
20 <parent>
21 <groupId>org.onosproject</groupId>
Yuta HIGUCHIc9fae9f2017-01-31 15:21:51 -080022 <artifactId>onos-base</artifactId>
23 <version>1</version>
Brian O'Connor32e74602015-03-17 21:30:27 -070024 </parent>
25
Yuta HIGUCHIc9fae9f2017-01-31 15:21:51 -080026 <groupId>org.onosproject</groupId>
Brian O'Connor32e74602015-03-17 21:30:27 -070027 <artifactId>onos-app-samples</artifactId>
Yuta HIGUCHI4d474072016-12-13 18:17:45 -080028 <version>1.9.0-SNAPSHOT</version>
Brian O'Connor32e74602015-03-17 21:30:27 -070029 <packaging>pom</packaging>
30
31 <description>ONOS sample applications</description>
32
33 <modules>
Brian O'Connor32e74602015-03-17 21:30:27 -070034 <module>calendar</module>
Brian O'Connor32e74602015-03-17 21:30:27 -070035 <module>database-perf</module>
Brian O'Connord087dd22015-05-21 12:15:29 -070036 <module>flowtest</module>
Simon Huntae3e8842015-11-03 11:45:00 -080037 <module>ifwd</module>
Dusan Pajinee285302015-09-20 18:43:20 +020038 <module>ipfix</module>
Simon Huntae3e8842015-11-03 11:45:00 -080039 <module>oneping</module>
Andreas Papazoisc2c45012016-01-20 14:26:11 +020040 <module>sdx-l3</module>
Yuta HIGUCHI4d474072016-12-13 18:17:45 -080041 <module>sdx-l2</module>
Simon Huntae3e8842015-11-03 11:45:00 -080042 <module>tvue</module>
43 <module>uiref</module>
Marc De Leenheercaf9eb92015-11-10 16:36:09 +090044 <module>ecord/co</module>
Yuta HIGUCHI953f14c2016-12-15 19:20:33 -080045 <module>carrierethernet</module>
Yuta HIGUCHI5a016cf2016-12-20 15:19:22 -080046 <module>mef-nrp-api</module>
Konstantinos Kanonakis0c374482017-01-18 15:03:47 -060047 <module>mef-sca-api</module>
Francesco Lucrezia472976a2016-05-26 21:24:01 +020048 <module>icona</module>
Jonathan Hart3d935f42017-02-09 16:34:42 -080049 <module>patchpanel</module>
gabrielecastellanocad42272017-02-08 16:12:12 +010050 <module>ovsdb-rest</module>
Yi Tsengb01db5e2017-02-01 16:48:51 -080051 <module>group-fwd</module>
HIGUCHI Yuta7c324b02016-04-07 11:08:59 -070052 </modules>
Brian O'Connor32e74602015-03-17 21:30:27 -070053
Brian O'Connor32e74602015-03-17 21:30:27 -070054</project>