Starting snapshot 1.10.0-SNAPSHOT

Change-Id: Icd6983be6a52293fb8a846a02d5e314c2c7aeaf0
diff --git a/tools/build/onos-prepare-sonar b/tools/build/onos-prepare-sonar
index fda0b8e..31222cc 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.10-SNAPSHOT'
+ONOS_VERSION='1.10.0-SNAPSHOT'
 
 # SonarQube property file name and template
 FILE_NAME = 'sonar-project.properties'