Migrate Path-Key
[bgpcep.git] / rsvp / pom.xml
index a73da8383fc9118bcfcba21b447c59d41c2fee0f..3d9942b397b64cfbb336d60a1312c34a155aa351 100644 (file)
     </scm>
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>commons.parent</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
-        <relativePath>../commons/parent</relativePath>
+        <artifactId>bgpcep-parent</artifactId>
+        <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>