More {{VERSION}} in features.xml 20/28620/1
authorLorand Jakab <lojakab@cisco.com>
Tue, 20 Oct 2015 19:14:07 +0000 (22:14 +0300)
committerLorand Jakab <lojakab@cisco.com>
Tue, 20 Oct 2015 19:14:07 +0000 (22:14 +0300)
This email thread [1] pointed out that feature repositories can use
{{VERSION}} as well.

[1] https://lists.opendaylight.org/pipermail/dev/2015-October/001337.html

Change-Id: Ia1a0acd3e55706d7a37f0615664ff54610c37883
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
features/src/main/features/features.xml

index b2c613c50f9120a90cbd67c7b419f2e1312ddc83..27f5e829b6ef75e6d4b442b6abc87e6b09d9521f 100644 (file)
           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
 
     <!-- Needed for odl-mdsal-broker -->
-    <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features</repository>
-    <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
+    <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
     <!-- Needed for odl-restconf -->
-    <repository>mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
     <!-- Needed for odl-config-api -->
-    <repository>mvn:org.opendaylight.controller/features-config/${config.version}/xml/features</repository>
-    <repository>mvn:org.opendaylight.neutron/features-neutron/${neutron.version}/xml/features</repository>
-    <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.core.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
+    <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
+    <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
 
     <feature name="odl-lispflowmapping-msmr" description="OpenDaylight :: LISP Flow Mapping :: Map-Server/Map-Resolver" version='${project.version}'>
         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>