From: Robert Varga Date: Wed, 24 Feb 2016 10:16:01 +0000 (+0100) Subject: Use {{VERSION}} for config files X-Git-Tag: release/boron~332 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=9496342f58bf5c3e9aac5bd57f88daf16854eeb4 Use {{VERSION}} for config files This detects failure to include a dependency, ensuring a failure. Change-Id: I350a47ad7d844e0e61c818da796810c4ea1000dd Signed-off-by: Robert Varga --- diff --git a/features/mdsal/src/main/features/features.xml b/features/mdsal/src/main/features/features.xml index 489f174bec..0bbc06b3df 100644 --- a/features/mdsal/src/main/features/features.xml +++ b/features/mdsal/src/main/features/features.xml @@ -90,13 +90,13 @@ odl-mdsal-remoterpc-connector odl-mdsal-distributed-datastore - mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/config - mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/entityownershipconfig - mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/akkaconf - mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/factoryakkaconf - mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleshardconf - mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleconf - mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/cfg/datastore + mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/config + mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/entityownershipconfig + mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/akkaconf + mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/factoryakkaconf + mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/moduleshardconf + mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/moduleconf + mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/cfg/datastore odl-mdsal-broker