Migrate Path-Key
[bgpcep.git] / rsvp / pom.xml
index ab3b6e9c35201c64af7fc6d4f913651b8adbd6d9..3d9942b397b64cfbb336d60a1312c34a155aa351 100644 (file)
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.4.0-SNAPSHOT</version>
+        <version>0.5.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
-    <prerequisites>
-        <maven>3.0.4</maven>
-    </prerequisites>
 
     <artifactId>rsvp-parent</artifactId>
     <description>RSVP-related components</description>
 
     <modules>
         <module>api</module>
+        <module>spi</module>
+        <module>impl</module>
     </modules>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>rsvp-api</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
 </project>