blob: 8e49a691ecdeaaeadcc204fa7242da6448dcd766 [file] [log] [blame]
alshabib522d9872014-08-15 10:35:16 -07001<?xml version="1.0" encoding="UTF-8"?>
2<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">
3
4 <groupId>net.onrc.onos</groupId>
5 <artifactId>onos</artifactId>
6 <version>1.0-SNAPSHOT</version>
7 <packaging>pom</packaging>
8 <modelVersion>4.0.0</modelVersion>
9
10 <name>ONOS distributed controller</name>
11 <description>ONOS</description>
12
13
14 <modules>
15 <module>of</module>
16 </modules>
17
18
19</project>