Extending the versioning to cover BUCK artifacts.

Adding ability to version extraneous stuff.

Change-Id: I2e18dafd6d8705504ab01000d6707037415dfd0c
(cherry picked from commit 251016df5db8f11a14c4856f9b381e85ae1e2631)
diff --git a/drivers/default/features.xml b/drivers/default/features.xml
index 659d36c..e2e55ee 100644
--- a/drivers/default/features.xml
+++ b/drivers/default/features.xml
@@ -20,8 +20,7 @@
         <feature>onos-api</feature>
         <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle>
 
-        <bundle>mvn:org.onosproject/openflowj/0.9.3.onos-SNAPSHOT</bundle>
+        <bundle>mvn:org.onosproject/openflowj/0.9.4.onos</bundle>
         <bundle>mvn:${project.groupId}/onos-of-api/${project.version}</bundle>
-
     </feature>
 </features>