alshabib | 86ac11c | 2014-08-14 16:14:41 -0700 | [diff] [blame] | 1 | <?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"> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
alshabib | 86ac11c | 2014-08-14 16:14:41 -0700 | [diff] [blame] | 4 | |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 5 | <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> |
alshabib | 86ac11c | 2014-08-14 16:14:41 -0700 | [diff] [blame] | 11 | |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 12 | <artifactId>onos-of</artifactId> |
| 13 | <packaging>pom</packaging> |
alshabib | 86ac11c | 2014-08-14 16:14:41 -0700 | [diff] [blame] | 14 | |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 15 | <name>onos-of</name> |
| 16 | <description>ONOS OpenFlow Protocol Library & IO</description> |
| 17 | |
| 18 | <modules> |
| 19 | <module>lib</module> |
| 20 | <module>ctl</module> |
| 21 | </modules> |
alshabib | 86ac11c | 2014-08-14 16:14:41 -0700 | [diff] [blame] | 22 | |
| 23 | </project> |