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"> |
| 3 | |
| 4 | <groupId>inet.onrc.onos.of</groupId> |
| 5 | <artifactId>oflib</artifactId> |
| 6 | <version>1.0-SNAPSHOT</version> |
| 7 | <packaging>pom</packaging> |
| 8 | <modelVersion>4.0.0</modelVersion> |
| 9 | |
| 10 | <name>OpenFlow library and IO</name> |
| 11 | <description>The OpenFlow library and IO</description> |
| 12 | |
| 13 | |
| 14 | <modules> |
| 15 | <module>lib</module> |
| 16 | <module>ctl</module> |
| 17 | </modules> |
| 18 | |
| 19 | |
| 20 | </project> |