Bump versions to 2.0.3-SNAPSHOT
[serviceutils.git] / metrics / pom.xml
index 1d2ea5ea5905e2b10ce91df9937f2523922cf714..894add44a51e478237b9d58bc56de8b6703706b3 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>4.0.9</version>
+    <version>9.0.2</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.infrautils</groupId>
   <artifactId>metrics-aggregator</artifactId>
-  <version>1.6.0-SNAPSHOT</version>
+  <version>2.0.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -34,4 +34,9 @@
     <module>sample/impl</module>
     <module>it</module>
   </modules>
+
+  <properties>
+    <maven.deploy.skip>true</maven.deploy.skip>
+    <maven.install.skip>true</maven.install.skip>
+  </properties>
 </project>