Migrate Matchers.any()
[bgpcep.git] / config-loader / pom.xml
index aad21504a42ae9c002f6c59c4c29039b86462e2a..e315895767d24cdcbb953d9c1d0267cb190bd763 100644 (file)
@@ -7,8 +7,7 @@
   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
   -->
 <!-- vi: set et smarttab sw=4 tabstop=4: -->
-<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>
         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.0.2</version>
+        <version>4.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>config-loader-parent</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.11.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <description>BGPCEP-Configuration files related components</description>
     <name>${project.artifactId}</name>
@@ -37,5 +36,6 @@
         <module>topology-config-loader</module>
         <module>protocols-config-loader</module>
         <module>bmp-monitors-config-loader</module>
+        <module>routing-policy-config-loader</module>
     </modules>
 </project>