Bump versions by x.(y+1).z
[serviceutils.git] / artifacts / pom.xml
index 157784fcc4eff14b80bf24962733731ce3d00caf..66ca18ab47457c63b32f9517caaea27ca1b3a771 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>3.1.0</version>
+    <version>13.0.4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>serviceutils-artifacts</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.13.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. -->
@@ -27,10 +27,67 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <dependencyManagement>
     <dependencies>
       <!-- Artifacts for downstream use -->
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>listener-api</artifactId>
+        <version>0.13.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>metrics-api</artifactId>
+        <version>0.13.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>metrics-impl</artifactId>
+        <version>0.13.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>metrics-impl</artifactId>
+        <version>0.13.0-SNAPSHOT</version>
+        <classifier>config</classifier>
+        <type>cfg</type>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>metrics-impl-prometheus</artifactId>
+        <version>0.13.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>rpc-api</artifactId>
+        <version>0.13.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>srm-api</artifactId>
+        <version>0.13.0-SNAPSHOT</version>
+      </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>tools-api</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.13.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>upgrade</artifactId>
+        <version>0.13.0-SNAPSHOT</version>
+      </dependency>
+
+      <!-- Reference implementations -->
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>srm-impl</artifactId>
+        <version>0.13.0-SNAPSHOT</version>
+      </dependency>
+
+      <!-- Test support -->
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>tools-testutils</artifactId>
+        <version>0.13.0-SNAPSHOT</version>
+        <scope>test</scope>
       </dependency>
 
       <!-- Karaf Features -->
@@ -41,10 +98,23 @@ 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-rest</artifactId>
+        <artifactId>odl-serviceutils-listener</artifactId>
+        <version>${project.version}</version>
+        <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>
         <version>${project.version}</version>
         <classifier>features</classifier>
         <type>xml</type>