Use version range for odl-mdsal-binding-base 84/91084/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 10 Jul 2020 08:32:27 +0000 (10:32 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 10 Jul 2020 08:32:27 +0000 (10:32 +0200)
Make sure we can upgrade version seamlessly.

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

index 2e92ccfe8800a2db2f58b0b75959227f63449057..65b5aa38c0ae5c6100520a8a3745e856e72ff107 100644 (file)
@@ -10,5 +10,6 @@
     <feature name="odl-aaa-api" version="${project.version}">
         <feature version="[6,7)">odl-servlet-api</feature>
         <feature version="[6,7)">odl-ws-rs-api</feature>
+        <feature version="[5,6)">odl-mdsal-binding-base</feature>
     </feature>
 </features>
index 00741425b27a8378a5b1310519fa30fd2e9743d4..c1f0f8480bade46836c61e1b2f25d7649002a18e 100644 (file)
@@ -11,5 +11,6 @@
         <configfile finalname="etc/opendaylight/datastore/initial/config/aaa-password-service-config.xml">
             mvn:org.opendaylight.aaa/aaa-password-service-impl/${project.version}/xml/aaa-password-service-config
         </configfile>
+        <feature version="[5,6)">odl-mdsal-binding-base</feature>
     </feature>
 </features>