Bump versions to 0.18.1-SNAPSHOT
[bgpcep.git] / features / config-loader / pom.xml
index d86851dc38a1845a7b84d7f25a936fcbebeccf02..09c690a6484d369b0d3a091999d80824d276bc4d 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.1.0</version>
+        <version>11.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>features-aggregator-config-loader</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.18.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -31,4 +30,9 @@
         <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>