Bump upstreams
[serviceutils.git] / metrics / pom.xml
index 18cc71478bdd90b8e4fb4910a986d77803547da6..5cdadd49b64a5e2a97a8d87fcc94feaa4f5e7a6f 100644 (file)
@@ -7,31 +7,35 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<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>
-    <relativePath />
+    <version>11.0.1</version>
+    <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.infrautils</groupId>
+  <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>metrics-aggregator</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>0.10.0-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. -->
-  <name>ODL :: infrautils :: ${project.artifactId}</name>
+  <name>ODL :: serviceutils :: ${project.artifactId}</name>
 
   <modules>
     <module>api</module>
     <module>impl</module>
     <module>impl-test</module>
-    <!-- <module>cli</module> -->
+    <module>impl-prometheus</module>
     <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>