Bump versions to 0.17.0-SNAPSHOT
[bgpcep.git] / features / bmp / pom.xml
index db35cf1afe04daa29592db1a657c1c90a90305e0..01b46a18ea93930ff2a1c27408e3ad8711261d43 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>9.0.8</version>
         <relativePath/>
     </parent>
 
     <artifactId>features-aggregator-bmp</artifactId>
     <groupId>org.opendaylight.bgpcep</groupId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.17.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -26,4 +26,9 @@
         <module>odl-bgpcep-bmp-api</module>
         <module>odl-bgpcep-bmp-config-example</module>
     </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>