Brian O'Connor | a468e90 | 2015-03-18 16:43:49 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | 5ab426f | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Laboratory |
Brian O'Connor | a468e90 | 2015-03-18 16:43:49 -0700 | [diff] [blame] | 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. |
| 16 | --> |
| 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 18 | 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> |
Thomas Vachuska | b91356e | 2015-03-18 17:20:28 -0700 | [diff] [blame] | 24 | <artifactId>onos-apps</artifactId> |
Ray Milkey | 287b4ae | 2017-01-19 15:21:17 -0800 | [diff] [blame] | 25 | <version>1.9.0-SNAPSHOT</version> |
Brian O'Connor | a468e90 | 2015-03-18 16:43:49 -0700 | [diff] [blame] | 26 | </parent> |
| 27 | |
| 28 | <artifactId>onos-apps-test</artifactId> |
| 29 | <packaging>pom</packaging> |
| 30 | |
| 31 | <description>ONOS test applications</description> |
| 32 | |
| 33 | <modules> |
| 34 | <module>election</module> |
Madan Jampani | 5551f52 | 2016-02-23 18:27:19 -0800 | [diff] [blame] | 35 | <module>loadtest</module> |
Brian O'Connor | a468e90 | 2015-03-18 16:43:49 -0700 | [diff] [blame] | 36 | <module>intent-perf</module> |
Madan Jampani | 6cc224b | 2015-04-20 16:56:00 -0700 | [diff] [blame] | 37 | <module>messaging-perf</module> |
Madan Jampani | c23b626 | 2016-04-07 15:57:22 -0700 | [diff] [blame] | 38 | <module>flow-perf</module> |
Thomas Vachuska | b645147 | 2015-03-31 16:03:56 -0700 | [diff] [blame] | 39 | <module>demo</module> |
Jon Hall | 6b687cd | 2015-04-23 20:04:59 -0700 | [diff] [blame] | 40 | <module>distributed-primitives</module> |
Thomas Vachuska | 264d957 | 2016-08-04 11:36:26 -0700 | [diff] [blame] | 41 | <module>netcfg-monitor</module> |
Brian O'Connor | a468e90 | 2015-03-18 16:43:49 -0700 | [diff] [blame] | 42 | </modules> |
| 43 | |
| 44 | </project> |