Bump upstreams
[serviceutils.git] / artifacts / pom.xml
index c444d623e126e219225f5a1b889179638bbef463..0c0078b873bdff36e98f64d86b601130d101b002 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>4.0.2</version>
+    <version>13.0.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>serviceutils-artifacts</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.12.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. -->
@@ -30,27 +30,64 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>listener-api</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.12.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>metrics-api</artifactId>
+        <version>0.12.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>metrics-impl</artifactId>
+        <version>0.12.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>metrics-impl</artifactId>
+        <version>0.12.0-SNAPSHOT</version>
+        <classifier>config</classifier>
+        <type>cfg</type>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>metrics-impl-prometheus</artifactId>
+        <version>0.12.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>rpc-api</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.12.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>srm-api</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.12.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>tools-api</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.12.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>upgrade</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.12.0-SNAPSHOT</version>
+      </dependency>
+
+      <!-- Reference implementations -->
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>srm-impl</artifactId>
+        <version>0.12.0-SNAPSHOT</version>
+      </dependency>
+
+      <!-- Test support -->
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>tools-testutils</artifactId>
+        <version>0.12.0-SNAPSHOT</version>
+        <scope>test</scope>
       </dependency>
 
       <!-- Karaf Features -->
@@ -68,6 +105,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <classifier>features</classifier>
         <type>xml</type>
       </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>odl-serviceutils-metrics</artifactId>
+        <version>${project.version}</version>
+        <classifier>features</classifier>
+        <type>xml</type>
+      </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>odl-serviceutils-rpc</artifactId>