BTI driver was removed

Change-Id: Id104ef5a23eddcf500f222024d85f71b6a59a268
diff --git a/drivers/pom.xml b/drivers/pom.xml
index efb497e..24e3d36 100644
--- a/drivers/pom.xml
+++ b/drivers/pom.xml
@@ -43,8 +43,6 @@
         <module>ovsdb</module>
         <module>utilities</module>
         <module>lumentum</module>
-        <!-- TODO ONOS-5554 excluding from the build -->
-        <!--<module>bti</module>-->
         <module>corsa</module>
         <module>optical</module>
         <module>arista</module>
diff --git a/tools/build/onos-change-version b/tools/build/onos-change-version
index fa9a2ad..62cc2f3 100755
--- a/tools/build/onos-change-version
+++ b/tools/build/onos-change-version
@@ -19,7 +19,6 @@
 mvn versions:set -DnewVersion=$NEW_VERSION versions:commit
 mvn -f lib/pom.xml versions:set -DnewVersion=$NEW_VERSION versions:commit
 sed -i".VERBACK" -E "1,/<version>/s/<version>[^<]*</<version>$NEW_VERSION</g" pom.xml
-sed -i".VERBACK" -E "1,/<version>/s/<version>[^<]*</<version>$NEW_VERSION</g" drivers/bti/pom.xml
 
 # Augment the version of the Java API pom files and the overview.html file.
 for pom in docs/internal.xml docs/external.xml; do