BGPCEP-763: Fix Pcep Deadlocked thread
[bgpcep.git] / rsvp / pom.xml
index 1179b8c4d7f00ee9993c9c44667de6f8769c6fa2..fdcff8ed4b5f81767f08748992911274ed8f3f4c 100644 (file)
@@ -8,7 +8,8 @@
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
 
-<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">
+<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">
 
 
     <modelVersion>4.0.0</modelVersion>
         <tag>HEAD</tag>
     </scm>
     <parent>
-        <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>3.0.2</version>
+        <relativePath/>
     </parent>
 
+    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>rsvp-parent</artifactId>
-    <description>RSVP-related components</description>
+    <version>0.10.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <description>RSVP-related components</description>
     <name>${project.artifactId}</name>
 
     <modules>
+        <module>rsvp-artifacts</module>
         <module>api</module>
         <module>spi</module>
         <module>impl</module>
-        <module>controller-config</module>
     </modules>
 </project>