Bump upstreams
[serviceutils.git] / metrics / it / pom.xml
index 4ce5bbd2970a2084f25912cdb3737e269e2809ed..5db6c487b28ebdd48b9092b7e3341b23a21b70b4 100644 (file)
   <parent>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>itestutils-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-    <relativePath>../../itestutils/parent/</relativePath>
+    <version>6.0.1</version>
+    <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.infrautils</groupId>
+  <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>metrics-it</artifactId>
   <!-- <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>
+  <version>0.12.0-SNAPSHOT</version>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.opendaylight.serviceutils</groupId>
+        <artifactId>serviceutils-artifacts</artifactId>
+        <version>${project.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
   <dependencies>
     <dependency>
-      <groupId>org.opendaylight.infrautils</groupId>
+      <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>metrics-api</artifactId>
     </dependency>
 
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>infrautils-features</artifactId>
+      <groupId>org.opendaylight.serviceutils</groupId>
+      <artifactId>serviceutils-features</artifactId>
       <type>xml</type>
       <classifier>features</classifier>
       <exclusions>