Bump odlparent to 8.0.0-SNAPSHOT
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 22 Sep 2020 08:39:56 +0000 (10:39 +0200)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 7 Oct 2021 05:19:58 +0000 (15:19 +1000)
Adopt latest upstream version prior to it being released.

Change-Id: I4d795c7ae5f356252a82d8c15db07938ffe9f3c6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-infrautils-metrics-prometheus/src/main/feature/feature.xml
features/odl-infrautils-metrics/src/main/feature/feature.xml
metrics/pom.xml

index 9fe6eacbdef6bf4026747e8cfcef860f04ae3d06..bfaa0f13e3329843c144aff572e49f27b9897a6c 100644 (file)
@@ -8,7 +8,7 @@
  -->
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-infrautils-metrics-prometheus">
     <feature name="odl-infrautils-metrics-prometheus">
-        <feature version="[7,8)">odl-servlet-api</feature>
-        <feature version="[7,8)">odl-karaf-feat-jetty</feature>
+        <feature version="[8,9)">odl-servlet-api</feature>
+        <feature version="[8,9)">odl-karaf-feat-jetty</feature>
     </feature>
 </features>
index ac311a3db52b69acf3ccc22d425d6a3d55313ad6..903b91b1a33bfa2cbeda9ec77273b2ffa2261401 100644 (file)
@@ -11,6 +11,6 @@
         <configfile finalname="etc/org.opendaylight.infrautils.metrics.cfg">
             mvn:org.opendaylight.infrautils/metrics-impl/${project.version}/cfg/config
         </configfile>
-        <feature version="[7,8)">odl-dropwizard-metrics</feature>
+        <feature version="[8,9)">odl-dropwizard-metrics</feature>
     </feature>
 </features>
index d5b89391e3db2f0827ecf6c93a57b2da13fd8639..0a96c3903d2f00e5d6ae712131a7d134fb115fd4 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>7.0.6</version>
+    <version>8.0.0-SNAPSHOT</version>
     <relativePath/>
   </parent>