Brian O'Connor | 32e7460 | 2015-03-17 21:30:27 -0700 | [diff] [blame] | 1 | <?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 Lucrezia | 472976a | 2016-05-26 21:24:01 +0200 | [diff] [blame] | 16 | --> |
| 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'Connor | 32e7460 | 2015-03-17 21:30:27 -0700 | [diff] [blame] | 18 | <modelVersion>4.0.0</modelVersion> |
| 19 | |
| 20 | <parent> |
| 21 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 22 | <artifactId>onos-base</artifactId> |
| 23 | <version>1</version> |
Brian O'Connor | 32e7460 | 2015-03-17 21:30:27 -0700 | [diff] [blame] | 24 | </parent> |
| 25 | |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 26 | <groupId>org.onosproject</groupId> |
Brian O'Connor | 32e7460 | 2015-03-17 21:30:27 -0700 | [diff] [blame] | 27 | <artifactId>onos-app-samples</artifactId> |
Yuta HIGUCHI | 4d47407 | 2016-12-13 18:17:45 -0800 | [diff] [blame] | 28 | <version>1.9.0-SNAPSHOT</version> |
Brian O'Connor | 32e7460 | 2015-03-17 21:30:27 -0700 | [diff] [blame] | 29 | <packaging>pom</packaging> |
| 30 | |
| 31 | <description>ONOS sample applications</description> |
| 32 | |
| 33 | <modules> |
Brian O'Connor | 32e7460 | 2015-03-17 21:30:27 -0700 | [diff] [blame] | 34 | <module>calendar</module> |
Brian O'Connor | 32e7460 | 2015-03-17 21:30:27 -0700 | [diff] [blame] | 35 | <module>database-perf</module> |
Brian O'Connor | d087dd2 | 2015-05-21 12:15:29 -0700 | [diff] [blame] | 36 | <module>flowtest</module> |
Simon Hunt | ae3e884 | 2015-11-03 11:45:00 -0800 | [diff] [blame] | 37 | <module>ifwd</module> |
Dusan Pajin | ee28530 | 2015-09-20 18:43:20 +0200 | [diff] [blame] | 38 | <module>ipfix</module> |
Simon Hunt | ae3e884 | 2015-11-03 11:45:00 -0800 | [diff] [blame] | 39 | <module>oneping</module> |
Andreas Papazois | c2c4501 | 2016-01-20 14:26:11 +0200 | [diff] [blame] | 40 | <module>sdx-l3</module> |
Yuta HIGUCHI | 4d47407 | 2016-12-13 18:17:45 -0800 | [diff] [blame] | 41 | <module>sdx-l2</module> |
Simon Hunt | ae3e884 | 2015-11-03 11:45:00 -0800 | [diff] [blame] | 42 | <module>tvue</module> |
| 43 | <module>uiref</module> |
Marc De Leenheer | caf9eb9 | 2015-11-10 16:36:09 +0900 | [diff] [blame] | 44 | <module>ecord/co</module> |
Yuta HIGUCHI | 953f14c | 2016-12-15 19:20:33 -0800 | [diff] [blame] | 45 | <module>carrierethernet</module> |
Yuta HIGUCHI | 5a016cf | 2016-12-20 15:19:22 -0800 | [diff] [blame] | 46 | <module>mef-nrp-api</module> |
Konstantinos Kanonakis | 0c37448 | 2017-01-18 15:03:47 -0600 | [diff] [blame] | 47 | <module>mef-sca-api</module> |
Francesco Lucrezia | 472976a | 2016-05-26 21:24:01 +0200 | [diff] [blame] | 48 | <module>icona</module> |
Jonathan Hart | 3d935f4 | 2017-02-09 16:34:42 -0800 | [diff] [blame] | 49 | <module>patchpanel</module> |
gabrielecastellano | cad4227 | 2017-02-08 16:12:12 +0100 | [diff] [blame] | 50 | <module>ovsdb-rest</module> |
Yi Tseng | b01db5e | 2017-02-01 16:48:51 -0800 | [diff] [blame] | 51 | <module>group-fwd</module> |
HIGUCHI Yuta | 7c324b0 | 2016-04-07 11:08:59 -0700 | [diff] [blame] | 52 | </modules> |
Brian O'Connor | 32e7460 | 2015-03-17 21:30:27 -0700 | [diff] [blame] | 53 | |
Brian O'Connor | 32e7460 | 2015-03-17 21:30:27 -0700 | [diff] [blame] | 54 | </project> |