blob: b3be7b8068e56042f818af7db95d4a3565914b98 [file] [log] [blame]
alshabib86ac11c2014-08-14 16:14:41 -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">
tom09419512014-08-15 11:28:43 -07003 <modelVersion>4.0.0</modelVersion>
alshabib86ac11c2014-08-14 16:14:41 -07004
tom09419512014-08-15 11:28:43 -07005 <parent>
6 <groupId>net.onrc.onos</groupId>
7 <artifactId>onos</artifactId>
8 <version>1.0.0-SNAPSHOT</version>
9 <relativePath>../pom.xml</relativePath>
10 </parent>
alshabib86ac11c2014-08-14 16:14:41 -070011
tom09419512014-08-15 11:28:43 -070012 <artifactId>onos-of</artifactId>
13 <packaging>pom</packaging>
alshabib86ac11c2014-08-14 16:14:41 -070014
tom09419512014-08-15 11:28:43 -070015 <name>onos-of</name>
16 <description>ONOS OpenFlow Protocol Library &amp; IO</description>
17
18 <modules>
19 <module>lib</module>
20 <module>ctl</module>
21 </modules>
alshabib86ac11c2014-08-14 16:14:41 -070022
23</project>