Revert "Tagging 1.14.0-b1"
This reverts commit 78ce40093ac008fd6d169ab83d2d5961f91f6e31.
Change-Id: I8482f550c30f75d65333f6be9c9115a930abc56f
diff --git a/tools/build/onos-prepare-sonar b/tools/build/onos-prepare-sonar
index 47603bd..8caac59 100755
--- a/tools/build/onos-prepare-sonar
+++ b/tools/build/onos-prepare-sonar
@@ -12,7 +12,7 @@
from subprocess import call, check_call, check_output
# FIXME pull the version from the Buck version file
-ONOS_VERSION='1.14.0-b1'
+ONOS_VERSION='1.14.0-SNAPSHOT'
# SonarQube property file name and template
FILE_NAME = 'sonar-project.properties'