Thomas Vachuska
Committed by Ray Milkey

Replacing literal version with a symbolic one in features.xml

Change-Id: Ic06cfc7f49a1c4b6df57f90594e781843e3ac9d1
......@@ -243,7 +243,7 @@
<bundle>mvn:org.onosproject/onos-app-demo/@ONOS-VERSION</bundle>
</feature>
<feature name="onos-app-election" version="1.0.0"
<feature name="onos-app-election" version="@FEATURE-VERSION"
description="ONOS app leadership election test">
<feature>onos-api</feature>
<bundle>mvn:org.onosproject/onos-app-election/@ONOS-VERSION</bundle>
......