BGPCEP-779: Fix Effective rib writer
[bgpcep.git] / bgp / pom.xml
index f8cb8dfd88aeebce16d40be3747eed1cd5152a87..2863fc2982e53b03c8c1a6f491f4d648b3114d32 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>
         <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>bgp-parent</artifactId>
-    <description>BGP-related components</description>
+    <version>0.10.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <description>BGP-related components</description>
     <name>${project.artifactId}</name>
 
     <modules>
+        <module>bgp-artifacts</module>
         <module>concepts</module>
         <module>inet</module>
         <module>linkstate</module>
         <module>testtool</module>
         <module>topology-provider</module>
         <module>util</module>
-        <module>bmp-api</module>
-        <module>bmp-spi</module>
-        <module>bmp-impl</module>
-        <module>bmp-mock</module>
-        <module>bmp-parser-impl</module>
-        <module>controller-config</module>
+        <module>config-example</module>
         <module>openconfig-api</module>
         <module>openconfig-spi</module>
-        <module>openconfig-impl</module>
         <module>path-selection-mode</module>
         <module>benchmark-app</module>
         <module>evpn</module>
         <module>cli</module>
+        <module>peer-acceptor</module>
+        <module>openconfig-state</module>
+        <module>openconfig-rp-spi</module>
+        <module>openconfig-rp-impl</module>
+        <module>openconfig-rp-statement</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>