Fix Tunnel Topology configuration
[bgpcep.git] / pcep / pom.xml
index b5025f002cba8cfb2a8fb4327d71fd49e5a0b912..8b9b5a8868f785faf441940fa6308ee02a021974 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>
     <scm>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>pcep-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <description>PCEP protocol parent</description>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     <modules>
+        <module>pcep-artifacts</module>
         <module>api</module>
         <module>impl</module>
         <module>spi</module>
         <module>base-parser</module>
         <module>ietf-stateful07</module>
         <module>testtool</module>
-        <module>topology-api</module>
-        <module>topology-spi</module>
-        <module>topology-provider</module>
-        <module>tunnel-api</module>
-        <module>tunnel-provider</module>
-
-        <module>controller-config</module>
+        <module>topology</module>
         <module>segment-routing</module>
         <module>pcc-mock</module>
         <module>auto-bandwidth-extension</module>
+        <module>config-example</module>
+        <module>tunnel</module>
     </modules>
-
-  <!--
-      Maven Site Configuration
-
-      The following configuration is necessary for maven-site-plugin to
-      correctly identify the correct deployment path for OpenDaylight Maven
-      sites.
-  -->
-  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
-
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/${project.artifactId}/</url>
-    </site>
-  </distributionManagement>
 </project>