Bump versions to 0.16.10-SNAPSHOT
[bgpcep.git] / features / config-loader / pom.xml
index 820c96f39a7276329136947fc499552024748081..b2da9957fe8adb2876ed18c69598ddb7948c959c 100644 (file)
@@ -7,19 +7,18 @@
   ~ 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>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.0.2</version>
+        <version>9.0.8</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>features-aggregator-config-loader</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.16.10-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
         <module>odl-bgpcep-topology-config-loader</module>
         <module>odl-bgpcep-protocols-config-loader</module>
         <module>odl-bgpcep-bmp-config-loader</module>
+        <module>odl-bgpcep-routing-policy-config-loader</module>
     </modules>
-</project>
\ No newline at end of file
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+</project>