Adjust odlparent version range 90/94890/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 30 Jan 2021 09:07:10 +0000 (10:07 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 30 Jan 2021 09:07:50 +0000 (10:07 +0100)
We are using odlparent-8.1.x, reflect that in the dependencies.

Change-Id: I9bf28bd4b5e354feec3c0b2233b1024d15450cb8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-aaa-api/src/main/feature/feature.xml
features/odl-aaa-shiro/src/main/feature/feature.xml
features/odl-aaa-web/src/main/feature/feature.xml

index d659b718d8232af17e0703e542ef18fc0f97e512..a2776ae025dee64f557ad6bef6e97bb68ec41dce 100644 (file)
@@ -8,8 +8,8 @@
  -->
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-aaa-${project.version}">
     <feature name="odl-aaa-api" version="${project.version}">
-        <feature version="[8,9)">odl-servlet-api</feature>
-        <feature version="[8,9)">odl-ws-rs-api</feature>
+        <feature version="[8.1,9)">odl-servlet-api</feature>
+        <feature version="[8.1,9)">odl-ws-rs-api</feature>
         <feature version="[7,8)">odl-mdsal-binding-base</feature>
     </feature>
 </features>
index d9dbaf3d8f33aff072c23fcae396a8df73384db8..eb2401ee3fcc40e2d5880f9a48a39f6bd1d4ddd5 100644 (file)
@@ -23,9 +23,9 @@
         <configfile finalname="/etc/org.opendaylight.aaa.filterchain.cfg">
             mvn:org.opendaylight.aaa/aaa-filterchain/${project.version}/cfg/config
         </configfile>
-        <feature version="[8,9)">odl-karaf-feat-jdbc</feature>
-        <feature version="[8,9)">odl-karaf-feat-jetty</feature>
-        <feature version="[8,9)">odl-apache-commons-codec</feature>
+        <feature version="[8.1,9)">odl-karaf-feat-jdbc</feature>
+        <feature version="[8.1,9)">odl-karaf-feat-jetty</feature>
+        <feature version="[8.1,9)">odl-apache-commons-codec</feature>
         <feature version="[3,4)">odl-jolokia</feature>
     </feature>
 </features>
index 0f00391c0000bacb9d8313744bc0516b4ec9018a..1b8d8935b4115e2fcad83286f1607cd1ccaa3f36 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-aaa-${project.version}">
     <feature name="odl-aaa-web" version="${project.version}">
-        <feature version="[8,9)">odl-karaf-feat-jetty</feature>
-        <feature version="[8,9)">odl-guava</feature>
-        <feature version="[8,9)">odl-jersey-2</feature>
+        <feature version="[8.1,9)">odl-karaf-feat-jetty</feature>
+        <feature version="[8.1,9)">odl-guava</feature>
+        <feature version="[8.1,9)">odl-jersey-2</feature>
         <feature version="[6,7)">odl-yangtools-util</feature>
     </feature>
 </features>