Fix: use @ONOS-VERSION instead of a hard-coded value for onos-app-election
feature. Change-Id: I3cc61cdc8601fa82deef6b1de372107063b11446
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -227,7 +227,7 @@ | ... | @@ -227,7 +227,7 @@ |
227 | <feature name="onos-app-election" version="1.0.0" | 227 | <feature name="onos-app-election" version="1.0.0" |
228 | description="ONOS app leadership election test"> | 228 | description="ONOS app leadership election test"> |
229 | <feature>onos-api</feature> | 229 | <feature>onos-api</feature> |
230 | - <bundle>mvn:org.onosproject/onos-app-election/1.0.0-SNAPSHOT</bundle> | 230 | + <bundle>mvn:org.onosproject/onos-app-election/@ONOS-VERSION</bundle> |
231 | </feature> | 231 | </feature> |
232 | 232 | ||
233 | 233 | ... | ... |
-
Please register or login to post a comment