BUG-50 : added test for Open Message.
[bgpcep.git] / rsvp / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><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/xsd/maven-4.0.0.xsd">
3
4         <parent>
5                 <groupId>org.opendaylight.bgpcep</groupId>
6                 <artifactId>protocol-parent</artifactId>
7                 <version>0.3.0-SNAPSHOT</version>
8         </parent>
9         <prerequisites>
10                 <maven>3.0.4</maven>
11         </prerequisites>
12
13         <modelVersion>4.0.0</modelVersion>
14         <artifactId>rsvp-parent</artifactId>
15         <description>RSVP-related components</description>
16         <packaging>pom</packaging>
17         <name>${project.artifactId}</name>
18         
19         <modules>
20         <module>api</module>
21     </modules>
22 </project>