Committed by
Ray Milkey
Replacing literal version with a symbolic one in features.xml
Change-Id: Ic06cfc7f49a1c4b6df57f90594e781843e3ac9d1
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -243,7 +243,7 @@ | ... | @@ -243,7 +243,7 @@ |
243 | <bundle>mvn:org.onosproject/onos-app-demo/@ONOS-VERSION</bundle> | 243 | <bundle>mvn:org.onosproject/onos-app-demo/@ONOS-VERSION</bundle> |
244 | </feature> | 244 | </feature> |
245 | 245 | ||
246 | - <feature name="onos-app-election" version="1.0.0" | 246 | + <feature name="onos-app-election" version="@FEATURE-VERSION" |
247 | description="ONOS app leadership election test"> | 247 | description="ONOS app leadership election test"> |
248 | <feature>onos-api</feature> | 248 | <feature>onos-api</feature> |
249 | <bundle>mvn:org.onosproject/onos-app-election/@ONOS-VERSION</bundle> | 249 | <bundle>mvn:org.onosproject/onos-app-election/@ONOS-VERSION</bundle> | ... | ... |
-
Please register or login to post a comment