Bump upstreams
[serviceutils.git] / metrics / pom.xml
index f3bff43106f030fc155795d19d64c00065334f61..5cdadd49b64a5e2a97a8d87fcc94feaa4f5e7a6f 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.0.2</version>
+    <version>11.0.1</version>
     <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.infrautils</groupId>
+  <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>metrics-aggregator</artifactId>
-  <version>1.9.4-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>impl-prometheus</module>
-    <!-- <module>cli</module> -->
     <module>sample/impl</module>
     <module>it</module>
   </modules>